-
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
VTTCue error in Chrome #5823
Comments
I am experiencing the same error, but in Firefox desktop and Chrome, also playing HLS. Plays in Safari. Video.js 6 played correctly, we are just assessing video.js 7, and this is something that just came up. Any clues welcome. The message in Chrome is: The message in Safari is: |
When we get an unsupported id3 frame, we don't parse its time. This ends up coming back to us as NaN in the timing for the frame. Instead of trying to create a cue for this frame, ignore it whenever the time isn't a number or when it isn't finite. Fixes videojs/video.js#5823
I have a PR that should fix this: videojs/http-streaming#437 |
See my comment in your PR, happy to test before the weekend using our media. |
As I mentioned in the PR comment, your fix resolves the issue. Video now plays in both Chrome and Firefox (it was OK in Safari). Many thanks, can't wait to get back to further testing of video.js 7. |
When we get an unsupported id3 frame, we don't parse its time. This ends up coming back to us as NaN in the timing for the frame. Instead of trying to create a cue for this frame, ignore it whenever the time isn't a number or when it isn't finite. Fixes videojs/video.js#5823
@gkatsev, thanks for closing this issue. Just to confirm: do you still need me to host an externally available video stream for the purpose of testing this issue, or is that no longer needed? It means extra work, so I am happy not to have to do it, but if it helps, I will. |
No, we're all set then, thanks! |
VTTCue error in Chrome (Look like with Audio track options)
Video js error for some HLS video (Videojs 5 can play these video with the HLS Contrib plugin)
Uncaught TypeError: Failed to construct 'VTTCue': The provided double value is non-finite.
Error exemple HLS live video: https://rcavlive.akamaized.net/hls/live/664044/cancbft/master.m3u8
The text was updated successfully, but these errors were encountered: