AndroidInstantVideo icon indicating copy to clipboard operation
AndroidInstantVideo copied to clipboard

请问No buffer available 无可用缓冲区怎么解决?

Open ulongx opened this issue 3 years ago • 0 comments

Honor 手机 NTH-AN00 android 12 api 31, 运行推流一段时间后,会出现如下错误 android.media.MediaCodec$CodecException: Error 0xffffffde 代码:MediaCodecInputStream 138行

readSize = is.read(readBuf, 0, readBuf.length);
onReadAllCallback.onReadOnce(readBuf, readSize, copyBufferInfo(is.getLastBufferInfo()));

ulongx avatar Dec 05 '22 03:12 ulongx