문제

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

도움이 되었습니까?

해결책

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.

다른 팁

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top