mbox series

[FFmpeg-devel,v2,0/3] Patch set to delay output live stream

Message ID 1588832117-52156-1-git-send-email-leozhang@qiyi.com
Headers show
Series Patch set to delay output live stream | expand

Message

leozhang May 7, 2020, 6:15 a.m. UTC
This v2 version still hacks the whole thing into fifo.c, Please give your comments. Thanks.

leozhang (3):
  avformat/fifo: add options to slow down writing packets to match real
    time approximately
  avformat/fifo: add a seperate function which sleeps any specified
    duration
  avformat/fifo: add option to delay output

 doc/muxers.texi    | 35 ++++++++++++++++++++++++++++++++
 libavformat/fifo.c | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 94 insertions(+)