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
0
votes
1 answer

AVPlayer is not working when I'm trying to use with this YTVimeoExtractor

When I try to play the video through the AVPlayer, the video loads for some time(the loading symbol appears at the top of the player) then suddenly it stops and the play icon with a crossover is shown. Don't know what is wrong? I can get the video…
Praveen Kumar
  • 298
  • 2
  • 15
0
votes
2 answers

Super slow Vimeo API video upload

Using the API to upload videos either HTTP or HTTPS is really slow. Same upload using Vimeo website is fast. Specs for Test: Clean imaged machine 17MB H.264 MP4 file that is in line with the approved specs of Vimeo’s guide lines. Simple console…
0
votes
0 answers

Caching API Data & Download Links

To reduce the number of API calls we're making on our website, I built in a cache using ASP.Net's caching library. The cache is currently set for 30 minutes. The problem we're running into is that the download links seem to expire before this or…
Eric
  • 65
  • 1
  • 1
  • 6
0
votes
2 answers

Embed vimeo video using magnific popup

i am programming a website with Bootstrap and the family/forest one page template (on themeforest.net), i customized the portfolio section of this template to have a video popup when we click on the thumbnail (instead of a full image popup…
Jah Mik
  • 1
  • 1
  • 1
0
votes
2 answers

Get Video Details From Vimeo iOS SDK Once Uploaded?

I have used VimeoUpload SDK in My App to upload videos and its working fine. During Development I noticed that the SDK created upload URL has a video_file_id and it does not match with the video_id once upload is completed. SDK generated URL…
0
votes
2 answers

Setting Poster Image hides all CSS animations

I'm pulling my hair out over this one hiccup. I am using the Zeyn theme with a child theme installed over it. I have two separate pages that have a vimeo embed, and I want them both to have a poster image. The problem is, on one of the pages there…
0
votes
1 answer

What video API works well with Ionic framework for video recording and playback?

I have an Ionic web app that uses Vimeo, but I need to replace Vimeo with something else because it is banned in select countries in Asia. I was considering Amazon AWS. What options do I have that is not banned?
Eugene
  • 594
  • 5
  • 8
0
votes
1 answer

Updating Vimeo Video information using API not working

I am using PHP API (https://github.com/vimeo/vimeo.php) to update the vimeo video information, but I am getting the following error: The requested video could not be found. The code I used: $video_response = $lib->request('/videos/$video_id',…
Suthan Bala
  • 3,209
  • 5
  • 34
  • 59
0
votes
1 answer

Problems with featherlight.js

I'm making a video gallery with videos from Vimeo. The gallery has thumbnails, and the idea is that when clicked the video will open up in an iframe in a modal window. I have downloaded the featherlight.js plugin for this, and it's kind of worked…
ajbates
  • 11
  • 3
0
votes
1 answer

"Invalid State" after Vimeo API delete

Hopefully someone can help.. I'm using jQuery dropzone.js to upload the video and I can upload videos fine, but I can't "complete" the process so the videos always remain in a processing/uploading state. I'm performing the correct procedures…
superjaz1
  • 436
  • 4
  • 11
0
votes
2 answers

Vimeo overlay permanent removal on hover

Site link: http://robertdelmaestro.com/ You will see when you go to the website that we needed an overlay on top of the embedded video from Vimeo so we could show the title of the video. The Vimeo title didn't fit with the sites intended style. So…
0
votes
0 answers

Vimeo login and redirect

I am building my own website with embeded vimeo videos, her is my test env: luddiogkarlo.com/tp I am a Vimeo Pro member I am using vimeo ondemand to host the videos. I need to make sure that the user is logged on vimeo when they visit my page, or…
0
votes
1 answer

How set auto Thumbnails for video uploaded by api vimeo

I use official library for upload and auth in Vimeo: https://github.com/vimeo/vimeo.php I don't know, how to set auto image or custom image for uploaded video by API Vimeo. Please help me by usefull example.
0
votes
0 answers

Integrating video upload in Laravel 5.1 using Vimeo servers

I am building a web application using Laravel 5.1. So far I have enabled users to upload up to 9 photos. Now I want to enable them to upload videos. Since I don't have the resources to handle many video files, I want to use vimeo's servers. I…
festiv
  • 371
  • 4
  • 17
0
votes
0 answers

How to set z-index on a embedded vimeo-video in rails?

I embedded a vimeo video into a website and made it responsive successfully. The navigation-bar stays on top of the screen (position: fixed;) and is transparent (opacity: 0.8). The issue is when I scroll down, the embedded video is not under the…
trickydiddy
  • 577
  • 6
  • 26
1 2 3
99
100