[FFmpeg-devel] [PATCH] lavf/hlsenc: add append_list flag into hlsenc

Steven Liu lingjiujianke at gmail.com
Mon Aug 22 01:39:54 EEST 2016


2016-08-21 21:30 GMT+08:00 Michael Niedermayer <michael at niedermayer.cc>:

> On Sun, Aug 21, 2016 at 01:03:02PM +0800, Steven Liu wrote:
> > Fix unused *duration*
> > remove the #EXT-X-ENDLIST and #EXT-X-TARGETDURATION tags,
> > keep intened with hls->duratin, hls->start_pos, hls->size.
> >
> >
> >
> > When ffmpeg exit by exception, start a new ffmpeg will
> > cover the old segment list, add this flag can continue
> > append the new segments into old hls segment list
> >
> > Signed-off-by: LiuQi <liuqi at gosun.com>
> > ---
> >  doc/muxers.texi      |  4 ++++
> >  libavformat/hlsenc.c | 62
> > ++++++++++++++++++++++++++++++++++++++++++++++++++++
> >  2 files changed, 66 insertions(+)
>
> applied
>
> can you add a fate test for this feature ?
>
Ok, I will do it.

>
> thanks
>
> [...]
>
> --
> Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
>
> It is what and why we do it that matters, not just one of them.
>
>


More information about the ffmpeg-devel mailing list