When using http_multiple with HLS and fragmented MP4 media, the last segment is attempted to be read without resetting the current segment offset to 0. the previous segments last offset was thus used which meant an invalid portion of the last segment was being read.
vectronic (1): avformat/hls: fix missing segment offset reset on last segment when http_multiple is enabled. libavformat/hls.c | 1 + 1 file changed, 1 insertion(+) -- 2.21.0 (Apple Git-122) _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".