On Sep 9, 4:55 am, 石亚军 <[email protected]> wrote: > "progressive stream" is a address begin with "http://". And now > "MediaPlayer" could play the progressive streaming. > > My question is how to play the real-time streaming. >
To my knowledege the current Android platform does not support Real- time streaming - I am assuming by real-time, you mean Live here. If play an MP4 file off a server, then RTSP and HTTP should give you similar "experience" but the network profile will not be the same - RTSP can control the bit stream rate and buffering along with RTCP. For live support, would have to have an open ended file support such as TS or segmented MP4. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

