UKVimeoVideoExtractor is an easy way to extract the Vimeo video playable mp4 URL which then can be used to play using AVPlayer. It gives other information of Video like height, width, size etc.
UKVimeoVideoExtractor mainly used for fetching Private video playable mp4 URL. (It will extract both Private and Public Videos)
To get started add the following to your Podfile:
use_frameworks!
target 'YourTarget' do
pod 'VimeoNetworking'
end
This is mainly developed to extract mp4 url from Private vimeo video url which then can be used to play using AVPlayer. There's always more to explore, and we encourage you to play with the sample project, or dive right into the code and try it out yourself. Most of our classes and functions are decently documented in the source files, so more detail on any topic can be found there. If you still have questions or you're running into trouble, feel free to file an issue. Better yet, if you fixed an issue or you have an improvement you'd like to share, send us a pull request.
VimeoNetworking
HCVimeoVideoExtractor