I've been struggling to find a decent RTP stack implementation for Java. JMF or FMJ are not options here as I don't want all the bells and whistles of codecs and audio/video capture; I just need to create RTP streams, dump data in them and read data from them.
I've been using jlibrtp but its API is shady, logging is based on System.out and every now and then I get a couple of NPE's.
Also, RTCP support would be nice (again, I'd like to handle the control myself, I just need the API).
So to sum up:
Is there such a library or will I have to code one? ;)
https://github.com/jonbo372/efflux
It depends on Netty (for I/O) and SLF4J (for logging).
You can download the rtp stack of Mobicents. This stack is part of media server but you can take it as separate module. http://code.google.com/p/mediaserver/
Inside the module you can find the tests that showing how to use it.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With