[FFmpeg-trac] #7485(avformat:closed): HLS not accurately seeking on TS (was: HLS not accurately seeking)
FFmpeg
trac at avcodec.org
Thu Feb 10 00:06:44 EET 2022
#7485: HLS not accurately seeking on TS
-------------------------------------+-------------------------------------
Reporter: Louis | Owner: (none)
Letourneau |
Type: defect | Status: closed
Priority: normal | Component: avformat
Version: git-master | Resolution: fixed
Keywords: hls | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Changes (by Balling):
* status: open => closed
* resolution: => fixed
* summary: HLS not accurately seeking => HLS not accurately seeking on TS
Comment:
e78d0810d1741535c95e5ae0f198977626b1cdff fixes it, indeed.
ffmpeg -ss 3 -i http://vectronic.io/hls_seek_issue/ts/in.m3u8 -t 2 out.mp4
produces '''not''' 262 bytes files and to ts '''does not''' produce 0
bytes file.
ffmpeg -ss 3 -i http://vectronic.io/hls_seek_issue/fmp4/in.m3u8 -t 2
out.mp4
still is bad, since fmp4 requires http://ffmpeg.org/pipermail/ffmpeg-
devel/2020-April/261343.html but that is #7359.
THAT MUST BE fixed ASAP too.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/7485#comment:7>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list