You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fatal Exception: java.lang.IllegalStateException:
at android.media.MediaCodec.releaseOutputBuffer(MediaCodec.java)
at android.media.MediaCodec.releaseOutputBufferInternal(MediaCodec.java:3651)
at android.media.MediaCodec.releaseOutputBuffer(MediaCodec.java:3572)
at com.otaliastudios.cameraview.video.encoding.MediaEncoder.drainOutput(MediaEncoder.java:474)
at com.otaliastudios.cameraview.video.encoding.AudioMediaEncoder$AudioEncodingThread.encode(AudioMediaEncoder.java:428)
at com.otaliastudios.cameraview.video.encoding.AudioMediaEncoder$AudioEncodingThread.run(AudioMediaEncoder.java:391)
Can we just try/catch and let the code continue or it should throw a proper exception?
The text was updated successfully, but these errors were encountered:
Can we just try/catch and let the code continue or it should throw a proper exception?
The text was updated successfully, but these errors were encountered: