-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
Japanese subtitle is broken in IE 11 #5070
Comments
That's really interesting. The first thing I noticed is that the VTT file wasn't being served with the correct mimetype. I tried changing the mimetype using the Charles proxy but it was still not doing the right thing. We should probably still change the mimetype. |
@gkatsev ❤️ Thank you for response and answer. |
After investigating it some more, we think this may be because we're downloading the text as arraybuffers in VHS/hls. @forbesjo is going to look into if we can just download it as just text, which may improve this behavior. |
This is being worked on in VHS: videojs/http-streaming#105 |
The fix has been deployed in VHS, it should be picked up by video.js 7 some time soon |
This is fixed in @vidoejs/http-streaming 1.2.1 and it's in Video.js as of commit 7b6aa5c, it'll be in the next release. |
Description
Japanese subtitle is broken in IE 11
used demo url
Steps to reproduce
Explain in detail the exact steps necessary to reproduce the issue.
Results
Expected
display Japanese subtitle
Actual
broken subtitle text
Error output
Additional Information
Please include any additional information necessary here. Including the following:
versions
videojs
It is just official demo page from
videojs-contrib-hls
browsers
IE 11.
OSes
Windows 10 Home
plugins
videojs-contrib-hls
The text was updated successfully, but these errors were encountered: