Can I use JMF in Android?

The reason I want to use JMF in Android is to send RTP from Android. Is there a good way to do this?

+3
source share
1 answer

You can use android.net.rtp package for RTP

+1
source

Source: https://habr.com/ru/post/1795691/


All Articles