Michele
Michele

Reputation:

Java and RTP - related experiences

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

Upvotes: 4

Views: 1588

Answers (2)

Art Clarke
Art Clarke

Reputation: 2505

You could also try Xuggler.

Upvotes: 1

sblair
sblair

Reputation: 1085

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.

Upvotes: 0

Related Questions