Skip to content
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

Doesn't work with videojs 4.8.0 #195

Closed
mewben opened this issue Sep 5, 2014 · 2 comments
Closed

Doesn't work with videojs 4.8.0 #195

mewben opened this issue Sep 5, 2014 · 2 comments

Comments

@mewben
Copy link

mewben commented Sep 5, 2014

It produces the following error:

TypeError: this.features is undefined
this.features['progressEvents'] = false;
@heff
Copy link
Member

heff commented Sep 5, 2014

Sorry, this is our fault again... We had to change how the features property worked because it was causing issues across techs.

Issue: videojs/video.js#1407
Fix: https://github.com/videojs/video.js/pull/1470/files

Long story short, it needs to be changed to this['featuresProgressEvents']

@mewben
Copy link
Author

mewben commented Sep 6, 2014

Thanks sir...

@mewben mewben closed this as completed Sep 6, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants