Multi-Period with mixed encrypted and unencrypted periods #409
Labels
status: archived
Archived and locked; will not be updated
type: external
An issue with an external dependency; not our issue; sometimes kept open for tracking
type: question
A question from the community
I have a multi-period manifest wherein some periods can contain encrypted adaptation sets, and other periods have unencrypted adaptations sets. It seems that
filterPeriods
lets unencrypted streams through even when a key system has been selected:I'm not sure if this is by design -- is the sourceBuffer supposed to figure out that a segment is unencrypted if it doesn't have the cenc boxes?
At any rate, right now I get
failed fetch and append: code=3015
withFailed to execute 'appendBuffer' on 'SourceBuffer': The HTMLMediaElement.error attribute is not null.
when the player tries to append the unencrypted content.The text was updated successfully, but these errors were encountered: