RTP MJPEG streaming
Posted: 10 Mar 2012 14:56
I'm trying to stream form a FreeBSD 9 box a movie as MJPEG via RTSP...
But when launching vlc it says me that the mjpg codec is unsupported...
How can I transcode and stream a mjpeg movie which IP phones understand only?
This is my command line argument using vlc-1.1.13 (latest in FreeBSD 9):
But when launching vlc it says me that the mjpg codec is unsupported...
Code: Select all
[0x8306f5d70] stream_out_rtp stream out error: cannot add this stream (unsupported codec: MJPG)
[0x8306f5f70] stream_out_transcode stream out error: cannot add this stream
This is my command line argument using vlc-1.1.13 (latest in FreeBSD 9):
Code: Select all
sudo vlc-wrapper -I dummy -vvv hoermal.mov --no-audio --sout "#transcode{vcodec=mjpg,vb=256,width=320,height=240}:rtp{dst=10.0.10.3,video-port=5000,sdp=rtsp://10.0.10.3:554/test.sav}"