-
Notifications
You must be signed in to change notification settings - Fork 6k
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
No picture when playing Dolby Vision video (Unknown Dolby Vision level string) #8530
Comments
For reference, the level is parsed by this switch. |
Could you provide a bug report for the 2 following scenarios:
Note that:
|
Here are requested bug reports: |
Before, the level was set to null in this case. MediaCodecUtil.getCodecProfileAndLevel() was therefore returning null and the fallback to AVC/HEVC was not enabled in MediaCodecVideoRenderer. Issue:#8530 #minor-release PiperOrigin-RevId: 355574499
I just pushed a fix on branch dev-v2. It will be part of the next release (2.13.0). Please open another bug if you encounter other issues. Thanks for reporting this one. |
Amazing, thank you! |
Before, the level was set to null in this case. MediaCodecUtil.getCodecProfileAndLevel() was therefore returning null and the fallback to AVC/HEVC was not enabled in MediaCodecVideoRenderer. Issue:#8530 PiperOrigin-RevId: 355574499
Just confirming that I'm able to play the videos with |
I'm unsuccessfully trying to play Dolby Vision videos that come from iPhone 11/12 devices (not necessarily the stock recorder app). When playing these two samples:
following is logged and video does not play (no picture at all):
Platform
VideoView
plays both videos just fine.The text was updated successfully, but these errors were encountered: