Questions tagged [vimeo]

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

Filter by
Sorted by
Tagged with
0
votes
0answers
12 views

Uploading to Vimeo via AJAX, no response

I am using FileReader and AJAX to upload a video to Vimeo. I have sent all the data but I get no response from Vimeo. The video placeholder appears in the Vimeo website but it never finishes ...
0
votes
0answers
7 views

python3 urllib vimeo HTTP Error 403: Forbidden

I'm trying to access "https://player.vimeo.com/video/201219414/config". from urllib.request import Request as compat_request from urllib.request import urlopen as compat_urlopen site= "...
0
votes
0answers
8 views

vimeo_dl: TypeError: expected str, bytes or os.PathLike object, not HTTPError in ubuntu, mac

I'm using vimeo_dl (v1.0) library to download public Vimeo videos. The following code snippet works fine in windows but throws an error in ubuntu, mac. import vimeo_dl as vimeo urls = ["https://...
0
votes
0answers
14 views

Inline video play/preview from socially shared vanity url

I've created vanity links for our app, and I'd like social posts and scrapers to recognize video preview so that it is playable inline on different web platforms (linkedin, facebook, for now). Just ...
0
votes
1answer
17 views

Vimeo API says video not found but the player url still works. Help me understand

This url loads and plays the video: https://player.vimeo.com/video/516699168 This url says the video is not found: https://vimeo.com/516699168 So I use the API call at https://developer.vimeo.com/api/...
0
votes
0answers
7 views

How to check if I have reached the maximum allowed http request on Vimeo?

I am new to Vimeo, I am looking for a way to check on my dashboard if there is a way to verify the number of requests that have been made to my account.
0
votes
0answers
6 views

Buffering Vimeo Video without player.play()

I want different Vimeo Videos to be played seamlessly one after the other. The desired effect is, that it looks just like a cut in one video. My approach so far: have two players on top of each other ...
2
votes
1answer
15 views

Is there a defined list of possible Vimeo resolutions?

I noticed if you upload a video to Vimeo via the api, and the resolution is something non-standard, it will normalize the height during transcoding. Ie, I had a video that was 1920x1050 (NOT 1080), ...
0
votes
1answer
18 views

Get a list of all public video ID s for vimeo account

I have a free Vimeo account and few public videos. I need to download those videos. I can download a public video given its id with vimeo_dl. What I am trying is to get the list of video URIs or ids ...
0
votes
0answers
37 views

VimeoNetworking not recognized in cocoapods

I'm trying to use VimeoNetworking and VimeoUpload in an Objective-C project. Installed cocoapods and it seems that the frameworks are build correctly in the pods-project. However, when I try to use it ...
0
votes
0answers
6 views

vimeo API how to make batch requests

I don't know if this has ever been asked but I am looking for a way to make batch requests to Vimeo to delete videos without exceeding the limit. This is a simple request to destroy one video: ...
0
votes
0answers
12 views

Vimeo Player API Total Time Watched (excluding skipped parts)

I am trying to figure out a way to get total time user spent watching a particular video. The end goal is to collect the following information about every session: what video the user watches and the ...
0
votes
0answers
26 views

Remove Vimeo video controls from Iframe

I'm using Vimeo video to set slider revolution background, I want to remove controls ( Share buttons, "Click tu unmute" ). I've tried .vp-unmute{ display:none !Important; } but it doesn't ...
1
vote
1answer
19 views

Change current time in Vimeo video player with Vue/Nuxt

i'm using this library https://github.com/dobromir-hristov/vue-vimeo-player/tree/master to embed vimeo player in Vue+Nuxt application but with my own custom controls, everything is working fine expect ...
2
votes
1answer
23 views

ACF and Vimeo Upload

I used plugin for https://bitbucket.org/jupitercow/acf-vimeo-uploader-field/src/master/ and unfortunelly it stopped working. Now "Select file" button doesn't make any action. API looks good. ...
0
votes
0answers
7 views

Why I am getting this error during installing djangocms_vimeo

I am trying to install djangocms-vimeo 0.4.0. I succesfully instaled via pip install djangocms-vimeo but when I try to add in django-project's settings and after migrate, I get this error: Traceback (...
0
votes
0answers
18 views

Vimeo API - player.addCuePoint is not a function

I have some code which used to work, but recently it's been throwing the following error: Uncaught TypeError: player.addCuePoint is not a function The code in question: $(".casestudy__video ...
0
votes
0answers
21 views

Vimeo Player is getting 404 error on Oembed Get call

After uploading a video through the Vimeoo Tus upload approach, I redirect to a page to load a vimeo player object and attach it to a div. The player object gets a 404 from the Get request to retrieve ...
0
votes
1answer
25 views

how to play private video from vimeo in flutter

what I'm getting from my Vimeo account is an id and token. `var response = await http .get('https://player.vimeo.com/video/' + videoId + '/config');`. And I tried to get the video URL using. But ...
0
votes
1answer
33 views

Creating a Python Request Equivalent in Google Script

I'm trying to upload a video url to Vimeo in Google Script. I've set this up successfully in my Python/Django app with the following: url = 'https://api.vimeo.com/me/videos' headers = {'Authorization':...
0
votes
1answer
28 views

Vimeo tracking in Google Analytics not sending events

I have followed the documentation from Vimeo to track play-events in Google Analytics but no events are being sent. <script> (function (i, s, o, g, r, a, m) { i['...
-3
votes
0answers
24 views

Anyone know of a working Vimeo plugin for Video.js?

About the project I've been working on a project using Video.js to play a stream of videos sourced from both YouTube and Vimeo, using SQL/PHP to retrieve links, custom titles, and descriptions. The ...
-1
votes
1answer
24 views

Managing vimeo videos within flutter

I'm about to create an app to provide interactive videos which worked very well with youtube-video-controller. But i need a vimeo video controller to manage the video state and perform a callback. if ...
-1
votes
1answer
35 views

How can I embed youtube/vimeo videos based on time? [closed]

On the homepage of my website, I'd like to embed not just a hard-coded video, but the LATEST video from my channel. I don't wanna have to update my website with the link every time there is a new ...
2
votes
1answer
41 views

JMESPath how to write a query with multi-level filter?

I have been studying official documentation of JMESPath and a few other resources. However I was not successful with the following task: my data structure is a json from vimeo api (video list): data ...
0
votes
0answers
69 views

Embedded Vimeo video not showing full screen button in xamarin android

I have used webview for display vimeo video. Fullscreen is working on ios but not in android.In webview i'll set HTML source to display video, code : [<iframe id="vimeo_player" src="...
0
votes
0answers
33 views

CURL php patch application/offset+octet-stream

I'm trying to upload a video to Vimeo after creating it. According to the documentation, a patch request must be sent to the url of upload.upload_link with some headers link: https://developer.vimeo....
0
votes
0answers
20 views

Can you provide the metadata for a video using Vimeo's API to upload a video using the 'post' approach?

I am trying to upload a video using Vimeo's API with the form-based approach. I make an ajax call to create the video with this code: $.ajax({ method: 'POST', url: 'https://api....
-1
votes
1answer
98 views

How to protect video from download Vimeo

Some online resources recommended Vimeo as a video hosting platform. My aim is to have my videos hosted and protected from being downloaded by any mean (including the download extensions or plugins ...
0
votes
1answer
67 views

Vimeo URL from origin has been blocked by CORS policy: Method PATCH is not allowed by Access-Control-Allow-Methods in preflight response

Angular is used. To upload a video in vimeo it takes 3 steps Step 1. Create the video. Step 2. Upload the video file. Step 3. Verify the upload. Creating a video is working perfectly but uploading ...
1
vote
1answer
32 views

Getting “Content length 0 too small” when trying to upload to vimeo using tus

I am trying to upload a video file to vimeo using their resumable upload protocol, but end up getting Failed because: Error: tus: unexpected response while creating upload, originated from request (...
0
votes
0answers
19 views

Vimeo SDK silently catches and suppresses errors from event listeners

I have this very basic JS code using the Vimeo SDK: var player = new Vimeo.Player(document.getElementById("thevideo")); player.on("play", function(data){ console.log("foo&...
0
votes
1answer
21 views

Iframe error - {“message”: “We\u2019re having a little trouble.”, “title”: “Sorry”, “view”: 7}

I'm using c# to upload videos using POST to Vimeo with a redirect URL to the same page (asp.net blazor wasm page). The upload aspect works great. The redirect from vimeo passes the video URI as query ...
0
votes
0answers
12 views

I have a question about Vimeo Premium features

If you look at Vimeo's Premium feature, there's viewer chat. Can this viewer chat be displayed in Unity? We are building a video streaming app. I am curious whether the player role is the end with the ...
1
vote
1answer
100 views

Vimeo API JsonP issue

I am troubleshooting a jQuery ajax call to the Vimeo API that started failing in the last month or so after having worked for a while. // Url ends up like "https://www.vimeo.com/api/v2/video/...
0
votes
2answers
95 views

Youtube and Vimeo video return me NS_BINDING_ABORTED

I've added some video on a Shopify page, but I can see only grey box. Looking at lan traffic I can see that the Youtube and Vimeo resource are blocked with NS_BINDING_ABORTED Does anyone know why and ...
1
vote
1answer
40 views

How to convert a Vimeo playlist into an array of video addresses?

I have a playlist (showcase) on Vimeo and I'd like to present the videos on my site but differently than how their 'embed' code does it. If possible I'd like to get to a point where I can query the ...
0
votes
1answer
76 views

What is the preferred way for playback of a web video in Xamarin Forms?

I want to: play videos in my Xamarin Forms app (iOS + Android + UWP) follow best practices and use maintained code be able to secure my content (subscription based access) if possible, style the ...
0
votes
1answer
28 views

how to add an overlay that triggers video play on hover — now the overlay is blocking play on hover

I have videos that play on hover but the overlays I use block this function. I'd like to have an opaque overlay with text pop up over the video and it still plays on hover. So my question is how can I ...
0
votes
0answers
54 views

tus-js-client function onProgress no update after refreshing page

I am uploading videos to vimeo from my frontend, using tus-js-client. The load happens without problems and everything works fine, the onProgress function receives the load data fine. I am using vue ...
0
votes
0answers
45 views

Facing problems while playing multiple vimeo videos simultaneously on Safari IOS & Chrome IOS

I'm using @vimeo/player and facing an issue with Chrome IOS & Safari IOS. If I use Vimeo player (instead of embedding with iFrame), then I can't seem to play multiple videos at once as playing one ...
2
votes
1answer
81 views

How to integrate Vimeo on Android and Website with specific user access

we have purchased a VIMEO account for video streaming. Our websites and android app are running and the user-level restriction to contents is managed by firebase generated token. Now I want to ...
2
votes
1answer
141 views

Upload to vimeo with tus-js-client

I’m new to tus and I’m using tus-js-client. I’m following the example in this link https://github.com/tus/tus-js-client/blob/master/docs/usage.md#example-upload-to-vimeo. I was able to successfully ...
0
votes
0answers
82 views

lazy loading on multiple embed vimeo video

I'm building a portfolio website that contains several embed Vimeo videos and they're slowing down the page loading a lot. So I was thinking of lazy load them so that the browser has to load them only ...
-2
votes
1answer
133 views

Upload vimeo video with Laravel 8.x

I am testing vimeo with vimeo basic account and Laravel 8.x / guzzle in order to pay for a pro licence. I am trying to implement a form-based video upload approch. According to the documents available ...
0
votes
0answers
25 views

Upload video to vimeo with the node

I'm uploading videos to the vimeo platform. I'm using their API and I can already upload videos to the platform with this code: client.upload( url, { upload: { approach: 'post', }, ...
0
votes
0answers
95 views

Vimeo video autoplay is not working on iPhone

I have a landing page where I added a background video. This video is hosted on vimeo platform. Video autoplay is completely working on all devices except iPhone mobile. So please suggest me the ...
0
votes
0answers
73 views

Playing a pre recorded Vimeo video as live stream and autoplay with sound

I want to play a pre recorded video, hosted on Vimeo, but the user interface should not have the controls, there should be a custom button to pause/play and when you pause the video and then play it ...
0
votes
0answers
25 views

How to embed my Vimeo video “ONLY” from my android “APP”

I've a Vimeo pro account and I want to show those videos only on my android app, and that should not be shown anywhere else. I've know how to restrict the videos only for my website but I've searched ...
1
vote
0answers
31 views

Keep the Vimeo control bar in embed, but change the timecode to display 0:00 to start?

I have the responsive video embed code on my website. It uses an iframe. <div style="padding:56.25% 0 0 0;position:relative;"><iframe src="https://player.vimeo.com/video/xxxx&...

1
2 3 4 5
37