Support failover with redundant HLS playlists #2688
Labels
component: HLS
The issue involves Apple's HLS manifest format
status: archived
Archived and locked; will not be updated
status: duplicate
A duplicate of another issue; should be closed after linking to the original issue
type: enhancement
New feature or request
Shaka Player supports redundancy and failover in DASH at the segment level. HLS offers the same thing at the playlist level, which might be a bit tough to fit into the current design. Currently, we treat these as separate tracks.
If it's feasible to map this to segment-level redundancy (multiple URIs per segment reference), we should do that in a minor release. We may be able to match playlists on their bandwidth and resolution.
Otherwise, we may need to rethink the internal manifest structure again and support those in our next major release.
I got this link from a partner with details from Apple: https://developer.apple.com/library/archive/documentation/NetworkingInternet/Conceptual/StreamingMediaGuide/UsingHTTPLiveStreaming/UsingHTTPLiveStreaming.html#//apple_ref/doc/uid/TP40008332-CH102-SW22
The text was updated successfully, but these errors were encountered: