Page 1 of 1

Don't Display Locally

Posted: 30 Jan 2011 15:09
by ejmcotmt
When I stream from this camera manually using the Media, Streaming menu items things work fine. The stream is not displayed locally, only the minimal VLC Streaming box. However, from CLI batch file, it broadcasts AND streams locally. Please point out my errors in the command:

vlc -vvv dshow:// dshow-vdev="QuickCam Orbit/Sphere AF" :dshow-size="640x480" :sout=#transcode{vcodec=h264,vb=0,fps=15,scale=0,acodec=mp4a,ab=128,channels=2,samplerate=44100}:http{mux=ffmpeg{mux=flv},dst=:1234/} :no-sout-rtp-sap :no-sout-standard-sap :ttl=1 :sout-keep

Thank you.

Re: Don't Display Locally

Posted: 30 Jan 2011 23:50
by Jean-Baptiste Kempf
-Vdummy

Re: Don't Display Locally

Posted: 31 Jan 2011 02:46
by ejmcotmt
Thank you, but insert it where?