How to link to an RTSP stream on Android phone?
I need to play an RTSP audio stream on an Android phone, linked to from a web开发者_JAVA百科-page.
What's the simplest way to achieve this? I hope this will be very simple but unfortunately I don't have a phone on which to test.
Your RTSP stream needs follow 3GPP PSS streaming spec to work with the android Videoplayer.
There is some more information here:
- Server to stream RTSP to android
精彩评论