-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Description
Have you read the FAQ and checked for duplicate open issues?
yes
What version of Shaka Player are you using?
3.1.0
Can you reproduce the issue with our latest release version?
YES
Can you reproduce the issue with the latest code from master
?
YES
Are you using the demo app or your own custom app?
our own
If custom app, can you reproduce the issue using our demo app?
YES
What browser and OS are you using?
Version 91.0.4472.101 (Build officiel) (arm64) - chrome
Safari Version 14.1.1 (16611.2.7.1.4)
iOS 14.6 - Big Sur 11.4
For embedded devices (smart TVs, etc.), what model and firmware version are you using?
What are the manifest and license server URIs?
What configuration are you using? What is the output of player.getConfiguration()
?
What did you do?
Tried to play the video on safari on both my iPhone and my macbook
What did you expect to happen?
I was expecting it to play the video
What actually happened?
We figured out that once my device system is in English, I am able to play the content without any problem. Except on google Chrome on my iPhone.
It appears as though when the system language is something other than English the Shaka player attempts to load the English audio track as well as the system language audio track if it exists.
Is it the best option for us to attempt to “fake” the player out to think that the system language is English so that it doesn’t attempt to load other language files at the same time? If yes, how can we do it, please?