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 ?
Asked
Active
Viewed 3,839 times
2 Answers
1
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.

Community
- 1
- 1

Peter Knego
- 79,991
- 11
- 123
- 154
0
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

Llanis
- 50
- 2