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

发现播放视频(缓冲一部分)然后断网, 出现重新播放点击后,依然会出现上述崩溃 其状态为 AVPlayerStatusReadyToPlay. #19

Kernel Triage: VM - Compressor failed a blocking pager_get Thread 0 name: Thread 0 Crashed: 0 libsystem_kernel.dylib 0x00000001bd52cb10 mach_msg_trap + 8 1 libsystem_kernel.dylib 0x00000001bd52d134 mach_msg + 72 (mach_msg.c:119) 2 libdispatch.dylib...

#18 所描述的情况是弱网导致fail继续播放会导致崩溃,现在测试发现当播放视频正常播放后,断开网络(保证缓冲进度未100%),然后播放到未缓冲的资源时,切换到了 错误控制层,此时点击 `重试` 会触发崩溃. ``` // 重新创建playerItem规避`An AVPlayerItem cannot be associated with more than one instance of AVPlayer`错误. if (avPlayerItem != nil && avPlayerItem.status == AVPlayerStatusFailed) ... ``` 之前修复的代码加了fail状态判断,现在发现上述情况是AVPlayerStatusReadyToPlay的状态,所以未重新创建AVPlayerItem导致重复bind....

在弱网情况下,播放出现卡顿,这时调用暂停方法后,视频并没有立即停止,而是画面还会继续播放几帧,之后才暂停播放。请大神指教。

https://raw.githubusercontent.com/iOSDevLog/ijkplayer/master/IJKMediaFrameworkWithSSL.framework.zip

Dear sir, I am using the latest version 3.0.0. Problem in playing video in UITableView when the full screen button clicked only if the video orientation is landscape. If the...

https://github.com/volcengine/VEVodDemo-iOS