Java RTP/RTCP library using NIO [closed]

拥有回忆 提交于 2019-12-05 02:07:41

问题


Is there a Java RTP/RTCP library based on Java NIO or some Java NIO framework (Netty, MINA, ...)?


回答1:


In Red5, we are adapting an RTP/RTSP library written using Mina. If you would like to check it out, go here: http://red5.googlecode.com/svn/java/plugins/trunk/rtspplugin/

The original library was written by Matteo Merli (matteo.merli@gmail.com) and yes, we have his permission to modify it.




回答2:


You would have to write a wrapper yourself, I'm afraid. Netty has a pretty flexible architecture that would allow that.



来源:https://stackoverflow.com/questions/3193837/java-rtp-rtcp-library-using-nio

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