[vlc] Re: Receiving webcam motion jpeg stream

Jean-Paul Saman jean-paul.saman at planet.nl
Tue Dec 9 21:14:13 CET 2003


Torsten Spindler wrote:

>Is it possible to receive the motion jpeg stream of a Panasonic dome
>webcam? I'd like to view and/or store the webcams mjpeg stream on some
>computer.
>
>Bye,
>Torsten
>  
>
If the webcam is supported by Linux, then it should be possible to use 
VLC to view and stream it. Approach the test in two steps:
1) view locally using:
vlc -vvv 
v4l:/dev/video:norm=pal:frequency=543250:size=640x480:channel=0:adev=/dev/dsp:audio=0

2) stream to remote viewer
vlc -vvv 
v4l:/dev/video:norm=pal:frequency=543250:size=640x480:channel=0:adev=/dev/dsp:audio=0 
--sout 
'#transcode{vcodec=mp4v,acodec=mpga,vb=3000,ab=256,vt=800000,keyint=80,deinterlace}:std{access=udp,mux=ts,url=192.168.0.42}' 
--ttl 12

Read the documentation at: http://www.videolan.org/doc/videolan-howto/en/videolan-howto-en.html
-- 

Many greetings,
Jean-Paul Saman

Consultant/Freelancer
--------------------------------------------------------------
VLC iPAQ maintainer                    http://www.videolan.org
--------------------------------------------------------------
RedHat Certified Engineer         RHCE number: 807202745005548
--------------------------------------------------------------


-- 
This is the vlc mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/support/lists.html
If you are in trouble, please contact <postmaster at videolan.org>



More information about the vlc mailing list