#8695: Keep ffmpeg running when using SRT as output and in listener mode
-------------------------------------+-------------------------------------
Reporter: longkas | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Component:
| undetermined
Version: unspecified | Resolution:
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Comment (by dubrsl):
You can use fifo for solve it.
Example:
{{{
ffmpeg "... input and encode options ..." -f tee
"[f=mpegts:use_fifo=1:fifo_options='drop_pkts_on_overflow=1:attempt_recovery=1:recover_any_error=1:restart_with_keyframe=1\']srt://:4200?mode=listener&transtype=live|Other
tee output"
}}}
--
Ticket URL: <https://trac.ffmpeg.org/ticket/8695#comment:1>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker_______________________________________________
FFmpeg-trac mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".