<div>Hi guys!<br></div><div><br></div><div>I looked into ffmpeg --help full and found RTSP muxer in list. So how can I use it? Can I use it for RTSP streaming?</div><div><br></div><div>I try next command (take source from live camera):</div>
<div>ffmpeg -i rtsp://<a href="http://guest:password@188.128.18.207/mpeg4/media.amp">guest:password@188.128.18.207/mpeg4/media.amp</a> -f rtsp -re "rtsp://<a href="http://0.0.0.0:8544/cam0">0.0.0.0:8544/cam0</a>" -rtsp_flags listen</div>
<div><br></div><div>but I take next error:</div><div>~~~~~~</div><div>ffmpeg version 1.0 Copyright (c) 2000-2012 the FFmpeg developers<br>  built on Oct  1 2012 18:45:36 with gcc 4.7.1 (GCC) 20120721 (prerelease)<br>  configuration: --prefix=/usr --enable-libmp3lame --enable-libvorbis --enable-libxvid --enable-libx264 --enable-libvpx --enable-libtheora --enable-libgsm --enable-libspeex --enable-postproc --enable-shared --enable-x11grab --enable-libopencore_amrnb --enable-libopencore_amrwb --enable-libschroedinger --enable-libopenjpeg --enable-librtmp --enable-libpulse --enable-libv4l2 --enable-gpl --enable-version3 --enable-runtime-cpudetect --enable-debug=gdb3 --enable-static --disable-stripping<br>
  libavutil      51. 73.101 / 51. 73.101<br>  libavcodec     54. 59.100 / 54. 59.100<br>  libavformat    54. 29.104 / 54. 29.104<br>  libavdevice    54.  2.101 / 54.  2.101<br>  libavfilter     3. 17.100 /  3. 17.100<br>  libswscale      2.  1.101 /  2.  1.101<br>
  libswresample   0. 15.100 /  0. 15.100<br>  libpostproc    52.  0.100 / 52.  0.100<br>[rtsp @ 0x75e240] Estimating duration from bitrate, this may be inaccurate<br>Input #0, rtsp, from 'rtsp://<a href="http://guest:password@188.128.18.207/mpeg4/media.amp">guest:password@188.128.18.207/mpeg4/media.amp</a>':<br>
  Metadata:<br>    title           : Media Presentation<br>  Duration: N/A, start: 0.029989, bitrate: N/A<br>    Stream #0:0: Video: mpeg4 (Advanced Simple Profile), yuv420p, 704x576 [SAR 12:11 DAR 4:3], 100 tbr, 90k tbn, 100 tbc<br>
[tcp @ 0x871200] TCP connection to <a href="http://0.0.0.0:8544">0.0.0.0:8544</a> failed: Connection refused<br>Output #0, rtsp, to 'rtsp://<a href="http://0.0.0.0:8544/cam0">0.0.0.0:8544/cam0</a>':<br>  Metadata:<br>
    title           : Media Presentation<br>    encoder         : Lavf54.29.104<br>    Stream #0:0: Video: mpeg4, yuv420p, 704x576 [SAR 12:11 DAR 4:3], q=2-31, 200 kb/s, 90k tbn, 100 tbc<br>Stream mapping:<br>  Stream #0:0 -> #0:0 (mpeg4 -> mpeg4)<br>
Could not write header for output file #0 (incorrect codec parameters ?): Input/output error<br></div><div>~~~~~~</div>