vschool
vschool

Reputation: 31

Video Streaming in Android

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

Answers (1)

Stu Thompson
Stu Thompson

Reputation: 38908

Ah, yea. JMF is effectively dead and useless.

Check out the MediaPlayer class in Android.

Upvotes: 1

Related Questions