You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Similar to what shaka player is doing, the urn:dolby:dash:audio_channel_configuration:2011 string should also lead to calling parseDolbyChannelConfiguration.
[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 theAudioChannelConfiguration
element. TheDashManifestParser
implementation does not look for this value.https://github.com/google/ExoPlayer/blob/release-v2/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/manifest/DashManifestParser.java#L1086
Proposed solution
Similar to what shaka player is doing, the
urn:dolby:dash:audio_channel_configuration:2011
string should also lead to callingparseDolbyChannelConfiguration
.https://github.com/google/shaka-player/blob/master/lib/dash/dash_parser.js#L1268
The text was updated successfully, but these errors were encountered: