-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EXO或者system内核,使用TextureView播放4K高帧率视频亮度很低不可调 #3921
Comments
yvone1991
changed the title
使用TextureView播放4K高帧率视频亮度很低不可调
EXO或者system内核,使用TextureView播放4K高帧率视频亮度很低不可调
Jan 16, 2024
这个无解,textureview 确实会有色彩问题,清晰度不够,在一些设备上 |
嗯,我们将demo 发给芯片厂商看了,定制化的设备一些常用功能是会有适配问题 |
太感谢了,这正是我需要的 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
1、GSYVideoType.setRenderType(GSYVideoType.TEXTURE);这种类型播放4K高帧率会很黑
2、使用GSYVideoType.setRenderType(GSYVideoType.SURFACE);方式播放正常,但是会有surfaceview堆叠问题,我们的需求是多个播放器随意堆叠,有层级关系。屏幕上多个播放窗口随意打乱,点哪个哪个就置顶到最前面。。这种情况下用surfaceview不合适,画面层级关系会乱掉。
目前没有有效的配置,用了官网demo下来去播放,也是textureview很黑。。surfaceview对我们来说又不适用。。。
ps:有没有可能是硬件问题导致的色彩空间模式不一样哈
The text was updated successfully, but these errors were encountered: