<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content=text/html;charset=iso-8859-1>
<META content="MSHTML 6.00.2900.3527" name=GENERATOR></HEAD>
<BODY id=MailContainerBody 
style="PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-TOP: 15px" leftMargin=0 
topMargin=0 CanvasTabStop="true" name="Compose message area">
<DIV><FONT face=Calibri>Hi,</FONT></DIV>
<DIV><FONT face=Calibri></FONT> </DIV>
<DIV><FONT face=Calibri>I found that:</FONT></DIV>
<DIV><PRE>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}}";
</PRE><PRE>I want to be sure of it before use it, for my case, myarg[0] is</PRE><PRE>commands[0] for this code?</PRE><PRE>Can I delete all commands and let just commands[5]?</PRE><PRE> </PRE><PRE><PRE>insted of file://
use dshow://

you can specify an option device name after '<A href="dshow://%27">dshow://'</A> otherwise it
just opens the default...

vlc --help for more options?

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