How to decode H.264 video frame in Java environment

user262186 picture user262186 · Jan 29, 2010 · Viewed 42.8k times · Source

Does anyone know how to decode H.264 video frame in Java environment?

My network camera products support the RTP/RTSP Streaming.

The service standard RTP/RTSP from my network camera is served and it also supports “RTP/RTSP over HTTP”.

RTSP : TCP 554 RTP Start Port: UDP 5000

Answer

Art Clarke picture Art Clarke · Feb 3, 2010

Or use Xuggler. Works with RTP, RTMP, HTTP or other protocols, and can decode and encode H264 and most other codecs. And is actively maintained, free, and open-source (LGPL).