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 + "\""};
I tried others options of the help file, someones whorks and someones no
Does anyone know how to save my stream?