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

Why Am I Getting "unsupported Format" Errors, Reading H.264 Encoded Rtsp Streams With The Android Mediaplayer?

I am trying to show H.264 encoded rtsp video on an Android device. The stream is coming from a Rasp… Read more Why Am I Getting "unsupported Format" Errors, Reading H.264 Encoded Rtsp Streams With The Android Mediaplayer?

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

How To Encode H.264 Live Stream To Rtp Packet With Java

I am developing an application for Android OS, and I need a real-time decode video stream from the … Read more How To Encode H.264 Live Stream To Rtp Packet With Java