可在 Java 中使用的 RTP/RTSP 库
我正在寻找编写一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没办法 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.