-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
my issue is subtitle doesn't display in google chrome #114
Comments
More information required. Reproducible address/video and subtitles/full code |
This is my full code for oplayer : `let playerEl = document.querySelector('#player')
}` Video plays without problem but my subtitle just display in desktop and ios, in android phones there is no subtitle. In requests i got 200 status code for subtitle file url response. |
what's ur subtitle url |
It's the subtitle |
|
it's works with mp4 video playing but in hls mode it's not even play the video and subtitle doesn't display. it's my configs in playground please test these configs for your self. |
try disable hls subtitle controll and forceHls |
i find the problem. The problem is that when we set a subtitle as default, it is not displayed in google chrome, but if we disable the default and select it manually, it will be displayed correctly. |
I fixed this temporarily with the following code. |
Fixed @amirdks pnpm add @oplayer/core@1.2.32 |
Environment
problem with subtitle
I'm using hls player everything works well in Firefox browser but when i try to watch video in google chrome subtitle doesn't show at all.
i tried several ways to solve it but i can't,
please help me to fix.
The text was updated successfully, but these errors were encountered: