Re: [FFmpeg-devel] FIX: HLS Discontinuity / Non-Monotonous DTS

2018-05-02 Thread Joe Koberg
s on what this patch would need for it to be applied? Thanks in advance for any feedback! Joe Koberg j...@koberg.us Senior Video Platform Developer PlayOn! Sports / NFHSNetwork ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] FIX: HLS Discontinuity / Non-Monotonous DTS

2018-03-16 Thread Joe Koberg
On Fri, Mar 16, 2018 at 10:48 AM, Carl Eugen Hoyos <ceffm...@gmail.com> wrote: > > 2018-03-16 14:58 GMT+01:00, Joe Koberg <j...@koberg.us>: > > > How to reproduce: > > > > ffmpeg -i https://s3.amazonaws.com/playon-test-videos/discont_ > > tes

Re: [FFmpeg-devel] FIX: HLS Discontinuity / Non-Monotonous DTS

2018-03-16 Thread Joe Koberg
On Fri, Mar 16, 2018 at 11:14 AM, Carl Eugen Hoyos <ceffm...@gmail.com> wrote: > 2018-03-16 16:07 GMT+01:00, Joe Koberg <j...@koberg.us>: >> On Fri, Mar 16, 2018 at 10:48 AM, Carl Eugen Hoyos <ceffm...@gmail.com> >> wrote: >>> >>> 201

[FFmpeg-devel] FIX: HLS Discontinuity / Non-Monotonous DTS

2018-03-16 Thread Joe Koberg
test_new/discont_test.m3u8 -c copy -y output.mp4 With patch: ffmpeg -force_dts_monotonicity -i https://s3.amazonaws.com/ playon-test-videos/discont_test_new/discont_test.m3u8 -c copy -y output.mp4 Please let me know if I've missed anything! Joe Koberg jkob...@gmail.com 0001-Introduce-

Re: [FFmpeg-devel] FIX: HLS Discontinuity / Non-Monotonous DTS

2018-03-16 Thread Joe Koberg
r 2018 09:58:17 -0400 > Joe Koberg <j...@koberg.us> wrote: > >> Hello, >> >> This patch adds code to track and correct timestamp discontinuities, fixing >> "non-monotonous dts" errors and timing issues with HLS playlists. >> >> For

Re: [FFmpeg-devel] FIX: HLS Discontinuity / Non-Monotonous DTS

2018-03-16 Thread Joe Koberg
. (and probably should) The question remains: what is missing to allow the HLS format to behave as MPEG-TS does right now? On Fri, Mar 16, 2018 at 3:36 PM, Bodecs Bela <bode...@vivanet.hu> wrote: > > > 2018.03.16. 19:52 keltezéssel, wm4 írta: >> >> On Fri, 16 Mar 2018 09:5

Re: [FFmpeg-devel] FIX: HLS Discontinuity / Non-Monotonous DTS

2018-03-20 Thread Joe Koberg
On Fri, Mar 16, 2018 at 11:14 AM, Carl Eugen Hoyos <ceffm...@gmail.com> wrote: > 2018-03-16 16:07 GMT+01:00, Joe Koberg <j...@koberg.us>: >> On Fri, Mar 16, 2018 at 10:48 AM, Carl Eugen Hoyos <ceffm...@gmail.com> >> wrote: >>> >>> Is the issue o