Skip to content Skip to sidebar Skip to footer

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 camera, that encoded with h.264 codec, convert frame data to RTP packet and sent

Solution 1:

See Spydroid. It pipes the camera input into the H.264 encoder and turns the output into RTP packets:

http://code.google.com/p/spydroid-ipcamera/source/browse/src/net/majorkernelpanic/streaming/rtp/H264Packetizer.java


Post a Comment for "How To Encode H.264 Live Stream To RTP Packet With Java"