shaka-packager/docs
Marcus Wichelmann 76eb2c1575
feat: Add support for the EXT-X-START tag (#973)
adds an optional `--hls_start_time_offset` parameter, that, when
used, adds `EXT-X-START` tags to the HLS media playlists.

The EXT-X-START tag allows to specify the location where the player
starts playing, either from start (positive value) or from end (negative
value).
This is especially useful in case of livestreams where this tag can be
used to set the target latency of the playback.

Reference: https://datatracker.ietf.org/doc/html/rfc8216#section-4.3.5.2

The RFC says, that the `EXT-X-START` tag could also be added to the
master playlist, but my tests have shown that most players only respect
it when it's in the media playlists.

Fixes #970

---------

Co-authored-by: Joey Parrish <joeyparrish@google.com>
2024-02-15 12:06:06 -08:00
..
source feat: Add support for the EXT-X-START tag (#973) 2024-02-15 12:06:06 -08:00
Doxyfile feat!: Rewrite build system and third-party dependencies (#1310) 2023-12-01 09:32:19 -08:00
Makefile feat!: Rewrite build system and third-party dependencies (#1310) 2023-12-01 09:32:19 -08:00
index.html feat!: Rewrite build system and third-party dependencies (#1310) 2023-12-01 09:32:19 -08:00
linux_profiling.md feat!: Rewrite build system and third-party dependencies (#1310) 2023-12-01 09:32:19 -08:00
shaka-packager.png Rename edash-packager to shaka-packager in markdown files 2016-05-24 21:55:07 +00:00