[vlc-devel] Embed VLC in C

Youssef AZZOUZI sidimoulay2000 at hotmail.fr
Mon Aug 31 08:23:43 CEST 2009


Hi,

I found that:
char ** commands = new char*[6];
   commands[0] = "testvlcconsole.exe";
   commands[1] = "dshow://";
   commands[2] = ":dshow-vdev=Logitech QuickCam Pro 3000 (08B0)";
   commands[3] = ":dshow-adev=";
   commands[4] = ":dshow-size=176x144";
   commands[5] = ":sout=#transcode{vcodec=h264,vb=1024,scale=1}:duplicate{dst=rtp{mux=ts,dst=192.168.0.155,port=1234}}";
I want to be sure of it before use it, for my case, myarg[0] iscommands[0] for this code?Can I delete all commands and let just commands[5]? insted of file://
use dshow://

you can specify an option device name after 'dshow://' otherwise it
just opens the default...

vlc --help for more options?

On Sun, Aug 30, 2009 at 1:47 PM, Youssef
AZZOUZI<sidimoulay2000 at hotmail.fr> wrote:
> Hi,
>
> Those streaming options where can I get them?
>
> I think I have to choose my option in GUI of
>
> VLCand then copy them to vlc_args, if I am right,
>
> there are lot of things, Have I to put them separately?
>
> I mean:
>
> arg[0]={" Option1 " };
>
> arg[1]={" Option2 " };
>
> arg[2]={" Option3 " };
>
> arg[3]={" Option4 " };
>
> arg[4]={" Option5 " };
>
> And so on?
>
> Thank you for your help
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20090831/0e7bd375/attachment.html>


More information about the vlc-devel mailing list