-
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
Subtitles are not working with pip #1903
Comments
Chrome PiP mode does not currently support subtitles. See this issue on the chromium bug tracker. So we can't really put captions into the PiP window in any efficient way; until then, I think that keeping the captions in the video element is the best we can do. |
Ahh, this will be trouble in the future, though (custom displayer + pip) and we'll have to address it once the capability is added. |
I just confirmed that native text display from the browser does not solve this, either. So disabling our custom text display won't help at the moment. |
Marking as "infeasible" for now. If the Chrome bug is solved and native text display works with PiP in the future, we could switch to that. |
The PiP team is also working on PiP mode with arbitrary (potentially non-video) elements. Once that's in, we could enter PiP mode with the |
Have you read the FAQ and checked for duplicate open issues? Yes
What version of Shaka Player are you using? 2.5.0-beta3
Can you reproduce the issue with our latest release version? Yes
Can you reproduce the issue with the latest code from
master
? YesAre you using the demo app or your own custom app? Demo app
If custom app, can you reproduce the issue using our demo app?
What browser and OS are you using?
Chrome 74, Ubuntu 18.04
For embedded devices (smart TVs, etc.), what model and firmware version are you using?
What are the manifest and license server URIs?
What did you do?
https://v2-5-0-beta3-dot-shaka-player-demo.appspot.com/demo/#asset=https://storage.googleapis.com/shaka-demo-assets/angel-one/dash.mpd;lang=es-ES;build=uncompiled
Load
Select a subtitle
Select PiP option
What did you expect to happen?
Subtitles are shown in the PiP window
What actually happened?
Subtitles are shown in browser tab and the video in the PiP window.
Notes:
I think that the problem is related to use a custom textDisplayFactory
Idea, Is it possible switch to SimpleTextDisplayer when the user is in PiP mode?
The text was updated successfully, but these errors were encountered: