Questions tagged [vimeo]
Vimeo is a video-sharing website on which users can upload, share, and view videos.
1,945
questions
339
votes
26
answers
338k
views
Get img thumbnails from Vimeo?
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 same ...
60
votes
2
answers
5k
views
View Vimeo private video with an OAuth token
Can anyone give a help in Vimeo API using scribe? My goal is to access a private video (which I uploaded) without having to force the user to put password (this process should be done in background).
...
44
votes
8
answers
55k
views
How to stop a Vimeo video with jQuery
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?
41
votes
7
answers
54k
views
Posting an embedded video link using the Facebook Graph API
When manually attaching a video link (from YouTube, Vimeo, etc) to a post using the Facebook web interface, Facebook automatically recognizes the link as a video, and allows the resulting status ...
38
votes
6
answers
79k
views
Vimeo full width [duplicate]
I'm trying to have a vimeo video shown full width in web page.
This is how it looks now:
As you can see the black is full width but not the video. It should be full width, no controls shown, play ...
38
votes
6
answers
108k
views
Lightbox to show videos from Youtube and Vimeo? [closed]
I'm looking for a lightbox to show videos from Youtube and Vimeo.
Any suggestions?
35
votes
10
answers
69k
views
Easy way to get Vimeo id from a vimeo url
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
$vimeo = ...
35
votes
12
answers
101k
views
Muting an embedded vimeo video
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 ...
34
votes
4
answers
115k
views
Vimeo Video Player in HTML5
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 src="...
33
votes
3
answers
31k
views
Fire event when vimeo video stops playing?
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 ...
32
votes
5
answers
29k
views
Get video id from Vimeo url
I'm trying to find the best regexp to fetch vimeo video id from URL.
Example urls :
https://vimeo.com/11111111
http://vimeo.com/11111111
https://www.vimeo.com/11111111
http://www.vimeo.com/11111111
...
32
votes
5
answers
69k
views
WIth Vimeo Plus account, how to hide/remove the "play" button in the middle of an embedded video?
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:
30
votes
3
answers
159k
views
How to Hide Vimeo Controls
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 use ...
27
votes
7
answers
90k
views
Chrome Vimeo Iframe autoplay not working anymore
since some days my vimeo iframe will not autoplay anymore. I know the chrome update, which will block autoplay videos with sound. Is the block already active?
The Vimeo Example code doesn't work:
&...
25
votes
5
answers
23k
views
Vimeo Froogaloop API not recognizing an event
I'm trying to recognize the onPlay, onPause, and onFinish event for vimeo using the froogaloop API. I've tried everything I could imagine with this thing, and no luck.
I get this error on Firefox:
...
24
votes
10
answers
93k
views
How can I find download links for vimeo videos?
I saw that today vimeo changed the way they are streaming the videos and I can't stream their videos anymore. I saw that when I generate the link to the video, which was for example:
http://vimeo.com/...
21
votes
9
answers
25k
views
Parsing a Vimeo ID using JavaScript?
How do I parse an ID from a Vimeo URL in JavaScript?
The URL will be entered by a user, so I will need to check that they have entered it in the correct format.
I need the ID so that I can use their ...
19
votes
1
answer
974
views
Vimeo offline video playback issue
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 ...
18
votes
12
answers
28k
views
Improving regex for parsing YouTube / Vimeo URLs
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 ...
18
votes
9
answers
36k
views
How to play youtube/vimeo video within the application in iPhone
I am building an application where I want to play video from url like Youtube, Vimeo, Direct url. I am making custom player using AVPlayer to play a video from a direct url of video clip(like www.abc/...
18
votes
2
answers
2k
views
Vimeo video stops playing on Android 6 devices
I'm trying to play video's from Vimeo in my app. The problem is that on Android 6 devices the video stops playing after a certain time. On devices with a lower API everything plays fine.
The time ...
17
votes
2
answers
17k
views
WebView Content Security Policy
I want to load a video from Vimeo in a WebView. It works, but the preview image doesn't load and I get this error:
I/chromium: [INFO:CONSOLE(0)] "Refused to load the image 'android-webview-video-...
17
votes
2
answers
5k
views
How does the search query work with Vimeo API for my videos (/me/videos)?
Description
I'm trying to understand how the "search query" via Vimeo API works. I've even tried it out via their "playground" on Vimeo API for developers.
Screenshot of the playground on Vimeo. As ...
17
votes
2
answers
6k
views
Resume Vimeo video from last progress
I have an embedded Vimeo video on the homepage my site, which is set to autoplay when the site loads. I am also using the api and froogaloop.js for some custom controls.
What I need to do is save the ...
17
votes
2
answers
16k
views
Force Vimeo HTML5 Video Embed
I'm trying to embed a Vimeo video and force it to use HTML5 by default.
Here's a thread about doing the same thing I'm tying to do but with YouTube.
Here's another thread talking about getting the ...
16
votes
8
answers
36k
views
PHP: How to check whether the URL is Youtube's or vimeo's
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....
16
votes
2
answers
10k
views
"Failed to execute 'postMessage'" error from Froogaloop via AngularJS directive
I wrote an AngularJS directive for vimeo videos with built in play/pause functionality using their froogaloop library.
It's works great! The only issue is that I get the following error when the page ...
14
votes
9
answers
39k
views
How to embed vimeo video with responsive design
I did a lot of research over the internet, but this issue is not the exact same thing. I want to embed a video from vimeo using <iframe> tag. I've also tried this code:
.video-responsive{
...
14
votes
6
answers
11k
views
Regex to extract domain and video id from youtube/vimeo url
I am copying a function that will take a youtube/vimeo url and return what site the video came from (vimeo/yt) as well as the video id.
Here's what I have so far: http://jsfiddle.net/csjwf/181/
<...
13
votes
3
answers
67k
views
How do I embed a Vimeo video in HTML?
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?
13
votes
1
answer
48k
views
Unsafe JavaScript attempt to access frame with URL
I've incorporated Vimeo into a WordPress theme I'm building, and I get these errors:
Unsafe JavaScript attempt to access frame with URL
http://themes.ibrogram.com/beta/blog/ from frame with URL
...
12
votes
3
answers
21k
views
vimeo video play in Android native
I am developing vimeo video app in native android. But it is not supported in VideoView. May I know any samples or related query for Android. I want final output to be in .mp3/.mp4 format.
I have ...
11
votes
3
answers
18k
views
Playing Vimeo videos in Flutter
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? ...
11
votes
1
answer
7k
views
Include Vimeo in website without allow advertising cookies
We are developing a website which gave the user the possibility to disable advertising cookies, is it possible to Vimeo Player to deny any cookie to be setted?
We would like a functionality like ...
11
votes
4
answers
13k
views
how to play vimeo video using iframe in webview?
public class MainActivity extends Activity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout....
11
votes
0
answers
891
views
Android iframe vimeo player controls disappear
I have a WebView that loads Vimeo videos fine and plays them, however, once a video starts playing, the player controls (play/pause) disappear and there doesn't seem to be a way to get them back. Here'...
10
votes
5
answers
43k
views
jQuery how to stop Vimeo video when click
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" ...
10
votes
4
answers
17k
views
YouTube Vimeo Video ID from Embed Code or From URL with PHP Regular Expression RegEx
I want to get Video ID for YouTube or Vimeo via its Embed code or from URL, Any solution to do this with PHP ?
10
votes
3
answers
52k
views
How to use authorization header PHP
I am trying to use an authorization header in order to use the vimeo API.
It tells me to do this 'Authorization: basic ' + base64(client_id + ':' + client_secret) , which is something I can do.
But ...
10
votes
2
answers
10k
views
Modify iframe.src without entry to history object
I have an iframe in my web page. I modify the src property via javascript like so:
document.getElementById('myiframe').src = 'http://vimeo.com/videoid1';
document.getElementById('myiframe').src = '...
10
votes
5
answers
19k
views
How to play Vimeo videos in iOS Swift?
I create an iOS app that make use of Vimeo for playing videos. I was wondering what the best method is to show Vimeo videos within iOS Swift.
I have fixed that, when an image is clicked, the ...
10
votes
2
answers
6k
views
Vimeo URL I've never seen before with two different IDS. How do I get it to work with one?
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 vimeo....
10
votes
2
answers
9k
views
How to disable iOS Webview going full screen on video play
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 ...
10
votes
4
answers
18k
views
Upload a video file by chunks
Yes, it's a long question with a lot of detail... So, my question is: How can I stream an upload to Vimeo in segments?
For anyone wanting to copy and debug on their own machine: Here are the things ...
10
votes
2
answers
2k
views
Video Uploading Status in Vimeo
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/upload/...
10
votes
3
answers
2k
views
How to play Vimeo content on tvOS
Similar to this question asking about how to play YouTube videos on tvOS, I'd like to play Vimeo videos in the app I'm building. However, as explained here, regular web views (which is how I do ...
9
votes
4
answers
21k
views
Get Vimeo thumbnail for video using jQuery
I've found similar questions but none of the answers show clearly and easily how to get a thumbnail for a vimeo video using jQuery and JSON. If anyone can help that would be great, here is what I've ...
9
votes
5
answers
31k
views
Get direct Vimeo video url Android
I need to play Vimeo viodes in my app having only video id. For example 83342420.
How can I get vimeo video url? Or is there any other way to play video in android?
I tried WebView solution but it ...
9
votes
2
answers
35k
views
play() failed because the user didn't interact with the document first - on click event using Vimeo API
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 didn't ...
9
votes
2
answers
30k
views
Vimeo video not working with HTML5 tag
I want to add a slider to Vimeo videos. I checked this slider, but it uses the HTML5 video tag. When I use the same tag with a Vimeo video URL then it's not working. Here is my code:
<video src="...