-
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
Nullp Resolution on Safari #5330
Comments
@GabrielGallina can you share a stream so we can verify it? thank you! |
Duplicate of #4747 ? |
Maybe |
@avelad wich information from the stream would be needed to further evaluate? |
@GabrielGallina This isn't an issue but a limitation on apple devices. They support Native HLS Playback means the safari's default HLS Engine will be used. And that API doesn't expose any methods using which we can get the resolution values. You can simply turn off native playback by setting Refer https://shaka-player-demo.appspot.com/docs/api/shaka.extern.html#.PlayerConfiguration By setting this to false, Shaka Player HLS Engine will be used without any limitations. |
@WINOFFRG , @GabrielGallina is using iOS, so no MSE... |
On iOS/ipadOS, the preference is to use Safari's native HLS, but it does not return height/width information, so this information is not returned at this point. Thanks! |
I would like to reopen this, to fix the UI. The information may not be available, and we may not be able to select a specific resolution, but the UI should not show "nullp". |
With this change, when we are in src= mode we only leave the automatic mode in the resolution selector, since we will not be able to change the resolution. Fixes #5330
With this change, when we are in src= mode we only leave the automatic mode in the resolution selector, since we will not be able to change the resolution. Fixes #5330
With this change, when we are in src= mode we only leave the automatic mode in the resolution selector, since we will not be able to change the resolution. Fixes #5330
Have you read the FAQ and checked for duplicate open issues?
Yes
What version of Shaka Player are you using?
4.3.6
Can you reproduce the issue with our latest release version?
Yes
Can you reproduce the issue with the latest code from
main
?Yes
Are you using the demo app or your own custom app?
Demo
What browser and OS are you using?
Safari iOS
What did you do?
Play any video on Safari and change de resolution, but appears just "nullp"
What did you expect to happen?
Appear resolutions to switch, like in other browsers
What actually happened?
When I'm using Safari, only the "nullp" resolution appears, I would like the other resolutions to appear as in other browsers to make the switch. I would like to understand if it could be some configuration or is it a shaka limitation
The text was updated successfully, but these errors were encountered: