RTP/RTSP library usable in Java

六眼飞鱼酱① 提交于 2019-12-07 18:53:28

问题


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


回答1:


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.



来源:https://stackoverflow.com/questions/9082952/rtp-rtsp-library-usable-in-java

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!