Opened 4 years ago
Last modified 2 years ago
#8897 new enhancement
HLS EXT-X-START tag support
Reported by: | xiaofeng | Owned by: | |
---|---|---|---|
Priority: | wish | Component: | avformat |
Version: | git-master | Keywords: | hls |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
Summary of the request:
According to https://tools.ietf.org/html/rfc8216#section-4.3.5.2, better to support the OPTIONAL tag EXT-X-START.
The EXT-X-START tag indicates a preferred point at which to start
playing a Playlist. By default, clients SHOULD start playback at
this point when beginning a playback session. This tag is OPTIONAL.
Note:
See TracTickets
for help on using tickets.
Looks like it was added in df8ad4e3914c65d3ebcaac10bac6038eadb70d74 but not as default. You still need -prefer_x_start 1 to activate it...