tags:

views:

332

answers:

2

Hi, I'm trying to collect some experiences about using a Java library to stream RTP. In your experience, which is the most suitable library for this task? I am currently evaluating: JMF, FMJ, jrtp, others? (that you might suggest)

Thank you, Michele

A: 

From recent experience, JMF is horrifically out of date and it is not maintained. For our project, we ended up switching to a C library called PJSIP.

sblair
I agree with JMF being horrifically out of date
brian_d
+1  A: 

You could also try Xuggler.

Xuggle
Agree, I've had good results with Xuggler, and it's actually being actively maintained, unlike a lot of libraries out there.
Curtis