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 .
Ah, yea. JMF is effectively dead and useless.
Check out the MediaPlayer class in Android.
精彩评论