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

error with the latest version of Clappr #23

Open
tarkanlar opened this issue Aug 11, 2015 · 6 comments
Open

error with the latest version of Clappr #23

tarkanlar opened this issue Aug 11, 2015 · 6 comments
Labels

Comments

@tarkanlar
Copy link

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

@towerz towerz added the bug label Aug 11, 2015
@towerz
Copy link

towerz commented Aug 22, 2015

@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 /latest and set the baseUrl parameter to http://cdn.clappr.io/0.1.13.

@tarkanlar
Copy link
Author

Yep, it works with Cappr 0.1.13 Thanks.

Any suggestions how we can update this plugin to work with Clappr 0.2.x?

@cherihung
Copy link

any idea on when RTMP plugin will work with the 0.2.x version?

@flavioribeiro
Copy link
Member

@tarkanlar we now have an updated version of the plugin, feel free to point to ttp://cdn.jsdelivr.net/clappr.rtmp/latest/rtmp.min.js if you want to use the latest clappr

@kingctan
Copy link

we here also has the same error with latest versions.

@flavioribeiro flavioribeiro reopened this Jun 15, 2016
@ocramot
Copy link

ocramot commented Sep 19, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants