-
Notifications
You must be signed in to change notification settings - Fork 94
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
Chrome: The provided value middle is not a valid enum value of type AlignSetting #368
Comments
That seems to be because enum AlignSetting on VTTCue is supposed to have value "center" whereas the parser tries to use "middle" |
Well, yes, but my VTT file doesn't have any align settings at all, so I suppose I get that error because the "middle" value is the default in vtt.js code? |
Bump. Any chance we could have this fixed by incorporating a fix similar to videojs/vtt.js#32? |
Unfortunately, this project isn't really maintained right now. Feel free to use the video.js fork and file issues there. |
@gkatsev a little bit offtopic, but is the API in the videojs fork roughly equivalent? |
The API is pretty much the same. It also works better with bundler, but the on page API right now is equivalent. |
When parsing VTT file in Chrome browser, tons of error messages are printed to console:
This didn't happen in v0.12.1.
The text was updated successfully, but these errors were encountered: