mediaCodec.dequeueOutputBuffer returns INFO_TRY_AGAIN_LATER on Google Pixel but not on Samsung Galaxy
I am trying to convert some bitmaps to video and encode them with this library https://github.com/israel-fl/bitmap2video
mediaCodec.dequeueOutputBuffer returns INFO_TRY_AGAIN_LATER on Google Pixel but not on Samsung Galaxy
I am trying to convert some bitmaps to video and encode them with this library https://github.com/israel-fl/bitmap2video
How to Copy Android Mediacodec Output Buffer to Another Buffer to Save Video (H264) to File and Also Stream to RTMP (YouTube) at the Same Time
while (true) {