-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Labels
Description
[REQUIRED] Use case description
I am attempting to parse dash manifests that have a schemeIdUri attribute value of urn:dolby:dash:audio_channel_configuration:2011 within the AudioChannelConfiguration element. The DashManifestParser implementation does not look for this value.
<AudioChannelConfiguration
schemeIdUri="urn:dolby:dash:audio_channel_configuration:2011"
value="F801">
Proposed solution
Similar to what shaka player is doing, the urn:dolby:dash:audio_channel_configuration:2011 string should also lead to calling parseDolbyChannelConfiguration.
https://github.com/google/shaka-player/blob/master/lib/dash/dash_parser.js#L1268
Reactions are currently unavailable