H264 RTP packet parsing [closed]

强颜欢笑 提交于 2019-12-05 02:13:23

问题


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.

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

Thank you guys in advance.


回答1:


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




回答2:


More up-to date answer: look at project moonlight on github. Moonlight is a NVidia real time streaming client, it has many useful network APIs, much easier to digest than ffpmeg. For your specific problem: processing RTP payload



来源:https://stackoverflow.com/questions/2225688/h264-rtp-packet-parsing

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!