Page 1 of 1

VLC transcode mms to rtsp

Posted: 05 Apr 2014 11:09
by asai
Hi,
I use this command from a Ubuntu terminal:

Code: Select all

cvlc -vvv mms://192.168.1.14:8001/ --sout-transcode-vcodec h264 --sout-transcode-vb 0 --sout-transcode-scale 0 --sout-transcode-acodec mp4a --sout-transcode-ab 128 --sout-transcode-channels 2 --sout-transcode-samplerate 44100 --sout-rtp-sdp rtsp://:5544/cam1 --no-sout-rtp-sap --no-sout-standard-sap --ttl=1 --sout-keep --ipv4
The transcoding seems to run fine, however when i try to run the stream in VLC from another computer it says

Code: Select all

VLC is unable to open the MRL 'rtsp://192.168.1.5:5544/cam1'
Any suggestions?