H264 RTP数据包解析

发布于 2024-08-20 16:30:06 字数 1539 浏览 6 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

农村范ル 2024-08-27 16:30:06

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

菊凝晚露 2024-08-27 16:30:06

更最新的答案:查看 github 上的项目 moonlight 。 Moonlight是一个NVidia实时流媒体客户端,它有许多有用的网络API,比ffpmeg更容易理解。对于您的具体问题:处理 RTP 负载

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文