-
Would be a nice addition.
Example usage:
- Close Player View automatically after Video playback ends.
- Get notified if user skips ahead
- Error Handling
---
// List of available Events
…
-
let config = SZAVPlayerConfig(urlStr: url, uniqueID: nil)
player.setupPlayer(config: config)
player.seekPlayerToTime(time: Float64(seconds), completion: nil)
这…
-
### Version
6.4.5
### What platforms are you having the problem on?
iOS
### System Version
iOS 17
### On what device are you experiencing the issue?
Real device
### Architecture
Old architect…
-
iOS it's not Android
Almost all Apple devices get the latest iOS version (and 9.0 is quite old)
So do you have plan to use `AVPlayer` instead of `MPMoviePlayer`?
-
**Describe the Bug**
We use a video player (AVPlayer) with controls. When user in the full screen mode and after make some orientation changes. The app is crashing. Only happens when clarity is activ…
-
目前用AVPlayer实现左右滚动Feed流,因为滚动后每加载新的界面,会实例化播放控件,内存一直逐渐增加,所以想试试你这个SZAVPlayer。还有请问下这种情况是什么原因呢?
-
**Describe the bug**
Since the last update in Testflight, version 1.4.0 (37), newly downloaded audio books cannot be played. I can start audiobooks before the update, regardless of whether they were …
-
I'm getting following error when using player.seekToTime(1.1)
```
2016-03-04 09:25:43.907 Plask[26985:5357889] CMTimeMakeWithSeconds(1.100 seconds, timescale 1): warning: error of -0.100 introduced d…
-
Hi,
Video player plugin is not supporting HDR videos. When you try to play HDR video, it plays like SDR and different color.
You can try it video_player plugin's example, simply try to play any HD…
-
## Use case
On iOS `AVPlayer` has option to prevent display sleep during playback. This option is set to `true` by default according to Apple [documentation](https://developer.apple.com/documentati…