Dear All,
I used VLC Android Lib 3.2.5 to play video. I need stream video from mediafire but i need set cookies before play (like Exoplayer). So i did not found any method to do it.
Pls show me how !
Thanks !
Hi all,
I've extracted link youtube video. And i have video HD without audio stream url and audio in other url. So i want to muxed them or how can i play 2 stream (video without audio stream and audio stream) together ?
pls show me !
Tks !
Dear All,
Im using vlclib dotnet to code player. I cloud next play song with keyup event. But i could not next play when player playing end of each song.
i tried with Endreached event, but it run true with vlc active x and failed with dotnet.
pls tell me how to ?
Tks !
Dear All Im using axvlcplugin2 to play video and i need using option to play sound as input-slave. My code are : string uri = "http://...."; // its video link var options = ": input-slave=http://...." ; // its audio link axVLCPlugin21.playlist.add(uri,"",options); axVLC...
Dear Jean-Baptiste Kempf
So what is the solution if i want to insert item into index number 0 of playlist ?
Could I map axVLCPlugin21.playlist to other List and excute insert in this ?
Why VLC did not design insert function ?
Hi everybody, I used vlc activeX for my C# application. I've added videos into playlist and playing them. Now, i want to insert new items after playlist played but i can't. I also want to insert other new items to the top of playlist (index 0) or move up/down 1 index from current index. It's seem no...