Android MediaCodec “INFO_TRY_AGAIN_LATER” logged continuously even with Valid Input
I’m working on an Android application that involves decoding H.264 Tello Drone stream using the MediaCodec API. I’ve set up a H264Decoder class to handle the decoding process. The decoder is initialized with a SurfaceHolder to render the decoded frames. However, I’m encountering an issue where I consistently receive the “INFO_TRY_AGAIN_LATER” message, and as a result, my SurfaceView remains black, indicating that no frames are being rendered to it.