VIMVideoPlayer
VIMVideoPlayer copied to clipboard
Deprecated: Please use [PlayerKit]( https://github.com/vimeo/PlayerKit) instead.
#### Issue Summary A brief but thorough description of the issue. `vimeoPlayer.frame = CGRect(x: 0, y: 0, width: UIScreen.main.bounds.width, height: self.videoPlayer.bounds.height) vimeoPlayer.delegate = self self.videoPlayer.addSubview(vimeoPlayer) vimeoPlayer.player.disableAirplay() if let url =...
#### Issue Summary The page https://developer.vimeo.com/api/libraries still references this repo but this repo states that it's deprecated. #### Reproduction Steps Visit https://developer.vimeo.com/api/libraries which links here. See that it is deprecated....
#### Issue Summary A brief but thorough description of the issue. #### Reproduction Steps Detailed steps to reproduce the issue. #### Expected Behavior What do you expect to happen as...
#### Issue Summary Is there any documentation explaining the differences between _seekToTime_ and _scrub_
``` Check dependencies “Use Legacy Swift Language Version” (SWIFT_VERSION) is required to be configured correctly for targets which use Swift. Use the [Edit > Convert > To Current Swift Syntax…]...
Is it possible to grab a thumbnail from the video? If so, how to do? Thank you.
#### Ticket Summary Added framework via carthage and kept getting this error: So I added a newline to `VimeoPlayer.h` ¯\_(ツ)_/¯
If it does supports Adaptive streaming then Can you please provide adaptive streaming supported videos for testing?
What is the recommended usage for showing videos in UITableViews where multiple cells can have video shown in them? In my case, only one video should be playing at a...
#### Ticket Summary Do not setup the AVAudioSession by default. #### Implementation Summary We need another AVAudioSession when you setting up by default. I just made the setupAudiSession public and...