VideoPlayer icon indicating copy to clipboard operation
VideoPlayer copied to clipboard

📽 A video player for SwiftUI, support for caching, preload and custom control view. SwiftUI 视频播放器,支持边下边播、预加载、自定义控制层

Results 19 VideoPlayer issues
Sort by recently updated
recently updated
newest added

cant play or load video from local server url

Video goes back to beginning of playback after muting. It also jerks the video in the beginning.

[plugin] AddInstanceForFactory: No factory registered for id F8BB1C28-BAE8-11D6-9C31-00039315CD46

Hello, we are facing several issues in our Crashlytics, it looks like an issue with preloading the cache when there is not enough memory on the device, we support only...

Hi! Could you provide sample code for customHTTPHeaderFields and preloadByteCount as there isn't any in the example project? Thanks!

hello, videos from url dont play the sound. Also on slow internet connections, the player buffers alot, how can i set the player to only play when a certain amount...

I realized that when we press the next Video button, previous video still tries to complete the download. This situation puts great burden on network load as well as causing...

Any plans on implementing PiP support? Or how would you go about

Hello, currently I'm using the `time` binding of the VideoPlayer to implement seeking functionality. ```swift func skipForward() { currentTime = currentTime + CMTime(seconds: 15.0, preferredTimescale: currentTime.timescale) } ``` Where `currentTime`...