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.