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
Link to playable MPD file: pending - please contact @dsparacio for sample .mpd
Dash.js version: 4.4.0
Browser name/version: Chrome 102
OS name/version: Mac OS 11.6.7
Steps to reproduce
Please provide clear steps to reproduce your problem
Use a multi-audio track .mpd with both a standard and descriptive language audio track. (sample pending)
Establish initial media settings after player is initialized:
// here, role is set to empty string in rough attempt to
// coerce selection of non-descriptive lang track
player.setInitialMediaSettingsFor('audio', {
lang: new RegExp(lang, 'i') as any,
role: '',
});
If the bug is intermittent, give a rough frequency if possible
In 3 of 4 tests with different resources, the descriptive audio track was chosen as a default. If a given resource does show this behavior, it happens 100% of the time.
Observed behavior
The descriptive audio track is chosen as a default, and it's unclear how to coerce selection of standard audio via setInitialMediaSettingsFor()
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. However, it might still be relevant so please leave a short comment if it should remain open. Otherwise the issue will be closed automatically after two weeks. Thank you for your contributions.
stalebot
added
the
stale
To be used by automatic issue staling and closing to indicate that this issue is about to be closed
label
Nov 25, 2022
Environment
Steps to reproduce
Use a multi-audio track .mpd with both a standard and descriptive language audio track. (sample pending)
Establish initial media settings after
player
is initialized:In 3 of 4 tests with different resources, the descriptive audio track was chosen as a default. If a given resource does show this behavior, it happens 100% of the time.
Observed behavior
The descriptive audio track is chosen as a default, and it's unclear how to coerce selection of standard audio via
setInitialMediaSettingsFor()
The text was updated successfully, but these errors were encountered: