vimeo-api Questions

3

Solved

I have a list of Vimeo private video urls (https://player.vimeo.com/video/1234567890), which I'd like to display as thumbnails on my page. I can't find a working way to do it. Any solutions based...
Greenhorn asked 2/10, 2018 at 9:33

3

Solved

I want to create app that allow users to upload their video to my Vimeo account. I want to hide these video from others. And allow only authenticated users of my app to view these videos. My questi...
Amendment asked 7/12, 2013 at 6:36

2

Solved

I'm using the official Vimeo Android Library. Here's how I add it: compile 'com.vimeo.networking:vimeo-networking:1.1.1' And here's how I use it: // where mUri is in the following format: /video...
Apia asked 26/10, 2017 at 8:36

2

I used Vimeo Networking Library in my android app to play the video by Video View by useing the official library of Vimeo. I authenticate the API with Token The problem with the code is that it giv...
Aretha asked 22/11, 2020 at 19:1

2

Solved

I have this Vimeo URL. https://vimeo.com/192207770/0faf1dd09d I don't understand what the two IDS represent and how I can shorten it into a single ID URL. All other vimeo URLs I've seen are vime...
Hoof asked 19/7, 2018 at 4:15

4

I'm currently developing an android mobile app. I see that private Vimeo videos are not playing. Check the attached screen shot. Also note that the android app is still on development mode and not ...
Halfpenny asked 7/4, 2015 at 9:55

3

I am using UIWebview to play a vimeo video with this code: let embedHTML = "<html><body><meta name = \"viewport\"content = \"initial-scale = 1.0, user-scalable = ...
Gregorygregrory asked 17/2, 2016 at 11:37

3

Solved

Looking for a way to obtain a thumbnail image of a Vimeo video WITHOUT (I repeat, WITHOUT) having to do a REST request to the Vimeo API? (Unfortunately, the following "answer" is over 10 years old...
Irrefragable asked 16/5, 2020 at 15:52

1

I am using a wp_remote_get via Wordpress to retrieve information about a vimeo video. 80% of the time is works great, but there is this 20% factor, where the name, thumbnail_url and title are blank...
Uther asked 31/1, 2022 at 1:32

3

I'm new to coding and I'm trying to have every fancybox ONLY in my homepage full width and responsive (eg) but non of these options have done the job (fitToView, autoSize or aspectRatio). jQuery ...
Thielen asked 21/1, 2015 at 19:22

3

Solved

I am working on a project where I share video on Vimeo. In this My app open a video where user needs to press authorize button to authorize the app at Vimeo and to get access tokens. So, for this, ...
Davy asked 9/7, 2013 at 5:6

1

I am troubleshooting a jQuery ajax call to the Vimeo API that started failing in the last month or so after having worked for a while. // Url ends up like "https://www.vimeo.com/api/v2/video/1...
Hendecagon asked 4/2, 2021 at 20:48

2

Is there any way to play Vimeo Video in WebView or VideoView in Android. Any source code for playing Vimeo will be helpful for me. Please help.
Predestination asked 14/3, 2013 at 7:53

4

How to play vimeo videos on HTML5 player? Step 1: <video width="320" height="240" controls> <source src="http://player.vimeo.com/video/3873878"> </video> Step 2: <video s...
Budding asked 28/1, 2016 at 7:28

12

On a website I am building I have a vimeo video embedded. The client needs to keep the sound on the video obviously for people that find it on vimeo. However for her website the sound is just plain...
Jarrettjarrid asked 30/10, 2014 at 9:45

3

Solved

Our students are provided with video tutorials using Vimeo. Once a student was done with watching the videos, s/he is presented with some quizzes. What we discovered was that the students would u...
Designate asked 26/7, 2014 at 13:6

1

Solved

I have a situation where we are both the owners of a Vimeo pro account containing private videos and the developers of an Ionic/Angular application where we embed those videos. Since we don't want...
Burd asked 29/10, 2018 at 16:57

1

Solved

In our App users can subscribe to get access to "premium videos". We use vimeo to host all those videos using that domain protection setting that only allows our videos to be embedded in a specific...
Bootee asked 28/7, 2018 at 2:59

1

Solved

I want to get stats of videos in my vimeo account through api call. I'm using https://api.vimeo.com/me/videos/stats endpoint to get stats as described in their documentation. And I'm getting this...
Burger asked 14/6, 2018 at 14:26

2

I would like video start to play when use clicks on the specific element on my site. I tested vimeo player and youtube video player It works great on the desktop, but when I tested on the iPhone it...
Sparse asked 27/11, 2013 at 13:34

4

Solved

So, I'm trying to show a Vimeo video only if it exist. I'm using new JavaScript API. As per their documentation, error event should get triggered when a video face errors while loading. I believe,...
Rubberneck asked 18/5, 2017 at 11:14

2

I am trying to upload a video to Vimeo via Ajax but I am running into CORS problems with Firefox. Here is the code I am using. It is only at the last stage of posting the file does CORS protection...
Commutable asked 18/11, 2014 at 6:7

2

Solved

We have a video (vimeo) link we would like our users to watch. Each video is followed by a short questionnaire. Our intent is to not make the questionnaire visible to the user until the user had ...
Fortieth asked 2/4, 2014 at 18:14

3

Solved

using the api against /videos/ID I get a bunch of links, select the corret format and them i'm good to play on my own website. But it's slow, i'm not on USA and it's slow for my customers. (I'm a...
Scintillant asked 12/6, 2016 at 19:46

2

I am uploading video in Vimeo using my Application,But some of my videos status are not getting updated I have followed the api document provided in this link: https://developer.vimeo.com/api/upl...
Permanganate asked 6/10, 2016 at 7:14

© 2022 - 2024 — McMap. All rights reserved.