vimeo

Migrating from graphite to graph-explorer

痴心易碎 提交于 2020-01-05 02:49:23
问题 The graphite-webapp does not encourage ad-hoc graphing. Graphiti et al are just fancy UIs that, while improve UI-UX, do not do much regarding the inherent linear metric search that plagues the graphite-webapp. Correct me if wrong here, but the only option I came across that encourages ad-hoc graphing has been Graph-Explorer. Assuming, that Graph-Explorer is the only way ahead. I have some 1000 distinct metrics currently. Named in the following fashion- stats.beta.pluto.ip-10-0-1-81.helios.pa

OAuth Vimeo with Scribe (Java)

余生长醉 提交于 2020-01-04 21:40:30
问题 Note: You may be able to help me with this just by directing me to a place that explains well how to interface with web services. But help on this specific problem would be greatly appreciated! I'm having a really hard time understanding how OAuth works. I'm trying to develop a desktop application which will upload a bunch of videos to accounts on Vimeo. I've tried tinkering a bit with the Scribe API and its examples. Scribe doesn't have a Vimeo example unfortunately, so I've been trying to

I can't autoplay vimeo video (mobile)

僤鯓⒐⒋嵵緔 提交于 2020-01-03 04:10:07
问题 I'm trying to autoplay a video included in a iframe on mobile devices. The app works well, but the user must click on the button inside the iFrame to play the video. I already tried to use the "autoplay=1" parameter in the iframe but it didn't word on mobile (on desktop well)... Can you help me? Thanks 回答1: As @A.Wolff remarks, autoplay is disabled by design to preserve bandwidth. It's, for instance, possible to "trick" iOS into thinking that the user clicked the play button (Google it, if

I need to hide a div until Vimeo video is finished. How do I do that?

时光毁灭记忆、已成空白 提交于 2020-01-01 19:06:09
问题 I have site that has a Vimeo video where the client wants to hide a div, which contains a form link, until the video has finished. I saw on the Vimeo API Playground that there is a "Finish" event listener, but I have never messed with Vimeo before. I have a jquery call to hide or show the Div which I would run once the Vimeo finish event is declared. But how do I setup JQuery/Javascript to listen for that event? Sorry, I am sure this is simple but I am a Vimeo novice. I currently have the

I need to hide a div until Vimeo video is finished. How do I do that?

心已入冬 提交于 2020-01-01 19:06:04
问题 I have site that has a Vimeo video where the client wants to hide a div, which contains a form link, until the video has finished. I saw on the Vimeo API Playground that there is a "Finish" event listener, but I have never messed with Vimeo before. I have a jquery call to hide or show the Div which I would run once the Vimeo finish event is declared. But how do I setup JQuery/Javascript to listen for that event? Sorry, I am sure this is simple but I am a Vimeo novice. I currently have the

Dynamically get thumbnails and titles of vimeo videos

别来无恙 提交于 2020-01-01 05:32:08
问题 Picking up from this question: Get img thumbnails from Vimeo? I'm trying to create a page with several vimeo videos on it. I want to have the videos in the HTML look like this: <div id='12345678' class='vimeo'></div> <div id='23423423' class='vimeo'></div> And then I want the jQuery to populate the divs with an img where the src is the thumbnail from vimeo, and an a which points to the video, and whose text is the title of the video. That is, it should end up like this: <div id='12345678'

jQuery how to stop Vimeo video when click

懵懂的女人 提交于 2019-12-31 10:02:22
问题 here is the simple code: http://jsfiddle.net/YAFuW/1/ basicly i tried to use like this: <iframe src="http://player.vimeo.com/video/40977539?api=1" width="400" height="225" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe> <a href="#">STOP</a> $('a').click(function() { alert('stoped'); froogaloop.api('unload'); }); 回答1: I don't know a "good" or "right" way to accomplish this cross-browser. Youtube's JavaScript API fails, too. But this method is reliable and

How to make API request to get private Vimeo videos in Objective-C?

时光毁灭记忆、已成空白 提交于 2019-12-30 11:12:07
问题 I'm developing an iOS application to play private Vimeo videos. Private videos are given privacy of hiding videos from Vimeo website and given domains so that those videos only will be bought and played in my websites. I have Vimeo PRO account. I am using VIMNetworking SDK and make authentication in didFinishLaunchingWithOptions() by using client details I got creating app at https://developer.vimeo.com/apps. Now I have to make API request to get direct video urls. I don't know how to achieve

A way to mute an iframe using jQuery or CSS?

不打扰是莪最后的温柔 提交于 2019-12-30 07:00:11
问题 Is there a way to mute the audio of an iframe using jQuery or CSS? This is the iframe I need to mute <iframe src="http://player.vimeo.com/video/4415083?api=1;title=0&byline=0&portrait=0&color=d01e2f&autoplay=1" width="500" height="281" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe> 回答1: Include this library in your page: https://github.com/vimeo/player-api/tree/master/javascript like this <script src="//f.vimeocdn.com/js/froogaloop2.min.js"></script> This

Fire event when vimeo video stops playing?

邮差的信 提交于 2019-12-28 05:21:43
问题 I was just wondering if it was possible to fire an event once a vimeo video has finished playing? Currently I have a Vimeo embed in an overlay, that I want to remove once the video has stopped. Hope this makes sense! I dont really have any code that would be of use, but would like to know if you can add event listeners to the video, fire an event once the video has finished, and how you would go about doing this? Thanks Ryan 回答1: Previous answer is now obsolete since Vimeo launching the new