Questions tagged [vimeo-player]

The Vimeo Player is an HTML5 video player that enables developers to embed Vimeo videos on web pages. Please use the [vimeo-player] tag to discuss the Vimeo embedded player or the Vimeo Player API (player.js). Developer-centric questions not involving the player should use the [vimeo] or [vimeo-api] tags. Feature requests, product feedback, and non-developer inquiries are always welcome through the Vimeo Help Center.

Introduction

The Vimeo Player is a simple tool that enables developers to embed Vimeo videos on web pages.

The Vimeo Player API (also known as Player.js) can be used to control, listen for, and trigger events that occur when using the embedded iframe player.

The iframe embed code can be retrieved by using the open format oEmbed.

Note that some player customizations and advanced features require Vimeo Plus, PRO, or Business membership. More information about these account types can be found in the Vimeo Help Center.

Tag Monitoring

Vimeo Staff monitors the , , and tags. Staff members do their best to reply on StackOverflow in a timely manner. However, for urgent or time-sensitive requests, contact Vimeo direct for the quickest response.

News and Updates

Help, Feedback, and Non-Developer Inquiries

Additional Resources

References

281 questions
34
votes
12 answers

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 annoying. So I need to find a way to mute the audio…
DanielNolan
  • 721
  • 3
  • 10
  • 18
33
votes
4 answers

Vimeo Video Player in HTML5

How to play vimeo videos on HTML5 player? Step 1: Step 2:
14
votes
2 answers

How to set start and end time parameters using Vimeo player?

For Youtube player I can set start and end time parameters which will crop video in this range. How can I do the same thing using Vimeo player?
redexp
  • 4,765
  • 7
  • 25
  • 37
12
votes
3 answers

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 tried iframe in Android WebView, It works well in…
Rao's
  • 1,087
  • 8
  • 24
  • 45
11
votes
4 answers

How do I get @vimeo/player to work on my Angular2/Typescript project?

Question: How do I get @vimeo/player to work on my Angular2/Typescript project (specifically Ionic2) ? Description: Trying to get the vimeo player to work with Angular2/Typescript. npm install --save @vimeo/player According to their documentation…
kemicofa ghost
  • 16,349
  • 8
  • 82
  • 131
8
votes
1 answer

Uncaught TypeError: Cannot read property 'ready' of undefined Vimeo

Demo Here Hi, I have Implemented Vimeo Video and it works fine, but the Issue iam facing is when ever the Video ends (Add Listener) Events are Not Working. note : onclick of the image iam playing video. (function($) { $(function() { …
Developer
  • 1,409
  • 2
  • 23
  • 46
8
votes
2 answers

Vimeo player doesn't work on Firefox

I have a problem with the playback of a Vimeo video on Firefox with this configuration: LENOVO 40613WG Windows 7 Enterprise 64 bits Mozilla Firefox 24.0 Flash Player 11.9.900.117 No extensions I'm testing the playback on this page…
Igor Gassmann
  • 182
  • 1
  • 1
  • 8
7
votes
0 answers

iframe doesn't resize on android 2.3.6

I have a Vimeo video on a page via the universal embed code:
I'm using Vimeo's JavaScript API…
NightHawk
  • 3,633
  • 8
  • 37
  • 56
7
votes
1 answer

How to play vimeo private videos in my iOS Application

can you anyone help me how to play vimeo private videos . I have tried this https://github.com/vimeo/VimeoNetworking/ but it is always giving so many errors and pods not found .
7
votes
0 answers

Detect when vimeo api is available?

I wish to load the Vimeo player API asynchronously, using something like: var tag = document.createElement('script') tag.src = 'https://player.vimeo.com/api/player.js' var firstScriptTag =…
coco puffs
  • 1,040
  • 12
  • 8
7
votes
3 answers

On iPhone, Vimeo Javascript API .play() function doesn't work until the video has been played

I'm using SwipeView (http://cubiq.org/swipeview) to create a swipeable slideshow on touchscreen devices. This is simple enough with images, but I want to include a Vimeo video in the slideshow as well. Unfortunately, because the iFrame captures your…
Ryan Giglio
  • 1,085
  • 1
  • 14
  • 26
6
votes
1 answer

Vimeo :domain-level embed privacy : How to handle video link if someone use inspect webpage and change video id

I am planning to use Vimeo for hosting my educational video series which I want to restrict specific videos to specific user as per what plan / course they have purchased. After lots of googling, I came across one option in Vimeo to set…
6
votes
0 answers

Embeded Vimeo player does not play on Android

I use this piece of code to load the Vimeo player into a WebView: WebView webView = (WebView) rootView.findViewById(R.id.web_view); webView.getSettings().setJavaScriptEnabled(true); String data = "
Andy Res
  • 15,963
  • 5
  • 60
  • 96
5
votes
1 answer

The API Vimeo Config doesn't return progressive URL anymore?

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. The old one still has it. Do you have any idea how…
5
votes
1 answer

How do I remove the download button on the Vimeo Embedded Player?

I am running an Online School Website using Wordpress and I want to embed Vimeo videos on my site. As my courses are paid, I don't want my students to be able to download the videos for offline viewing as this may lead to easy Piracy. So I want to…
Larreth
  • 93
  • 1
  • 6
1
2 3
18 19