-
Notifications
You must be signed in to change notification settings - Fork 6k
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
HLS - Format adapts at start even when a fixed track selection is used #2353
Comments
This avoids breaking the player if the first variant is not supported by the device. Issue:#2353 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=148025791
So after v2.3.0 released, is |
This is now fixed. Yes, it's still needed internally. |
I'm confused a little bit, how does the |
Outside is sufficient to get the format you want. Internally we may request a fraction of a segment from some other format, determined by |
Hi There, I am using latest version of exoplayer and it is working perfectly fine at our end. However I have faced issue to show different bit rates from HLS video file. I am always getting current bit rate profile. I want to show all bit rates profile and allow user to chose any one of them. Please assist me how I could achieve this? Any help really appricated. |
See #2343. For HLS playback in V2 we always start playing out the first track in the master playlist, even if it's not present at all in the track selection. For example if the track selector has chosen a different track as a fixed track selection.
We should not start playing out the first track in the case that it's not present in the track selection at all. Aside from being confusing, it could cause failures (e.g. if the first track in the master playlist happens to be one that exceeds device capabilities).
The text was updated successfully, but these errors were encountered: