-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Shaka Player version 3.2.x and 3.3.x dispatch two adaptation events before init? #5480
Comments
After I check the code. I saw where the problem lie. Version 3.3.19 - player.js - onLoad_
Both Since oldTrack is null and newTrack has value. Both adaptation events are dispatched, result to two adaptation events before init. On old 3.1.x version. Can I, on 3.3.19 version,
To result with only one adaptation event before init? |
@theodab can you review it? Thanks!! |
Have you read the Tutorials?
Yes, we have.
Have you read the FAQ and checked for duplicate open issues?
Yes, we have.
What version of Shaka Player are you using?
We were using v3.1.2 version previously. And recently upgrade to latest v3.3.19 version. Don't want to upgrade to v4 version for easier maintain.
Please ask your question
We saw that after upgrade to 3.2.x and 3.3.x version. Whenever we init shaka and play stream. Before init complete, there are always 2 adapation events dispatched instead of 1 as in 3.1.x version.
We want to ask what is the reason behind this behaviour. Is it intended? Or a bug? If it is intended, why does it behave like that?
We have tried to set configure abr enabled: false but still 2 adapation events are dispatched.
The text was updated successfully, but these errors were encountered: