Hello everyone,
    I'm trying to setup a rtsp server by streaming a file. ffserver.conf --

RTSPPort 8554
RTSPBindAddress 0.0.0.0
CustomLog -

<Stream test1>
    File /home/de/large/media/test_media/VTS_01_7_mpeg_dvd.VOB
#    Format mpeg
#    VideoBitRate 5000
#    VideoFrameRate 25
#    VideoSize 1920x1080
    NoAudio
#    Format rtsp
    ACL ALLOW 0.0.0.0
    ACL ALLOW localhost
    ACL ALLOW 127.0.0.1
</Stream>

ffserver command --
ffserver -loglevel 40 -f ffserver.conf

On a client connect I get the following --

Sun Mar 27 20:54:12 2016 127.0.0.1 - - [DESCRIBE] "rtsp://127.0.0.1:8554/test1 RTSP/1.0" 200 157 Sun Mar 27 20:54:37 2016 127.0.0.1 - - [DESCRIBE] "rtsp://127.0.0.1:8554/test1 RTSP/1.0" 200 157 Sun Mar 27 20:57:42 2016 127.0.0.1 - - [DESCRIBE] "rtsp://127.0.0.1:8554/test1 RTSP/1.0" 200 157 Sun Mar 27 21:05:20 2016 127.0.0.1 - - [DESCRIBE] "rtsp://127.0.0.1:8554/test1 RTSP/1.0" 200 157

Playing back through ffplay --

ffplay -loglevel 40 -rtsp_transport tcp -min_port 9000 -max_port 9001 rtsp://127.0.0.1:8554/test1
[rtsp @ 0x7fefc4000920] method DESCRIBE failed: 404 Not Found=0/0
rtsp://127.0.0.1:8554/test1: Server returned 404 Not Found

Of course when I don't specify the -min/max_port, the results are no different.

Same is the case when playing back through VLC.

Glad if someone could help.
_______________________________________________
ffmpeg-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Reply via email to