H264 RTP数据包解析 [英] H264 RTP packet parsing

查看:258
本文介绍了H264 RTP数据包解析的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在根据RFC(3984)寻找H.264视频的RTP有效负载格式的源代码. 如果有人可以指出这一点,那就太好了.

I am looking for source code of RTP Payload Format for H.264 Video according to RFC(3984). It would be great if someone can point out it.

我也在寻找Wireshark插件,它可以向我展示h264的数据包解码.

Also I am looking for wireshark plugin which can show me the packet decoding of h264.

谢谢你们.

推荐答案

您可以从FFMpeg的源代码开始(在LGPL下); rtp_h264.c 包含解析H.264 RTP帧的代码.您应该具有RFC 3984的扎实知识,才能遵循代码...

You can start with FFMpeg's source code (under LGPL); the rtp_h264.c contains the code that parse H.264 RTP frame. You should have a solid knowledge of the RFC 3984 to follow the code...

这篇关于H264 RTP数据包解析的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆