vimeo-api

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

Is it possible to get play statistics from an album of videos using the Vimeo API?

人盡茶涼 提交于 2019-12-25 12:19:21
问题 We have a request from someone on our internal team to send a monthly report of play count for a set of videos that we have grouped in an album. I think this is something we're going to be asked to do for several different groups so I was hoping to write a program that would handle this for me. Glancing through the Vimeo API, I didn't see anything relating to pulling up analytic or usage data. Am I missing something obvious? Or is that capability just not there? Thanks for your help! 回答1: In

“Invalid State” after Vimeo API delete

前提是你 提交于 2019-12-25 07:27:53
问题 Hopefully someone can help.. I'm using jQuery dropzone.js to upload the video and I can upload videos fine, but I can't "complete" the process so the videos always remain in a processing/uploading state. I'm performing the correct procedures according to the Vimeo API docs. Here are some headers/responses if they help, I've replaced some values with xxxx: Upload request headers: PUT /upload?ticket_id=xxxx&video_file_id=514311645&signature=acd2a6c4ba8c147651604793b081e053&v6=1 HTTP/1.1 Host:

Vimeo uploading. Cannot get complete_uri field in response

為{幸葍}努か 提交于 2019-12-23 15:11:40
问题 I've been fiddling quite a bit with my uploading to vimeo. I've made a ticket request. I've uploaded the file. I've checked the file if its uploaded. I need to run the method DELETE with the complete_uri response i should get from my ticket. However, im not receiving any complete_URI from the ticket response. Here is my code: public static dynamic GenerateTicket() { const string apiUrl = "https://api.vimeo.com/me/videos?type=streaming"; var req = (HttpWebRequest)WebRequest.Create(apiUrl); req

Trying to wrap my head around the Vimeo API authorisation process

落花浮王杯 提交于 2019-12-23 05:47:07
问题 So I like to use the vimeo API in a WordPress plugin. Its seems to me there are actually 3 different ways how to do this. So my guess is that I could setup my website with video as 'master' application and through their complicated authorization process let users authenticate my app to do things. I am not sure how this exactly works ... Because I plan to use this commercially I would have to register my plugin as a commercial application with video. Not that I expect to be rejected by them

Get URL/Embed code to private Vimeo videos programatically

孤街醉人 提交于 2019-12-21 02:38:18
问题 We've been long time users of Vimeo PRO, we use it to host our videos that are shown in multiple websites. Those videos are set to private, so they can't be found in the public part of Vimeo. Until now, whenever we needed to show a video, we would either get the embed code from Vimeo or copy the "direct link" (i.e. http://player.vimeo.com/external/1234567890.hd.mp4?s=nskljdfnsdlkn3498hnc3h49fo83h4oif3 ) to the video file of the desired quality and load it on a third party player. No issues at

how to use vimeo advanced API to display videos

牧云@^-^@ 提交于 2019-12-20 10:44:52
问题 I was using the Vimeo simple API to display the videos from a channel on my website, but as you may know, it has a limit. I was wondering if you could give me an example of how to use the advanced API. I have read the documentation, But I just don't know how to use those methods (obviously i am not php expert). So it would be awesome if you could show me one example or any tutorial were I could understand it. This is Part of the code I was using in the simple API: var apiEndpoint = 'http:/

function increment sync with video (or auto increment)

拈花ヽ惹草 提交于 2019-12-20 04:07:54
问题 I'm busy with a webdoc that I'm partially creating on hype , the video are hosted on vimeo (so I need to use the vimeo api for some tasks like seekto) but my difficulties should be limited to js. the objective is to display a given image at a given time interval of the video . With my code below, I do get the string "test", "success" and "confirmed success" at the right time in my div id=popimgbox, and I can seek back and forth in the video and still get the right "answear", if I may say so.

API 3 Link to video not showing

∥☆過路亽.° 提交于 2019-12-13 21:08:39
问题 I'm trying to use the Vimeo API to pull a list of all the videos for a user who's videos are public, but the information in the JSON that's being returned doesn't include the element "files" under each entry and which should contain the link to the videos in various formats. What's going on here? As a side question, I just posted a question yesterday with the exact same question above regarding the API and a Vimeo staff member just informed me that "Vimeo" doesn't support the "Vimeo API". So

Possible to trigger on Vimeo video click?

心已入冬 提交于 2019-12-13 04:23:31
问题 Is it possible to trigger an action on click if a video is set to background=1 (no controls)? This is a Vimeo video, plus account (where background=1 is permitted). Essentially, I have a Vimeo video with no controls set to loop and autoplay with a volume of 0. My implementation has an icon overlayed on top of the video, in the center. When clicked, it is set to full volume and the icon is hidden. Once the volume is set to 1 and the icon is hidden, the person viewing should have the option of