-
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
video.js captions (not native browser captions) are broken in V5 #2172
Comments
The 'downloadable font rejected by sanitizer..." error was a red herring! With further experimentation, a way to get captions displayed is to use the I'm guessing this is due to caption events not getting fired by VideoJS, but that changing the captions settings somehow fires an event which may display the current caption? I'm hoping this gets fixed before V5 is released! @gkatsev, have you taken a look at this? |
Wow, that's amazing you found that! Yeah, this will have to be fixed for 5.0. |
this also occurs in chrome and safari with flash only and flash first tech orders. Should that be noted as a separate issue? |
Flash and non-native vtt support is when the emulated captions should come up. |
#2215 should fixe this. Someone want to confirm? |
Confirmed; this is fixed in v5.0.0-rc.6. |
In the sample
docs/examples/simple-embed/index.html
, when non-native captions are used (I'm using Firefox 37 on Windows 7), the captions menu includes thecaptions setting
option. Selecting theenglish
option does not display the captions.I get a 'downloadable font rejected by sanitizer ... /build/temp/font/VideoJS.eot' error in the console.
The text was updated successfully, but these errors were encountered: