-
Notifications
You must be signed in to change notification settings - Fork 46
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
error with the latest version of Clappr #23
Comments
@tarkanlar What version of Clappr are you using this plugin with? The plugin hasn't been updated to use with Clappr 0.2.x yet, so I'd recommend to keep using 0.1.13 for now. Just use http://cdn.clappr.io/0.1.13/clappr.min.js instead of |
Yep, it works with Cappr 0.1.13 Thanks. Any suggestions how we can update this plugin to work with Clappr 0.2.x? |
any idea on when RTMP plugin will work with the 0.2.x version? |
@tarkanlar we now have an updated version of the plugin, feel free to point to |
we here also has the same error with latest versions. |
Same as #53 The missing functions (getBytesLoaded and getBytesTotal) were added in 6 July: e4d053b However the url http://cdn.jsdelivr.net/clappr.rtmp/latest/rtmp.min.js is still pointing to an old version of the plugin. So either you have to build the plugin yourself, or wait for someone to build and update the latest version. EDIT: I actually tried to rebuild from source and I in fact found the same file found in the "latest" link, without the two missing functions. So either I did something wrong recompiling, or there is something else that is missing in order to include those two functions. |
I got this error with the latest version of Clappr. Older version working properly
[error][t] error on event o5:progress trigger - TypeError: this.el.getBytesLoaded is not a function at t.n.progress.value (http://localhost:3333/dist/clappr.min.js:3:15261) at h (http://localhost:3333/dist/clappr.min.js:5:28729) at t.n.trigger.value (http://localhost:3333/dist/clappr.min.js:5:28003) at Function.o.trigger (http://localhost:3333/dist/clappr.min.js:6:5518) at <anonymous>:1:38
The text was updated successfully, but these errors were encountered: