Mike Albren
Mike Albren

Reputation: 213

Playback RTP using Android media player

I want to playback RTP video session that is being send to my tablet through a socket port , but the media player in android 3.0 only support RTSP or file sources , what is the best way to implement this ?

Upvotes: 0

Views: 3870

Answers (2)

Llanis
Llanis

Reputation: 50

the easy way:

download videolan. and check this how to streaming with videolan

the "complicated" way is creating a server with gstreamer rtspserver, darwin... real... etc

Upvotes: 0

Peter Knego
Peter Knego

Reputation: 80340

Unfortunately this is not possible with Android SDK. There is even an issue to resolve this http://code.google.com/p/android/issues/detail?id=8959&q=rtp&colspec=ID%20Type%20Status%20Owner%20Summary%20Stars

Your best option would be to explore using ffmpeg under Android.

Upvotes: 1

Related Questions