[FFmpeg-devel] [PATCH 0/1] avformat/hls: fix missing data from last segment of HLS+fMP4 when using http_multiple
Steven Liu
lq at chinaffmpeg.org
Tue Oct 8 10:00:29 EEST 2019
> 在 2019年10月5日,06:04,vectronic <hello.vectronic at gmail.com> 写道:
>
> 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 at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".
lgtm & applied
Thanks
Steven
More information about the ffmpeg-devel
mailing list