-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature functional tests audio switching #3472
Feature functional tests audio switching #3472
Conversation
…b.com/fraunhoferfokus/dash.js into fraunhoferfokus-feature-functionalTestsAudioSwitching
- get list of audio tracks at stream setup (see "play" test) - skip "audioSwitch" test if no more than 1 audio track - check if playing after each audio track switch
@vrosenberg please find my code review in commit 602b7c4 on branch https://github.com/Dash-Industry-Forum/dash.js/tree/fraunhoferfokus-feature-functionalTestsAudioSwitching If you agree with that you could proceed the same way for text tracks switching |
@bbert
and the audio switch case seems to function. An example stream where the progress check failed would be: Do you have an idea what the problem might be? I will proceed the same for text track switching |
@vrosenberg there is indeed an issue, let me explain you:
I am trying to find a solution and will let you lnow |
@vrosenberg Please check branch https://github.com/Dash-Industry-Forum/dash.js/tree/fraunhoferfokus-feature-functionalTestsAudioSwitching, I've updated so that we do not switch on initial track to get around issue I described @dsilhavy shouldn't MediaPlayer API return only objects/values that can serialized to JSON to avoid issues with undefined property values? |
No you don't need since you simply set the default language for these tests |
@bbert |
@vrosenberg that sounds good, thx |
No description provided.