-
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
Incorrect decoding of subtitles embedded in manifest #5882
Comments
👋 Thanks for opening your first issue here! 👋 If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can. |
Extra notes: server is serving chunks with mimetype |
This was fixed a while back (see #5070), but you're using an older version of Video.js. The fix is in http-streaming as of Video.js 7.2. |
Upgrading to Video.js 7.2 has fixed the issue. |
Description
Special characters in subtitles are not displayed correctly resulting in
å
being shown aså
.Steps to reproduce
Results
Expected
Subtitles are displayed without any changes like so:
Ejendomsmæglerne har det godt.
Syv dage, så var den løst.
Actual
Special characters are not shown correctly:
Ejendomsmæglerne har det godt.
Syv dage, så var den løst.
Additional Information
versions
videojs
6.9.0
browsers
IE11+
OSes
Windows
The text was updated successfully, but these errors were encountered: