Java RTP/RTCP library using NIO

user17481 picture user17481 · Jul 7, 2010 · Viewed 7.3k times · Source

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

Answer

malaverdiere picture malaverdiere · Jul 7, 2010

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