How to decode H.264 video frame in Java environment

前端 未结 5 835
迷失自我
迷失自我 2020-12-23 22:21

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/RTS

5条回答
  •  無奈伤痛
    2020-12-23 22:47

    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).

提交回复
热议问题