Page 1 of 1

C# and Dumping Stream

Posted: 23 Mar 2006 18:26
by ZeBobo5
Hello,
I found how using VLC ActivX, but, now I would like to know how i can save the streaming in a file

I tried :

Code: Select all

string[] Voption = {":demux=dump :demuxdump-file=\"" + @"C:\" + title + "\""};
But it fail with this options...

I tried others options of the help file, someones whorks and someones no

Does anyone know how to save my stream?

Posted: 24 Mar 2006 00:28
by tonsofpcs
Options should be an array of strings, you may need to make the last member be a null string ("")

Posted: 24 Mar 2006 09:44
by ZeBobo5
Thanx,

But Why not all options are available?
I try to dump a steam and I don't find how ?

Posted: 24 Mar 2006 11:08
by ZeBobo5
I Found that :

Code: Select all

:demuxdump-file=\"" + @"C:\" + title + "\"
not working but the

Code: Select all

demux=dump
work, Thx

Posted: 07 Apr 2006 14:43
by myangga
Post streaming vlc activeX using c#