Lehane
Lehane

Reputation: 48688

Sending RTP using Java

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

Answers (2)

Lior
Lior

Reputation: 247

You can try efflux stack based on netty https://github.com/brunodecarvalho/efflux

Upvotes: 1

Charlie Martin
Charlie Martin

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

Related Questions