-
Notifications
You must be signed in to change notification settings - Fork 10
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
Javascript exception thrown if the video is not transcoded #3
Comments
lwcooper
pushed a commit
to fairfaxmedia/videojs-omniture
that referenced
this issue
Jun 28, 2016
I will open a PR to patch this |
lwcooper
pushed a commit
to fairfaxmedia/videojs-omniture
that referenced
this issue
Jun 28, 2016
lwcooper
pushed a commit
to fairfaxmedia/videojs-omniture
that referenced
this issue
Jun 28, 2016
lwcooper
pushed a commit
to fairfaxmedia/videojs-omniture
that referenced
this issue
Jun 28, 2016
lwcooper
pushed a commit
to fairfaxmedia/videojs-omniture
that referenced
this issue
Jun 28, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When a video is not transcoded, an error is thrown once you start playing the video:
index.js:40786 Uncaught TypeError: Cannot read property 'playlists' of undefined
This is because it assumed the hls property is on the player object. I've attached a screenshot below.
The text was updated successfully, but these errors were encountered: