I created a Java application that transmits video (JMF = "JAVA MEDIA FRAMEWORK"). Now I want the Android client to receive the video. What steps do I follow to make such a client. I saw that JMF does not work on Android. I want to know the best way to do this on the Android platform.
source
share