Single component representation with DRM issue #360
Labels
component: EME
The issue involves the Encrypted Media Extensions web API
status: archived
Archived and locked; will not be updated
type: bug
Something isn't working correctly
Milestone
Hi again,
I've got a feeling that this commit 50a43ff broke single representation (audio only/video only) streams.
Sample manifest: https://gist.github.com/maxbykov/9ab6b4cf73ab537ad4b5bdecb4a420b8
The issue might be here where if there is no video or audio, corresponding
*Capabilities
would beundefined
and it will result inDRM.FAILED_TO_CREATE_CDM (Cannot read property 'contentType' of undefined)
The text was updated successfully, but these errors were encountered: