> On 10 Oct 2018, at 17:29, Louis Letourneau <[email protected]> wrote: > > Not the same problem and patch doesn't fix the issue at all. > > Louis > On Wed, Oct 10, 2018 at 5:11 AM Nick Ryan <[email protected]> wrote: >> >>> I seem to be having issues seeking accurately in HLS videos, but it >>> works fine in other containers (mp4, mkv, etc) >> >> >> Hello, >> >> Refer to this issue which sounds the same/related/similar: >> >> https://trac.ffmpeg.org/ticket/7359 >> >> I fixed this in my own ffmpeg build with this: >> >> https://patchwork.ffmpeg.org/patch/10494/ >> >> Nick >> >> >>
Hello again Louis. Agreed that the fix I suggested last time didn’t work. I actually discovered it didn’t fully fix the issue I was trying to fix as well. However, I have now submitted a new patch which correctly fixes the issue I was solving. I took the time to reproduce your issue outlined in your original post. I managed to reproduce it and then resolve it with this new patch. The patch I submit has changes to his.c (relevant to your issue) and to mov.c (not relevant to your issue). http://ffmpeg.org/pipermail/ffmpeg-devel/2018-October/235524.html <http://ffmpeg.org/pipermail/ffmpeg-devel/2018-October/235524.html> https://patchwork.ffmpeg.org/patch/10767/ <https://patchwork.ffmpeg.org/patch/10767/> Regards, Nick _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
