vimeo Questions

4

I'm trying to embed vimeo videos as iframes. I'm using the following code: <iframe width="1140" height="570" src="https://player.vimeo.com/video/553469759?autoplay=1&amp...
Ladylike asked 27/5, 2021 at 10:40

8

When I hide a YouTube video, it stops playing. However, this is not the case for Vimeo videos. Is there another way to stop a Vimeo video?
Sennacherib asked 26/5, 2011 at 22:48

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 have a website with a video from Vimeo embedded as: <iframe src="//player.vimeo.com/video/496371201" frameborder="0"></iframe> Google says that it cannot index th...
Ourselves asked 23/8, 2022 at 14:23

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

To embed a Vimeo video as a background video, I see in this code pen: https://codepen.io/BRacicot/pen/JpLmqo that video source url is an special type with "external" word: https://player.vimeo.c...
Sammer asked 5/6, 2019 at 8:21

2

Solved

I'm assuming an onclick event counts as interacting with the document, so not sure why an autoplay error is being thrown Uncaught (in promise) NotAllowedError: play() failed because the user did...
Replevy asked 13/2, 2019 at 23:10

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

2

I am trying to play inline video embedded inside iOS native app. Whatever I do, the player keeps entering full screen automatically once the video is played. I was trying all mentioned suggestions ...
Belovo asked 14/3, 2022 at 3:28

1

Solved

I use the API https://player.vimeo.com/video/{vimeo_id}/config to get the streaming URL from the JSON response. But Now the API doesn't return the Streaming URL anymore if it's a new video upload. ...
Adrianadriana asked 19/10, 2022 at 4:43

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

12

Solved

I've made a function (in JavaScript) that takes an URL from either YouTube or Vimeo. It figures out the provider and ID for that particular video (demo: http://jsfiddle.net/csjwf/). function pars...
Stipulate asked 10/4, 2011 at 15:1

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

10

Solved

I'm trying to get just the id from a vimeo URL. Is there a simpler way than this? All the vimeo video urls I see are always: https://vimeo.com/29474908 https://vimeo.com/38648446 // VIMEO $vim...
Heterolysis asked 7/5, 2012 at 20:50

3

Solved

I'm trying to play vimeo videos in flutter app using the video_player plugin but got no success, it's throwing bunch of errors. please help me how I might go about implementing this in flutter app...
Milburr asked 28/2, 2020 at 12:34

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

1

I’ve used fijkplayer library which is available on flutter to play m3u8 videos. Playing without download is working fine and the issue only happens when I trying to play downloaded videos. Also, I ...
Myotonia asked 17/8, 2020 at 8:4

5

Solved

I have a Vimeo modal that works wonderfully and - after some effort - I've gotten the video to stop when the modal is closed via the 'X' button. However, since I put the close function on the 'X' b...
Checked asked 17/9, 2016 at 11:7

5

In searching, I came across this that says Vimeo doesn't support it yet. But I was wondering if anyone has found clever ways around it still? https://vimeo.com/forums/topic:37769 Here's an image:...
Butanol asked 14/9, 2012 at 21:16

3

Solved

In HTML, you use the <iframe src="https://youtube.com/embed/videoId> element to embed a YouTube video. However, how am I embed Vimeo videos using the <iframe> element?
Catalonia asked 3/4, 2020 at 18:42

8

Solved

How can I write a function to check whether the provided URLs is youtube or vimeo? For instance, I have this two URLs that I store in a database as strings, http://vimeo.com/24456787 http://www....
Amargo asked 8/7, 2011 at 1:21

26

Solved

I want to get a thumbnail image for videos from Vimeo. When getting images from Youtube I just do like this: http://img.youtube.com/vi/HwP5NG-3e8I/2.jpg Any idea how to do for Vimeo? Here is s...
Librettist asked 1/9, 2009 at 8:1

© 2022 - 2025 — McMap. All rights reserved.