rajeshghosh1978
rajeshghosh1978
Another log from a different customer ``` 05-22 17:14:34.011 E/ExoPlayerImplInternal(19755): Internal runtime error. 05-22 17:14:34.011 E/ExoPlayerImplInternal(19755): android.media.MediaCodec$CodecException: Error 0x80000000 05-22 17:14:34.011 E/ExoPlayerImplInternal(19755): at android.media.MediaCodec.native_queueSecureInputBuffer(Native Method) 05-22 17:14:34.011 E/ExoPlayerImplInternal(19755): at android.media.MediaCodec.queueSecureInputBuffer(MediaCodec.java:2540)...
Here is another one, just to provide more information ``` 05-22 18:16:59.440 I/OMXClient(15333): Treble IOmx obtained 05-22 18:16:59.441 I/ACodec (15333): In onAllocateComponent create compenent, codec name: OMX.google.aac.decoder 05-22 18:16:59.443 W/HwExtendedUtils(15333):...
So far almost 50,000 playback stopped in last 7 days due to MediaCodec exception. There are more than 40 different types of Devices has this issue.
Any update on this
Another codec exception for AudioCodec as well 05-28 09:03:01.363 E/MediaDrm-JNI(12059): Illegal state exception: Failed to open session: General DRM error (-2000) 05-28 09:03:01.366 I/MediaCodec(12059): (0x94b40640) init name(OMX.google.aac.decoder) isType(0) encoder(0) 05-28...
I have been trying to reproduce this issue from a couple of weeks and finally, I am able to reproduce this by enabling Charles. What I found this time is...
@AquilesCanta: This is something that is not 100% reproducible with a single playback URL. So a sample URL doesn't help here. Can you expose some kind of API which will...