I'm using VLC ActiveX Player. I'm playing a video content via HTTP progressive downloading.
Code: Select all
string url = "http://.....";
vlcActiveX.addTarget(url, null, VLCPlaylistMode.VLCPlayListReplaceAndGo, 0);
Thanks.
Code: Select all
string url = "http://.....";
vlcActiveX.addTarget(url, null, VLCPlaylistMode.VLCPlayListReplaceAndGo, 0);
Code: Select all
vlcLive.addTarget "dshow://:dshow-vdev=""""", Array(":dshow-adev=""none"":dshow-size=""""", ":sout=#transcode{vcodec=DIV3,vb=1024,scale=1}:duplicate{dst=display,dst=std{access=file,mux=ogg,dst=C:\\test.ogg}}"), VLCPlayListReplaceAndGo, -1
Code: Select all
string url = "http://..../myvideo.flv";
vlcActiveX.addTarget(url, ":sout=#duplicate{dst=display,dst=std{access=file,mux=wmv,dst=C:\\test.wmv}}", VLCPlaylistMode.VLCPlayListReplaceAndGo, 0);
Users browsing this forum: No registered users and 3 guests