[FFmpeg-devel] [PATCH 0/1] avformat/hls: fix missing data from last segment of HLS+fMP4 when using http_multiple

vectronic hello.vectronic at gmail.com
Sat Oct 5 01:04:11 EEST 2019


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)



More information about the ffmpeg-devel mailing list