Caused by androidx.media3.exoplayer.ExoPlaybackException
@rohitjoins is already working on this.
Since Dec 31, 2023.
- Dominant language
- Java
- Stars
- 3k
- Forks
- 955
- Avg merge
- 12d 14h
- Merged PRs (30d)
- 2
Description
Version
Media3 1.2.0
More version details
androidx-media-exoplayer = { group = "androidx.media3", name = "media3-exoplayer", version.ref = "1.2.0" }
Devices that reproduce the issue
Xiaomi:
Redmi Note 11
Redmi 10C
Redmi 8A
Redmi 7A
Redmi 10C
Redmi 8
Motorola:
Moto G32
Moto G(30)
Moto E6
Moto G52
Moto G42
Moto G(9) Play
Moto G Pure (XT2163DL)
Moto G Play - 2023
Oppo:
Oppo Reno7/F21 Pro
CPH2461
CPH2473
A Series
A Serier
A78
CPH2365
A53
Devices that do not reproduce the issue
Samsung s10
Samsung A10
Google Pixel
Xiaomi Mi 11 Lite
Reproducible in the demo app?
Not tested
Reproduction steps
- Play my video on player
Expected result
The media played successfully
Actual result
Crash
Caused by androidx.media3.exoplayer.ExoPlaybackException: MediaCodecVideoRenderer error, index=0, format=Format(1, null, null, video/avc, avc1.4D4029, -1, null, [498, 2160, 24.0, null], [-1, -1]), format_supported=YES
at f6.f0.handleMessage(:368)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loopOnce(Looper.java:233)
at android.os.Looper.loop(Looper.java:344)
at android.os.HandlerThread.run(HandlerThread.java:67)
Caused by androidx.media3.exoplayer.ExoPlaybackException: MediaCodecVideoRenderer error, index=0, format=Format(1, null, null, video/avc, avc1.4D4029, -1, null, [498, 2160, 24.0, null], [-1, -1]), format_supported=YES
at f6.f0.handleMessage(:368)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loopOnce(Looper.java:226)
at android.os.Looper.loop(Looper.java:313)
at android.os.HandlerThread.run(HandlerThread.java:67)
Media
https://github.com/androidx/media/assets/99200686/15a6b8bd-81fd-4122-93b9-09f751ab7168
Bug Report
- You will email the zip file produced by
adb bugreportto android-media-github@google.com after filing this issue.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.