This repository has been archived by the owner on Jan 12, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 795
Closed captions playback issue: Uncaught TypeError: Cannot read property 'length' of null #892
Comments
askaliuk
added a commit
to askaliuk/videojs-contrib-media-sources
that referenced
this issue
Nov 3, 2016
Looks like it was fixed in videojs/videojs-contrib-media-sources#113 |
@askaliuk thanks for noting that fixed the issue. Closing. |
@askaliuk the |
@dmlap just tested. Unfortunately your commit does not fix the issue. |
forbesjo
pushed a commit
to videojs/videojs-contrib-media-sources
that referenced
this issue
Nov 21, 2016
imbcmdth
pushed a commit
to videojs/videojs-contrib-media-sources
that referenced
this issue
Dec 5, 2016
Hello, I'm facing the same issue on Video-Js version 7.0.2, how can i fix it. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
video-contrib-hls
raises an exception during HLS stream playback with closed captions.Sources
http://playertest.longtailvideo.com/adaptive/captions/playlist.m3u8
Steps to reproduce
Open following URL:
http://www.w3schools.com/code/tryit.asp?filename=F0EFFPUMR91Z
cc1
trackcaptions off
Error output
Additional information
Bug is probably here:
https://github.com/videojs/videojs-contrib-media-sources/blob/v4.0.4/src/remove-cues-from-track.js#L21
track.cues
can be nullvideojs-contrib-hls version
videojs-contrib-hls 3.6.6
videojs version
video.js 5.11.9
Browsers
Chrome 54.0.2840.71, but I'm pretty sure the bug can be repeated in any browser
Platforms
I tested on OSX, but I'm pretty sure a bug can be repeated in any platform
The text was updated successfully, but these errors were encountered: