Switching to audio-only variant fails #824
Labels
component: HLS
The issue involves Apple's HLS manifest format
status: archived
Archived and locked; will not be updated
type: bug
Something isn't working correctly
Milestone
It is common for HLS manifests to have an audio-only variant. This doesn't work today, largely because of MediaSource. We can't easily reconfigure MediaSource to drop the video SourceBuffer if we switch to the audio-only variant. What happens today is that StreamingEngine continues to stream the video from the previous variant.
We may not be able to support this kind of switching on top of MediaSource, in which case we should ignore audio-only variants when there are any variants with video. More research is needed.
The text was updated successfully, but these errors were encountered: