xiaodong.chen
xiaodong.chen
### Version Media3 1.3.1 ### More version details How to fix this bug:   ### Devices that reproduce the issue 看上面的图 ### Devices that do not reproduce the issue...
## 问题描述: 在recycleview中(非列表页面播放也一样)播放RTSP视频流(或者demo中的视频也一样)一段时间后都在转圈圈,查看设备CPU和内存占道都不到一半(在8+32G的RK3588上播放4路视频,3个本地摄像头的RTSP流,都是h264,25fps的720P视频,不算大,另一路播放demo中的视频,作为对比参照,运行了周日一天,周一回来都在转圈),使用的是demo中的多任务支持player,实现多个视频流同时播放,刚开始都是正常的,延迟大概在4秒内 ## 出现问题的视频流 3个摄像头都是本地nvr的rtsp流,海康摄像头的,另一路是取自demo中的视频:https://res.exexm.com/cw_145225549855002 ## 问题机型/系统: 工控平板RK3588,Android 12 ## GSY依赖版本 implementation 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-java:v8.6.0-release-jitpack' //是否需要ExoPlayer模式 implementation 'com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer-exo2:v8.6.0-release-jitpack' //更多ijk的编码支持 implementation 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-ex_so:v8.6.0-release-jitpack' ## Demo中的复现步骤 Demo中的detailPlayer页面打开后XXXX会出现这个问题。 问题代码:(如果有) ``` 在页面中初始化options: public static void setGSYVideoPlayerOptions()...