VIMVideoPlayer icon indicating copy to clipboard operation
VIMVideoPlayer copied to clipboard

Deprecated: Please use [PlayerKit]( https://github.com/vimeo/PlayerKit) instead.

Results 17 VIMVideoPlayer issues
Sort by recently updated
recently updated
newest added

What if we need to show loader when the front ui needs to while trying to buffer the data let say in slow internet

#### Issue Summary A brief but thorough description of the issue. #### Reproduction Steps repeat the following code several times playerView.player.reset() self.playerView.player.setURL(#validUrl) playerView.player.play() #### Expected Behavior after setURL player status...

Hello, I would like to add support for using AVQueuePlayer as the internal player. To do so, I am thinking of making changes that allow VIMVideoPlayer to be subclassed. I...

Hi, I try to play video with different source type, but the second source can't be played. First source type is mp4, and second source type is m3u8. It's work...

.player setURL block main thread when it's already playing and change to another url. Any idea? Thanks

I checked that the default value of looping is YES, However, it doesn't loop when it finished running. But if I set a breakpoint there and debug, it restart and...

I am trying to play a private video with VIMVideoPlayer and I am getting the following back trace after crash - the code is identical to the Saga example app....