Page 1 of 1

Webcam streaming and local playing

Posted: 03 Oct 2006 15:27
by lagarazo
I am streaming my webcam from the command line

vlc -vvv -I rc --sout-udp-caching 0 --dshow-caching 400 dshow:// vdev="" adev="" --sout=#transcode{vcodec=H263,width=176,height=144,vb=256,scale=1,acodec=mp3,ab=96,channels=2}:duplicate{dst=std{access=rtp,mux=ts,dst=193.147.53.32:1234}}


And then I want to play it locally in an activeX. So, when I load the web page, it loads the activeX, and run that command line.

The result is that I see the webcam locally but it is not streamed, instead I get this error:

access_output_udp private warning: putting two PCRs at once

Does anybody know what does this mean?

Thank you!