How to decode H.264 video frame in Java environment

前端 未结 5 837
迷失自我
迷失自我 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:55

    Take a look at the Java Media Framework (JMF) - http://java.sun.com/javase/technologies/desktop/media/jmf/2.1.1/formats.html

    I used it a while back and it was a bit immature, but they may have beefed it up since then.

提交回复
热议问题