-
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
Spam into log when error occured with text tracks #1903
Comments
This is probably comes from the fact that our new vtt parsing is much more strict and spec compliant. According to the spec, the separator between seconds and second-fractions is a U+002E FULL STOP character (.) [step 5] |
Thank you! Found that in subtitles separator isn't spec compliant. |
We print out the parsing errors from vttjs into the log. |
The screenshot is good. Yeah, we're currently print each error into the console. |
@gkatsev sounds good as temporary solution. But what happens when VJS will throw all collected errors? |
I think we can use the dev tool's |
Fixed by #3259 |
Hi!
Somewhere I saw an opened(or closed) issue with this error. At least for FF 35.0 and VJS 4.12.1 I see more than 6000 rows in log that cause big lags in browser.
I cannot understand why... I see in logs
Chapters worked fine in the previous VJS 4.11 release.
PS! I'm use video.js with included vtt script.
If need demo please leave comment.
The text was updated successfully, but these errors were encountered: