Page 1 of 1

Libvlc freezes in C# randomly

Posted: 02 May 2012 15:02
by Dragos
Hello!

First of all, sorry if this is not where the topic should be started but i did not know where to start it exactly.
So, I have created a wrapper for libvlc in C#. I am using libvlc media player. I am using several instances of players (4 for example). After a random amount of time, everything freezes.

The steps are the following : i create the player instances, i play the video, and at the end i stop it and start it once again. I am using Vlc 2.0.1.

Anyone else encountered this problem ?