开发者

H264 RTP packet parsing [closed]

开发者 https://www.devze.com 2022-12-20 01:32 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 7 years ago.

Improve this question

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.


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


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

0

精彩评论

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

关注公众号