-
Notifications
You must be signed in to change notification settings - Fork 29
[Android] using the Mali GPU with avpro, it fails to play videos normally, showing a black screen. #2212
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
Comments
hmm, this doesn't sound right. |
Almost all Huawei Kirin chip(Mali GPU) phones can reproduce it(other chips can work normally), and it doesn't work either when switched to openGLES. I store my video in streaming assets. use openGLES's log: |
|
Can you provide the above info please. |
closing due to lack of reply |
Unity version
2022.3.50f1
Unity editor platform
Windows
AVPro Video edition
Core
AVPro Video version
3.2.3
Device hardware
huawei mate40 pro(Mali-G78)
Which Android OS version are you using?
10
Unity Graphics API
Vulkan
Video API
MediaPlayer
Texture format
BGRA
Audio output
Unity
Any other Media Player component configuration required to reproduce the issue.
No response
Which output component(s) are you using?
Playlist MediaPlayer
Any other component configuration required to reproduce the issue.
Huawei mate Series, Mali GPU
The issue
When using the Mali GPU with avpro, it fails to play videos normally, showing a black screen. However, it does not report any errors and does not affect the project process. I use Huawei Mate40 Pro, and it use Mali-G78 GPU. Here is some logs:
[AVProVideo] Initialising AVPro Video v3.2.3 (native plugin v3.2.3-core) on Mali-G78/Vulkan 1.1.0 [0x08800000] (MT True) on Android
[AVProVideo] Opening jar:file:.mp4 (offset 0) with API ExoPlayer
[VideoPlayer1] jar:file:.mp4 StartedBuffering
[VideoPlayer1] jar:file:.mp4 ResolutionChanged
[VideoPlayer1] jar:file:.mp4 FinishedBuffering
[Log] [AVPro]jar:file:.mp4 ready to Play
[VideoPlayer1] jar:file:.mp4 MetaDataReady
[VideoPlayer1] jar:file:.mp4 StartedBuffering
[VideoPlayer1] jar:file:.mp4 Started
[VideoPlayer1] jar:file:.mp4 FinishedBuffering
[VideoPlayer1] jar:file:.mp4 FirstFrameReady
Media information
No response
Logcat output
The text was updated successfully, but these errors were encountered: