Ok then, I'll create a file feed and set the format to RTP (I tried that
though).
On 03/28/16 18:24, Jimmy Asher wrote:
On 3/27/16, 11:41 AM, "ffmpeg-user on behalf of dE"
<[email protected] on behalf of [email protected]> wrote:
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>
I”m pretty sure you need to always specify the format (rtp) and the feed name
needs to match an existing feed section
"Format Set the format of the output stream. Must be the name of a format recognized
by FFmpeg. If set to ‘status’, it is treated as a status stream."
See https://ffmpeg.org/ffserver.html for FFSERVER documentation
See https://ffmpeg.org/sample.html for RTSP examples.
_______________________________________________
ffmpeg-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user
_______________________________________________
ffmpeg-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user