问题描述
我正在寻找一个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?
谢谢
推荐答案
没办法JMF - 它的10年过时了
no way JMF - its 10 years out of date
列出java RTP RTSP包:
RTSPClientLib.tar.gz代码.google
list java RTP RTSP packages:RTSPClientLib.tar.gz on code.googlehttp://github.com/brunodecarvalho/efflux
我在java项目中使用了外排,值得花时间学习他的软件包。组合的netty / efflux在涉及RTSP / RTP网络的各种RFC中非常强大。
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.
我想我有一个eclipse项目使用efflux存档到很多RTSP对话框类型的东西。
i think i have an eclipse project archived somewhere using efflux for alot of RTSP dialog type stuff.
这篇关于可在Java中使用的RTP / RTSP库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!