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
Have you read the FAQ and checked for duplicate open issues?
Yes I've checked the FAQ for anything related with this change and I've checked open issues for duplicates.
Is your feature request related to a problem? Please describe.
Currently if we have a DASH Manifest with 2 Languages and one of the languages has EAC-3 audio tracks both stereo and surround and another only with stereo we want to specify the channel count when swapping so we can select 6 channels (surround).
Partial example of Audio AdaptaionSets of a DASH Manifest:
We need to activate the support for channelCount on the lib/player.jsselectAudioLanguage so we can select a given audio track with the same language/codec/role but different channelCount.
Describe alternatives you've considered
None, this was pretty straightforward, we already have a method to select the audio track so it felt like the right place to do so.
Regarding unit tests: It seems that the test/media/adaptation_set_criteria_unit.js file already has the relevant use cases to filter out the proper variant based on channelsCount.
The text was updated successfully, but these errors were encountered:
Have you read the FAQ and checked for duplicate open issues?
Yes I've checked the FAQ for anything related with this change and I've checked open issues for duplicates.
Is your feature request related to a problem? Please describe.
Currently if we have a DASH Manifest with 2 Languages and one of the languages has EAC-3 audio tracks both stereo and surround and another only with stereo we want to specify the channel count when swapping so we can select 6 channels (surround).
Partial example of Audio AdaptaionSets of a DASH Manifest:
Describe the solution you'd like
We need to activate the support for channelCount on the
lib/player.js
selectAudioLanguage
so we can select a given audio track with the same language/codec/role but different channelCount.Describe alternatives you've considered
None, this was pretty straightforward, we already have a method to select the audio track so it felt like the right place to do so.
Additional context
PR raised: #4552
Regarding unit tests: It seems that the
test/media/adaptation_set_criteria_unit.js
file already has the relevant use cases to filter out the proper variant based onchannelsCount
.The text was updated successfully, but these errors were encountered: