ASPVideoPlayer icon indicating copy to clipboard operation
ASPVideoPlayer copied to clipboard

A simple video player that allow animations to be performed on the view during playback.

Results 4 ASPVideoPlayer issues
Sort by recently updated
recently updated
newest added

I can't find any method to change playback speed

![Simulator Screen Shot - iPhone 11 - 2021-09-03 at 10 48 24](https://user-images.githubusercontent.com/35039366/131954434-7505cabd-7be3-429b-9a70-ae7c3a7498f3.png)

stale

I used this code for background stop videoPlayer.configuration = ASPVideoPlayer.Configuration(videoGravity: .aspectFit, shouldLoop: false, startPlayingWhenReady: true, controlsInitiallyHidden: true, allowBackgroundPlay: false) But this steps i am getting issue - app is move...

stale

What are some troubleshooting steps to address the 'Error loading video' issue encountered when using the ASPVideoPlayer library in Swift 5 to open YouTube videos?