SJBaseVideoPlayer icon indicating copy to clipboard operation
SJBaseVideoPlayer copied to clipboard

video player. rotation, volume, brightness, rate, play, pause, stop, seekToTime, present.

Results 14 SJBaseVideoPlayer issues
Sort by recently updated
recently updated
newest added

在某些设备上,全屏播放视频,然后锁屏再解锁后,再次进入全屏的时候,screenshot方法获取不到当前播放所在帧的图片,经查是在SJAVMediaPlayer->下面这个方法中,_avPlayer.currentTime 取的值有问题,请问这个问题有解决吗? - (nullable UIImage *)screenshot { return [_avPlayer.currentItem.asset sj_screenshotWithTime:_avPlayer.currentTime]; }

https://github.com/kingslay/KSPlayer