-
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
Plugin is not working with latest Clappr version #58
Comments
@vix-simplex I saw your Clappr setup (https://gist.github.com/vix-simplex/42e0bbbdb4dc783064b5201488f3b2d6) and noticed you're missing a
|
btw, it's working fine with the latest Clappr version (0.2.61). |
This not helped. And I'm found reference on "cdn.jsdelivr.net/clappr.rtmp/latest/assets/RTMP.swf" here: https://github.com/flavioribeiro/clappr-rtmp-plugin/blob/master/dist/rtmp.js#L66 I'm added new gist, in which swfPath not setted, but RTMP-stream playing. New gist has only a different versions of clappr, everything else still. I'm trying paste source "<script src="http://cdn.clappr.io/0.2.61/clappr.min.js"></script>" for my player, but it now working for me. Give me advice please how I may run 0.2.61 correct. |
@vix-simplex The CDN has an old version of the RTMP.swf file. This is why it's not working. I tested localy with clappr 0.2.61 and it's working just fine with your source url. @flavioribeiro AFAIK this JsDelivr should update the CDN automatically (every time a new release is drafted). Or do you have to update manually? |
It looks like jsdelivr has stopped automatically syncing. When it works it does sync everything but if filenames change the guys over at jsdelivr have to manually review it from my understanding https://github.com/jsdelivr/jsdelivr/tree/master/files/clappr.rtmp |
It looks like in the update.json and info.ini files over there it's pointing at the wrong repo. It's set to "clappr/clappr-rtmp-plugin" not "flavioribeiro/clappr-rtmp-plugin" |
@tjenkinson very well noticed! Until version 0.0.12 of this plugin, the repo was in the clappr organization profile. I'll send a PR to update those files. Thanks! |
Couldn't get it to work... |
cc @vix-simplex
The text was updated successfully, but these errors were encountered: