[FFmpeg-trac] #8695(undetermined:new): Keep ffmpeg running when using SRT as output and in listener mode

FFmpeg trac at avcodec.org
Fri Oct 29 19:32:51 EEST 2021


#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


More information about the FFmpeg-trac mailing list