Skip to content

fork-38

@michaelpeeters michaelpeeters tagged this 05 Sep 09:59
Disable asynchronous MediaCodec queueing in ExoPlayerWrapper. The
platform's async MediaCodec callback path can SIGABRT the whole
process via CheckJNI when BufferInfo allocation fails
(java.lang.IllegalStateException: Fatal error: could not create
MediaCodec.BufferInfo object), which is unrecoverable from app code.
Forcing the synchronous MediaCodecAdapter avoids that native callback
thread entirely. media3 is already at 1.11.0 on this branch.
Assets 2
Loading