New Post: Pause() does not working immediately in C# WinForm
How can I use pause thread and call join? Can you show me a example code?
View ArticleNew Post: Temporary video cut-out after start
I am using the VlcControl from Vlc.DotNet.Wpf in this manner:VlcControl vlc = new VlcControl() { Media = new LocationMedia("rtsp://" + camera.User + ":" + camera.Pass + "@" + camera.IP + ":554/" +...
View ArticleNew Post: Complete Freezes
When using VLC, and leaving it alone without playing for a while, it will completely freeze my computer. Completely. No Ctrl+Alt+Del, no Alt+Tab no anything. I have to completely shut down my computer....
View ArticleNew Post: Experiencing memory leak in unmanaged memory using vlc wpf component
Same problem here, any idea on what is causing the leak?
View ArticleNew Post: Experiencing memory leak in unmanaged memory using vlc wpf component
We have not been able to resolve this problem gracefully.To get around we ended up having a demon that restarts main video playing app from time to time...
View ArticleNew Post: Experiencing memory leak in unmanaged memory using vlc wpf component
How many players are you using? How do you restart the player? I tried to dispose and create a new player from time to time, but I get a DirectVideo3D Output bug that is giving me hell. I have been...
View ArticleNew Post: Experiencing memory leak in unmanaged memory using vlc wpf component
Hi Toskno,In our system we had somewhere form 1 to 10 players at the same time, depending on configuration. Each player would have a list of videos to loop through and system had to be running in...
View ArticleCommented Unassigned: Link audio stream from video to specific AudioDevice...
Hello,I know this library doesn't work with libVLC 2.1.x, but there is an option so interesting for me in last build (2.1.3). When you play a video in VLC in this revision, there is an option to change...
View ArticleNew Post: Temporary video cut-out after start
I have exactly the same problem when playing videos from disk. I'm using vlcdotnet in WPF and I integrated it in my application as shown in vlcdotnet WPF example. Behavior on playback starting: shows...
View ArticleNew Post: Is VLC for 64-bit Windows supported?
I created a program using this component. It worked with regular VLC, but after installing VLC for 64-bit Windows, VlcContext.Initialize() throws a Win32 Exception "%1 is not a valid Win32 application".
View ArticleUpdated Wiki: Home
Important Notice! The project has moved to GitHub: Vlc.DotNet! A new version is being developed.
View ArticleSource code checked in, #1f980b899c5971abbef6e0bd7597505bd2c869b9
Deletion of old projects due to migration on GitHub
View ArticleCreated Unassigned: Cannot resolve symbol VlcContext [7820]
Hi all,I'm trying to use VideoLan DotNet in a WPF application, but the VlcContext from your documentation have no reference:I have installed...
View ArticleCreated Unassigned: Manage libavcodec crash [7821]
Hi all,I have a .net (winForms) project with vlc dotNet that I use to play video file recorded via rtsp from remote cameras. Sometimes a video file cannot be played and the whole application crashes...
View ArticleCreated Unassigned: How to turn on keepalive [7822]
I have a new Axis V59 camera that seems to need a keepalive. I get 5 - 10 seconds of video and then the video stops (goes grey). The stream works fine in VLC media player. Streams from other Axis cams...
View ArticleCommented Unassigned: Cannot resolve symbol VlcContext [7820]
Hi all,I'm trying to use VideoLan DotNet in a WPF application, but the VlcContext from your documentation have no reference:I have installed...
View ArticleCreated Unassigned: WinfForm VlcControl in wpf app is always top [7823]
HiI hosted WinfForm VlcControl in wpf app, and used for WindowsFormsHost it.I have one problem, VlcControl is always on the top of my window, but I need to move it to the backgroundHow can I do...
View ArticleCreated Unassigned: Vlc player setMedia not work [7824]
I want to use VLC dotnet to develop a video management software for personal use. VLC is a good idea to take the different format Video snapshot.I want take 4 snapshot each video. Unfortunately,...
View ArticleCreated Unassigned: Strem Audio with VLCDotNet , VLCControl.cs, C# [7825]
__Hello everyone,__ I'm new about VLCDotnet. I downloaded Vlc.DotNet solution in github ZeBobo5.I want to make a multicast stream that capture sound from microphone and send to an IP. I Can not...
View ArticleCommented Unassigned: Strem Audio with VLCDotNet , VLCControl.cs, C# [7825]
__Hello everyone,__ I'm new about VLCDotnet. I downloaded Vlc.DotNet solution in github ZeBobo5.I want to make a multicast stream that capture sound from microphone and send to an IP. I Can not...
View Article