示例 RTP 数据包流

发布于 2024-09-17 10:12:10 字数 101 浏览 3 评论 0原文

我正在尝试通过用户定义的协议传输 RTP 流量,并希望测试此设置。是否有任何 C++ 库,我可以使用它来生成示例 RTP 数据包,然后通过我的库对它们进行隧道传输?

谢谢。

I am trying to tunnel RTP traffic through a user-defined protocol, and want to test this setup. Is there any C++ library, which I can use to generate example RTP packets and then tunnel them through my library?

Thanks.

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

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

发布评论

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

评论(2

慈悲佛祖 2024-09-24 10:12:10

你可以在这里看到一个例子: RTPpacket

但在java中。
这是主页 流式传输 tcp/udp

希望对您有帮助!
再见

you can see an example here: RTPpacket

but is in java.
Well this is the main page streaming tcp/udp

Hope can be helpfull!
Bye

羁拥 2024-09-24 10:12:10

看看 jRtpLibLive555 是另一个开源 RTP RTSP 库,但可能更难集成。两者都是具有“自由”许可证的免费开源跨平台 C++ 库。 AFAIR JRTPLIB 更多地关注 RTP/RTCP 方面,或者至少在我上次查看它时是这样。上手相当容易。 live555 的版本更全面,具有事件循环、许多 RTP 有效负载格式、RTSP 等,但也更难以理解。

Have a look at jRtpLib. Live555 is another open source RTP RTSP lib but would probably be harder to integrate. Both are free open source cross platform c++ libraries with "liberal" licences. AFAIR JRTPLIB focuses more on the RTP/RTCP side or at least it did when i last looked at it. It was fairly easy to get started. The one from live555 is more comprehensive featuring an event loop, many RTP payload formats, RTSP, etc. but is also more difficult to understand.

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