Hello all, I'm using in c# the vlc dotnet interface and I have a problem with my program. At the end of a track I call : Vlc_Add_And_Play(playlist[playlist_playing_item]); ---- private void Vlc_Add_And_Play(string new_current_track) { vlc_current_track = new_current_track; vlc_engine.Stop(); vlc_eng...
Hello, I'm trying to use your activex control (because I don't want use the windows media player ;)) and I've done a bit of code with the activex Videolan plugin version1. I've some questions about that : - Is the version 1 of the plugin in end-of-life ? or can'I use it ? - How can I play my playlis...