可在 Java 中使用的 RTP/RTSP 库

发布于 2025-01-01 02:00:16 字数 98 浏览 0 评论 0原文

我正在寻找编写一个 voip 应用程序,我知道 JMF 有 RTP 代码,但它很旧并且只有 32 位。是否有一个强大的库可以与java一起使用RTP/RTSP?

谢谢

I'm looking to write a voip application, I know JMF has RTP code but it's old and 32bit only. Is there a robust library that does RTP/RTSP that can be used with java?

Thanks

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

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

发布评论

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

评论(1

温折酒 2025-01-08 02:00:16

没办法 JMF - 其已过时 10 年的

java RTP RTSP 包列表:
code.google 上的 RTSPClientLib.tar.gz
http://github.com/brunodecarvalho/efflux

我在一个java项目上使用了efflux,它是值得的学习他的包裹的时间。组合的 netty/efflux 对于涉及底层 RTSP/RTP 网络的各种 RFC 非常强大。

我想我有一个 Eclipse 项目存档在某个地方,使用 efflux 来处理很多 RTSP 对话框类型的内容。

no way JMF - its 10 years out of date

list java RTP RTSP packages:
RTSPClientLib.tar.gz on code.google
http://github.com/brunodecarvalho/efflux

i used the efflux on a java project and it was worth the time learning his packages. The combined netty/efflux is very robust on the variety of RFC's involved in networking underlying RTSP/RTP.

i think i have an eclipse project archived somewhere using efflux for alot of RTSP dialog type stuff.

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