Open ogawa-ma opened 2 years ago
@ogawa-ma I tried playing the media file sent via email and was able to play it successfully on Pixel 4a (5G) running Android 12.
This exception occurs when one of the renderers times out releasing its resources.
Without being able to reproduce I'm afraid there's not much more help we can offer.
@rohitjoins
This exception occurs when one of the renderers times out releasing its resources.
In what cases does the renderer time out on releasing resources?
@ogawa-ma I believe #10621 and #10610 is related to this issue. I have closed the other two issues in favour of this.
So the main issue seems to be the MediaCodec
exception that you get on the device, which in turns doesn't allow the player to release its resources properly as it is not in a defined / known state.
I'll try to find a way to recover from such exceptions and update you on this ticket.
■ Question I have publishing an application using ExoPlayer, but streaming playback does not start for some users. Playback does not start even after 1 minute after setMediaItem and player.prepare(). When this event occurs, if the user can't wait and ends playback, player.release() is called in onPause of the playback screen class, but an error occurs there. Can you tell from the log why playback is not possible?
■ ExoPlayer version used
■ Some of the devices that are occurring
■ Android version in which this is occurring
■ Playback Video Format
I have sent the media file URL and the license server URL to dev.exoplayer@gmail.com.