Questions tagged [vimeo]

Vimeo is a video-sharing website on which users can upload, share, and view videos.

Vimeo is a video-sharing website on which users can upload, share and view videos.

As per Vimeo FAQ:

Vimeo's mission is to provide creators with a safe and positive environment to share their videos and connect with others, as well as to develop simple and elegant tools and features to present your videos to the people you want.

1928 questions
24
votes
10 answers

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…
pocko
  • 432
  • 1
  • 4
  • 11
21
votes
9 answers

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 simple API to retrieve video data.
Tom
  • 721
  • 3
  • 11
  • 28
19
votes
1 answer

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 tried other libraries like chewie,…
iPatel
  • 46,010
  • 16
  • 115
  • 137
18
votes
12 answers

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 parseVideoURL(url) { var provider =…
Daniel
  • 4,918
  • 4
  • 33
  • 34
18
votes
2 answers

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 depends on the quality. For the video of the…
Robin Bruneel
  • 1,063
  • 8
  • 22
18
votes
9 answers

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/play.mp4). But later I faced a huge issue to play…
Avijit
  • 3,834
  • 4
  • 33
  • 45
17
votes
2 answers

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 you can see the query takes in a "string" but…
kemicofa ghost
  • 16,349
  • 8
  • 82
  • 131
17
votes
2 answers

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-poster:default_video_poster/-5228946977756841864'…
17
votes
2 answers

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 time the video has got to when a visitor…
Mike Harrison
  • 1,020
  • 2
  • 15
  • 42
17
votes
2 answers

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 Vimeo HTML5 cookie Here's a discussion of the issue…
Nick
  • 3,172
  • 3
  • 37
  • 49
16
votes
8 answers

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…
Run
  • 54,938
  • 169
  • 450
  • 748
16
votes
2 answers

"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 first loads. Failed to execute 'postMessage' on…
npatten
  • 171
  • 1
  • 1
  • 6
14
votes
6 answers

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/ Result:
Ryan Ellis
  • 440
  • 2
  • 5
  • 18
14
votes
9 answers

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