Reputation: 31
I have made an Application in Java that transmits video (JMF= "JAVA MEDIA FRAMEWORK"). Now I want an Android client for receiving video. What steps do i follow to make such client. I have seen that JMF doesnt work on Android. I want to know best way of doing it in Android platform .
Upvotes: 3
Views: 1469
Reputation: 38908
Ah, yea. JMF is effectively dead and useless.
Check out the MediaPlayer class in Android.
Upvotes: 1