shaka-packager/docs
Daniel Cantarín 7aab7a8b50
Add --hls_media_sequence_number to support custom value in HLS
HLS uses the EXT-X-MEDIA-SEQUENCE tag at the start of a live playlist in
order to specify the first segment sequence number. This is because any
live playlist have a limited number of segments, and they also keep
updating with new segments while removing old ones. When a player refreshes
the playlist, this information is important for keeping track of segments
positions.

When the packager starts, it naturally starts this count from zero. However,
there are many situations where the packager may be restarted, without this
meaning starting this value from zero (but continuing a previous sequence).
The most common situations are problems in the encoder feeding the packager.

With those cases in mind, this parameter allows to set the initial
EXT-X-MEDIA-SEQUENCE value. This way, it's possible to continue the sequence
number from previous packager run.

Closes #691.
2020-01-31 10:25:19 -08:00
..
source Add --hls_media_sequence_number to support custom value in HLS 2020-01-31 10:25:19 -08:00
Doxyfile Update Doxygen config file 2017-09-15 22:02:32 +00:00
Makefile Sphinxdoc configure and other main pages 2017-09-19 14:48:52 -07:00
linux_profiling.md [Doc] Minor clean up on linux_profiling.md (#281) 2018-03-12 10:15:47 -07:00
shaka-packager.png Rename edash-packager to shaka-packager in markdown files 2016-05-24 21:55:07 +00:00
update_docs.sh Make docs/udpate_docs.sh executable 2018-05-25 20:43:43 +00:00