开发者

How to packetize H264 in RTP?

开发者 https://www.devze.com 2023-04-11 15:09 出处:网络
I have H264 stream from my mobile camera. In my Java app I can access the stream frame by frame already encoded with H264.

I have H264 stream from my mobile camera. In my Java app I can access the stream frame by frame already encoded with H264. I n开发者_如何学JAVAeed to stream it to Wowza media server. Since wowza understands only RTP/RTSP streams can I just add RTP header infront of each frame data and stream it to wowza?

Many thanks for help


It is not as simple as just adding a header.

  • RTP packetization will require you to do fragmentation on the H.264 bitstream according to RTP Payload Format for H.264 Video
  • If Wowza requires support for RTSP, you have to implement RTSP server and implement RTSP protocol to manage your RTP stream

You might want to check out VLC if it can acquire video from your camera directly or through your application, and re-expose it with RTSP/RTP protocol. If you find a suitable option, it might appear to be easier to complete the streaming sequence this way.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号