Good Day

Does anyone have a working example of a ffmpeg command that includes a
timeout for rtmp streams as an input?
In certain circumstances ffmpeg simply hangs indefinitely.

As an example:

ffmpeg -stimeout 10000 -t 10 -i
rtmp://46.4.25.213/radiotoday/radiotoday.stream
This hangs indefinitely as the -stimeout is meant for rtsp only

ffmpeg -stimeout 10000 -t 10 -i
rtsp://46.4.25.213/radiotoday/radiotoday.stream
Gives me following error, which is expected given the short value of
-stimeout
"rtsp://46.4.25.213/radiotoday/radiotoday.stream: Operation timed out"

However Even without the parameter it dies eventually, which is also the
experience with HLS/HTTP

It would seem that rtmp has a "bug" that causes indefinite hang and no way
to work around it?



_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to