Not sure what issue was with first pastebin code, here is another attempt. I am connecting to Vimeo Live API, in doing so the response is huge > 500kb in total – I have an example with only one object here -> there are over 20 it returns. I have a better idea of what Im doing in JS than
Tag: vimeo-api
Play video on hover only working on the first element
When the mouse hovers over a div a video will play. Everything works fine but the video only plays on the first “player”. I can see the thumbnail on every player but they don’t start to play….
Vimeo API: cannot delete because official SDK is using a wrong url
Environment Debian 9 PHP 7.2 Vimeo package version in composer.json: “vimeo/vimeo-api”: “^3.0.2” resolved as version 3.0.2 The goal Given a vimeo content url, delete the video. For example: …
Is there any way to get available resolutions for a vimeo/youtube video over their api endpoints?
I want to check for the available resolutions over the api call when I am retrieving the video details against their video ids (e.g – Im69kzhpR3I[youtube] or 64765355[vimeo]). See My Application …