Reputation: 48688
What would be the best way to send/receive audio data over RTP using Java? I have read a little about JMF, but it seems to be out of date. Are there are other viable alternatives.
Upvotes: 2
Views: 7552
Reputation: 247
You can try efflux stack based on netty https://github.com/brunodecarvalho/efflux
Upvotes: 1
Reputation: 112424
JMF is still the canonical source, and it's being maintained by Sun. There are a bunch of other packages available, though: try voip-info.org.
Upvotes: 5