Skip to content Skip to sidebar Skip to footer
Showing posts with the label H.264

Mediacodec.dequeueoutputbuffer Taking Very Long When Encoding H264 On Android

I'm trying to encode h264 video on Android for real-time video streaming using MediaCodec but d… Read more Mediacodec.dequeueoutputbuffer Taking Very Long When Encoding H264 On Android

Decode H264 Raw Stream Using Mediacodec

I recieve h264 data from server, I want to decode this stream using mediacodec and texture view on… Read more Decode H264 Raw Stream Using Mediacodec

How To Real-timely Render Image Data(yuv420sp) Decoded By Mediacodec To Surfaceview On Android?

MediaCodec has a limitation FPS of decoding, I want to break that, so I need to render frames by my… Read more How To Real-timely Render Image Data(yuv420sp) Decoded By Mediacodec To Surfaceview On Android?