Re: [FFmpeg-devel] [PATCH] avformat/hls: Set AVFMT_TS_DISCONT flag on HLS input format

2019-10-30 Thread Steven Liu
> 在 2019年10月30日,09:05,Dennis Mungai 写道: > > On Tue, 29 Oct 2019 at 06:07, Steven Liu wrote: >> >> >> >>> 在 2019年10月29日,01:09,Dennis Mungai 写道: >>> >>> On Mon, 28 Oct 2019 at 05:45, Steven Liu wrote: > 在 2019年10月28日,02:39,Philip Langdale 写道: > > There have

Re: [FFmpeg-devel] [PATCH] avformat/hls: Set AVFMT_TS_DISCONT flag on HLS input format

2019-10-29 Thread Dennis Mungai
On Tue, 29 Oct 2019 at 06:07, Steven Liu wrote: > > > > > 在 2019年10月29日,01:09,Dennis Mungai 写道: > > > > On Mon, 28 Oct 2019 at 05:45, Steven Liu wrote: > >> > >> > >> > >>> 在 2019年10月28日,02:39,Philip Langdale 写道: > >>> > >>> There have been many reports over the years about problems when > >>>

Re: [FFmpeg-devel] [PATCH] avformat/hls: Set AVFMT_TS_DISCONT flag on HLS input format

2019-10-28 Thread Steven Liu
> 在 2019年10月29日,01:09,Dennis Mungai 写道: > > On Mon, 28 Oct 2019 at 05:45, Steven Liu wrote: >> >> >> >>> 在 2019年10月28日,02:39,Philip Langdale 写道: >>> >>> There have been many reports over the years about problems when >>> taking an HLS stream as input to `ffmpeg` where there are timestamp

Re: [FFmpeg-devel] [PATCH] avformat/hls: Set AVFMT_TS_DISCONT flag on HLS input format

2019-10-28 Thread Dennis Mungai
On Mon, 28 Oct 2019 at 05:45, Steven Liu wrote: > > > > > 在 2019年10月28日,02:39,Philip Langdale 写道: > > > > There have been many reports over the years about problems when > > taking an HLS stream as input to `ffmpeg` where there are timestamp > > discontinuities present. This is explicitly support

Re: [FFmpeg-devel] [PATCH] avformat/hls: Set AVFMT_TS_DISCONT flag on HLS input format

2019-10-27 Thread Steven Liu
> 在 2019年10月28日,02:39,Philip Langdale 写道: > > There have been many reports over the years about problems when > taking an HLS stream as input to `ffmpeg` where there are timestamp > discontinuities present. This is explicitly supported in the > HLS spec (EXT-X-DISCONTINUITY) and often used for

[FFmpeg-devel] [PATCH] avformat/hls: Set AVFMT_TS_DISCONT flag on HLS input format

2019-10-27 Thread Philip Langdale
There have been many reports over the years about problems when taking an HLS stream as input to `ffmpeg` where there are timestamp discontinuities present. This is explicitly supported in the HLS spec (EXT-X-DISCONTINUITY) and often used for ad injection. Various fixes and work-arounds have been