You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is very helpful for web-based players to know the start time of segments, to build an accurate segment index. HLS doesn't provide this information in the playlist, but it should.
I propose to add a new tag for media playlists that indicates the start time of the first segment in the playlist. Start times of other segments can be derived from the existing segment duration tags.
This will cut out expensive operations in Shaka Player and others for any HLS content which is packaged in Shaka Packager. The new tag can then be proposed to Apple for inclusion in a future version of HLS.
The text was updated successfully, but these errors were encountered:
shaka-bot
pushed a commit
to shaka-project/shaka-player
that referenced
this issue
Nov 21, 2017
This increases the amount of data we fetch to get HLS segment start
times. The presence of a large PSSH box in Widevine-encrypted content
was pushing the "tfdt" box past the 1kB mark, so we will now fetch
2kB.
Issue #1137
References FR in shaka-project/shaka-packager#294
Change-Id: I51a1407c4d992e42d07c3e6c6c501051100d1620
It is very helpful for web-based players to know the start time of segments, to build an accurate segment index. HLS doesn't provide this information in the playlist, but it should.
I propose to add a new tag for media playlists that indicates the start time of the first segment in the playlist. Start times of other segments can be derived from the existing segment duration tags.
This will cut out expensive operations in Shaka Player and others for any HLS content which is packaged in Shaka Packager. The new tag can then be proposed to Apple for inclusion in a future version of HLS.
The text was updated successfully, but these errors were encountered: