Search found 7 matches

Go to advanced search

by wingchunna
10 Sep 2020 04:12
Forum: Development around libVLC
Topic: VLC Android Lib can set cookies ?
Replies: 0
Views: 317

VLC Android Lib can set cookies ?

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 !
by wingchunna
05 Sep 2020 15:47
Forum: Development around libVLC
Topic: VLC can not play stream url
Replies: 1
Views: 286

VLC can not play stream url

Dear all
I have the link https://download1584.mediafire.com/n9xg ... 284%29.mp4
When i user windows media, exoplayer.. it can be play stream. But VLC was not.
Pls show me how to read by VLC ?
Thank you very much !
by wingchunna
22 Jun 2020 10:34
Forum: VLC for Android and Chrome OS
Topic: how to VLCLIB android can play 2 streams together
Replies: 1
Views: 273

how to VLCLIB android can play 2 streams together

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 !
by wingchunna
24 May 2019 03:00
Forum: Development around libVLC
Topic: Help to Next Song
Replies: 1
Views: 218

Help to Next Song

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 !
by wingchunna
23 May 2019 08:19
Forum: Development around libVLC
Topic: axvlcplugin2 option not working. Help me pls !
Replies: 3
Views: 592

axvlcplugin2 option not working. Help me pls !

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...
by wingchunna
25 Apr 2019 13:40
Forum: Web and scripting
Topic: How to Insert or Replace item index in axVLCPlugin21.Playlist ?
Replies: 2
Views: 2660

Re: How to Insert or Replace item index in axVLCPlugin21.Playlist ?

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 ?
by wingchunna
25 Apr 2019 08:20
Forum: Web and scripting
Topic: How to Insert or Replace item index in axVLCPlugin21.Playlist ?
Replies: 2
Views: 2660

How to Insert or Replace item index in axVLCPlugin21.Playlist ?

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...

Go to advanced search