Hi, I'm using VLC 1.1.3. I can record the mjpeg stream of my camera using: vlc --no-audio v4l2:///dev/video0:width=640:height=480:fps=25:chroma=mjpg --sout "#transcode{vcodec=mp2v,width=640,height=480,vb=2048,fps=25}:standard{access=file,mux=ps,dst=./test.mpg}}" I can also view the stream ...