Java RTP/RTCP library using NIO [closed]
Asked Answered
B

2

3

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

Beechnut answered 7/7, 2010 at 10:20 Comment(0)
C
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 ([email protected]) and yes, we have his permission to modify it.

Colicroot answered 1/8, 2010 at 20:52 Comment(4)
Thanks for the info. But the RTP part of the library seems not to contain the actual RTP/RTCP handlers, just packet classes, or am I mistaken?Beechnut
I was under the impression that everything needed was there. I am not absolutely sure of this however.Colicroot
@PaulGregoire link is not working.Sumbawa
Updated links for Red5 and RTSP: github.com/Red5/red5-plugins/tree/master/rtspplugin and github.com/Red5/red5-rtsp-restreamerColicroot
R
1

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

Ridglee answered 7/7, 2010 at 10:44 Comment(0)
C
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 ([email protected]) and yes, we have his permission to modify it.

Colicroot answered 1/8, 2010 at 20:52 Comment(4)
Thanks for the info. But the RTP part of the library seems not to contain the actual RTP/RTCP handlers, just packet classes, or am I mistaken?Beechnut
I was under the impression that everything needed was there. I am not absolutely sure of this however.Colicroot
@PaulGregoire link is not working.Sumbawa
Updated links for Red5 and RTSP: github.com/Red5/red5-plugins/tree/master/rtspplugin and github.com/Red5/red5-rtsp-restreamerColicroot

© 2022 - 2024 — McMap. All rights reserved.