How to force player to use only native caption on iOS iPhone? #7570
Labels
status: waiting on response
Waiting on a response from the reporter(s) of the issue
type: question
A question from the community
Have you read the Tutorials?
yes
Have you read the FAQ and checked for duplicate open issues?
yes
What version of Shaka Player are you using?
4.10.26
What browser and OS are you using?
Safari on iOS 17.5.1 (iPhone 12)
Please ask your question
I noticed that Shaka Player in fullscreen mode on iPhone displays captions in two modes simultaneously - natively and rendered by Shaka's text displayer. Just before the native caption is displayed, I can see the shaka-rendered subtitle flash for a moment.
More over, shaka-rendered subtitles are displayed only when I exit the fullscreen mode (native are hidden then).
Turning off shaka controls with
controls.setEnabledShakaControls(false);
does not help, the subtitles are rendered twice anyway.
How can I force the player to use only native captions rendering, or only rendering by Shaka TextDisplayer (not both in the same time)?
I use UITextDisplayer (configuration below), however with default SimpleTextDisplayer problem is the same.
The text was updated successfully, but these errors were encountered: