Closed antoroxx closed 10 years ago
The MediaElement error is raised because presentz cannot recognize your video source as vimeo In http://fad.emark.it/wp-content/plugins/presentz/dist/vimeo_slideshare.json the url is http//player.vimeo.com/video/84727903: it should be http://vimeo.com/84727903
I tried it: now it says (in debug) 404 Not found Please consider that this is a Vimeo Pro account with privacy setting "Only on selected websites" so you can't see it on Vimeo but the setting itself works, you can see the video on the website: http://fad.emark.it/ciao-mondo/ Thx
I see it too: NetworkError: 404 Not Found - http://vimeo.com/api/v2/video/84727903.json?callback=callback_115433&_=1390473660417
I'm not aware of any particular restrictions with vimeo pro accounts and their API. You should consult their support and API reference to find out
Indeed now it's working, just after deactivating the "private mode" on Vimeo I just wrote to Vimeo support... If they'll not allow (or can't) , may I host videos on my website and use the presentz software? Thx
2014/1/23 Federico Fissore notifications@github.com
I see it too: NetworkError: 404 Not Found - http://vimeo.com/api/v2/video/84727903.json?callback=callback_115433&_=1390473660417
I'm not aware of any particular restrictions with vimeo pro accounts and their API. You should consult their support and API reference to find out
— Reply to this email directly or view it on GitHubhttps://github.com/ffissore/presentz.js/issues/21#issuecomment-33113289 .
Yes you can. For a better UX, you must ensure your webserver is properly configured for streaming videos (i.e.: should allow partial downloads)
Hi Federico as required I'm writing here. I tried to implement a Wordpress Plugin with Presentz files and libraries. At the moment you can see this experiment at http://fad.emark.it. The video player isn't recognized and debugging I got these informations:
Libraries appear to be loaded in the head section of the page.
In Mozilla Firefox: clicking on the player appears the message " Mime or vido format not supported" and in the code: "undefined"!=typeof jQuery?("undefined"==typeof jQuery.fn.hoverIntent&&!function(a){a.fn.hoverIntent=function(b,c,d){
In Google Chrome: The player doesn't appear and in the code: "MediaElementPlayer is not defined" indicating the error row source atpresentz-1.2.2.js?ver=3.8:105, row 105
I also attach a snapshot in Google Chrome. Thx
Antonio