[FFmpeg-devel] [PATCH V1 1/4] lavf/flvdec: set AVFMT_TS_DISCONT flag on FLV demuxer

mypopy at gmail.com mypopy at gmail.com
Tue Mar 31 04:20:34 EEST 2020


On Tue, Mar 31, 2020 at 5:29 AM Michael Niedermayer
<michael at niedermayer.cc> wrote:
>
> On Mon, Mar 30, 2020 at 04:22:51PM +0800, Jun Zhao wrote:
> > From: Jun Zhao <barryjzhao at tencent.com>
> >
> > There have been some reports about FLV timestamp discontinuities present.
> > e,g, the file recorded from live RTMP FLV streaming, so add
> > AVFMT_TS_DISCONT flag on FLV demuxer and also update the fate test
> > fate-filter-aresample for test sample nellymoser-discont.flv.
> >
> > BTW: live_flv demuxer also enabled the AVFMT_TS_DISCONT flag.
>
> Maybe i misunderstand but this sounds like you have a live_flv
> file and its demuxed by the non live demuxer.
> IIRC AVFMT_TS_DISCONT is the main difference between the 2
>
Yes, it's as you think, and I think we can merge/combine the flv
demuxer and live_flvdec demuxer with AVFMT_TS_DISCONT flag


More information about the ffmpeg-devel mailing list