mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-17 16:26:39 +03:00
109973c7e2
LL-HLS hints a resource that is needed to playback in the upcoming update. It's available for request, and may not be available for download yet. A preload hinted resource is either a partial segment, or an init segment. If it's an init segment, treat it the same way as the Map tag in ManifestTextParser. A preload hinted segment contains no duration information, so its start time and end time are the same. It will be replaced by a partial segment in the next update. We should fetch and append the preload hinted segment the same way as a partial segment. Issue #1525 Change-Id: I1e30f216ecdc843c3cd01681629a8886383d0b22