Saving content to disk while HTTP progressive download
Posted: 25 Mar 2008 12:42
Hi!
I'm using VLC ActiveX Player. I'm playing a video content via HTTP progressive downloading.
I was wondering if there were any way to save video to disk while I'm watching it, i.e, not downloading twice.
Thanks.
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.