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
1
vote
1 answer

stream/download private videos on Vimeo in iOS application without authenticating

I'd like to know if there's any solution to the following scenario: there's an account with private videos, all marked as 'hidden from Vimeo.com', but enabled for embedding on several domains there's an iOS application that is supposed to have…
xfyre
  • 93
  • 2
  • 6
1
vote
0 answers

play vimeo video in landscape mode

hi i am trying to play embedded vimeo video in uiwebview. when i click the webview, the video begins to play in default player in portrait mode, when i click the full screen button, the video only zooms in portait mode, not turning to landscape…
Mohanraj
  • 587
  • 4
  • 21
1
vote
1 answer

How to make API request to Vimeo videos in iOS application?

I'm developing an iOS app(coded in Objective-c) which plays Vimeo videos. Its an In App Purchase application. I already have websites where users can buy videos. I have Vimeo PRO account. I don't know how to get direct link to those videos using…
Hiren Prajapati
  • 717
  • 3
  • 10
  • 25
1
vote
1 answer

VimeoUpload not re-authenticating After Deletion of App Access on Vimeo.com

I was able to connect and upload videos using the library but when I deleted the app connection on Vimeo.com (as a test) the app didn't authorize again. the upload looks like it's working but nothing is uploaded as the app is no longer connected. I…
1
vote
2 answers

Using VIMNetworking to call Vimeo API's but the file's of the VIMVideo objects are nil and I am a PRO user?

I'm trying to write an app to show videos from a few of my channels in Vimeo. I am using VIMNetworking sdk provided by vimeo and I am using a pro account. I am first setting up my session and authentication in my AppDelegate: let config =…
cacodev
  • 163
  • 11
1
vote
1 answer

make Video Private and add Preformatted Title using VimeoUpload

I'm using VimeoUpload by Alfie Hanssen: https://github.com/alfiehanssen I need my app to set the videos to either private or password protected.
1
vote
0 answers

iOS VIMNetworking cannot find file #import "VIMNetworking.h"

I used cocoapods to bring VIMNetworking library into my project. pod 'VIMNetworking', '~> 6.0' pod 'VIMObjectMapper', '~> 6.0' Now in the AppDelegate.m of my project folder when the pods where installed I try #import "AppDelegate.h" #import…
1
vote
0 answers

IOS m3u8 wrong video quality using vimeo pro

Using a vimeo pro account for iOS m3u8 streaming using AVPlayer on iPad, it always selects SD stream on all videos, even when I'm on 4G network which provides speed around 16Mbps. YouTube app selects the HD stream always on the same network. I'm…
basum
  • 319
  • 1
  • 3
  • 18
1
vote
2 answers

RESTful mechanism to upload video (and properties) to vimeo

The procedure to upload a video to Vimeo starts out very similarly as the one defined for Youtube, but only up to a point. Below I describe the steps that worked, and outline the last video-upload step which does not: The Vimeo-upload dance begins…
Plutovman
  • 677
  • 5
  • 22
1
vote
1 answer

Autoplay for vimeo videos in iOS

i have code with youtube auto play , but now requirement is to play Vimeo videos in autoplay. I used to write code in objective c can u give any example codes fit to this requirement? note:i used third party tool name as…
Kranthi
  • 79
  • 1
  • 8
0
votes
2 answers

accessing private videos on Vimeo, through Vimeo API

I used https://player.vimeo.com/video/id/config, to get the private videos on Vimeo account. But now this api is deprecated, is there a way to get the private videos on Vimeo. I tried authorizing to Vimeo getting the access token and using…
0
votes
1 answer

Vimeo Upload Library for iOS deprecated?

It seems like the Vimeo-Library for iOS (https://github.com/vimeo/VimeoUpload) has been deprecated. There are countless libs and examples for php/java/javascript… but none for iOS. Anybody can point me to a tutorial or a lib that's not deprecated…
Swissdude
  • 3,486
  • 3
  • 35
  • 68
0
votes
0 answers

Vimeo Video Upload API Failed Swift

In my project i need to upload a video to vimeo and i have taken a business account in vimeo. I have used https://developer.vimeo.com/api/upload/videos this tutorial for implementing it in my project. I am following resumable approach for uploading…
Anju
  • 563
  • 2
  • 6
  • 13
0
votes
1 answer

How can i play vimeo video in VIMVideoPlayer URL restricted

i have integrated VIMVideoPlayer from [https://github.com/vimeo/VIMVideoPlayer] and tried to play https://vimeo.com/342236564 but it showing error message here is my code func viewDidLoad() { super.viewDidLoad() // Do any additional setup…
Midhun Narayan
  • 829
  • 2
  • 9
  • 26
0
votes
1 answer

Unable to get Model from Request(VimeoNetworking)

I have integrated in a ios app VimeoNetworking , using the code from the git directly because i cannot integrate using cocoapods (not compatible use of use_frameworks! with other pods) for getting private link to some videos (i have a pro…