Questions tagged [vimeo-ios]

For issues relating to Vimeo on iOS.

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

An iOS App allows to access the platform to watch and share Videos, follow categories, channels, and collections.

41 questions
11
votes
0 answers

Setting up Vimeo SDK in iOS

Trying to incorporate Vimeo SDK from github into my iOS project. Xcode 7.3.1 I have cocoa pods installed and my TestVimeo1 project setup but when I attempt target VIMNetworking, AFNetworking and VIMObjectMapper I must not be going about this…
Tone
  • 322
  • 1
  • 3
  • 16
8
votes
1 answer

Generic subclasses of '@objc' classes cannot have an explicit '@objc' attribute

I am trying to add swift library in my objective c project https://github.com/vimeo/VimeoUpload I have already added #import “-Swift.h” in my project to subclass VimeoUpload, I am adding @objc in class definition and it gives me following…
Abhishek
  • 1,682
  • 2
  • 17
  • 29
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 .
5
votes
1 answer

"CredStore - performQuery - Error copying matching cred." Error when opening Vimeo with AVPlayer

I am trying to play a Vimeo video on my swift app on a subview using a subclass of AVPlayer. Even though there is no need for credentials or logging into Vimeo to see this particular video, when I try to set up the video I get the following…
Jacobo Koenig
  • 11,728
  • 9
  • 40
  • 75
3
votes
0 answers

Vimeo player crashing the ios ionic app as we exit from full screen

My Ionic app getting crash with Vimeo player. When we enter in fullscreen Vimeo player and exit from the fullscreen first time its working fine. But after we do the same task my ionic app goes to crash or exit. As we debug with Xcode it shows me…
Sahil
  • 41
  • 3
3
votes
1 answer

HTML embedded Vimeo player fails in Cordova CLI 5.4.1 and 6.2.0

I'm using the Intel XDK to build my Cordova app. I have an HTML/Javascript app that plays embedded Vimeo videos fine in web browsers. When I build with Cordova CLI 5.1.1 things work fine as well for the iOS and Android apps. When I build using…
Keith Turkowski
  • 751
  • 7
  • 11
3
votes
2 answers

Integrating Vimeo API into my private app

My requirement is very simple. I am an Vimeo Pro user and I have few private videos in my account and I just wanna play it in my private app. How to achieve this.. Is it really I should to go thru all Oauth authentication process else by simply…
nik
  • 2,289
  • 6
  • 37
  • 60
3
votes
5 answers

error:Redirect uri invalid for vimeo using oath in ios app

In my app I'm integrating OAuth2.0 library for vimeo upload. I'm getting error as invalid redirect uri after user log into his account. My code, self.oauthClient = [[LROAuth2Client alloc] initWithClientID:@"**** client ID ****" secret:@" *…
rishu1992
  • 1,414
  • 3
  • 14
  • 33
2
votes
1 answer

How to make API request to get private Vimeo videos in Objective-C?

I'm developing an iOS application to play private Vimeo videos. Private videos are given privacy of hiding videos from Vimeo website and given domains so that those videos only will be bought and played in my websites. I have Vimeo PRO account. I am…
Hiren Prajapati
  • 717
  • 3
  • 10
  • 25
2
votes
1 answer

Vimeo player JS API is not working in iOS

I'm trying to use the API to play a video, but it only works after you click the play button in the player in iOS. In desktop and Chrome for Android, it is working fine. http://codepen.io/bdougherty/pen/JgDfm $(function() { var iframe =…
2
votes
1 answer

Vimeo API - unacceptable content-type: text/plain

I am using Vimeo API in my iOS application. But since few days it has stopped working, It gives me error while I am trying to upload any videos. Following is the way, I am creating the request NSURL *uploadURL = [NSURL URLWithString:endpoint]; …
Nirav Dangi
  • 3,607
  • 4
  • 49
  • 60
1
vote
1 answer

Displaying Close Caption controls with vimeo/PlayerKit

Playing Vimeo videos on the web displays close captioning controls like this. How do I display similar controls on iOS with the Vimeo/PlayerKit? I've looked high and low but found no documentation on the player kit at all.
SafeFastExpressive
  • 3,637
  • 2
  • 32
  • 39
1
vote
1 answer

Do Vimeo support Android Native playback for my app end users?

I am developing a virtual classroom app for coaching centers I want to use Vimeo native playback in Android and iOS app of the students Does Vimeo support Android /iOS Native playback for my app end users? Because I cant understand the terms in…
RagAnt
  • 1,064
  • 2
  • 17
  • 35
1
vote
1 answer

Fatal error: Session manager did not return a task: file

I am currently playing around with the Vimeo API and following the setup process and the guided readme found here: (https://github.com/vimeo/VimeoNetworking) All I am doing is pulling down publicly available videos from Vimeo except I have been…
pags_r1a
  • 11
  • 3
1
vote
0 answers

VimeoUpload - Not receiving upload progress update using KVO approach

I'm trying to upload video on to the Vimeo platform using official VimeoUpload library from Github. I've set it up correctly as per the installation instructions here. The problem that I'm facing here is I'm not getting the upload progress update,…
Vishal Pawale
  • 3,416
  • 3
  • 28
  • 32
1
2 3