How to decode H.264 video frame in Java environment
问题 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 回答1: 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). 回答2: I think the best solution is using