I agree with Andy's comment:

On May 25, 8:36 am, Andy Savage <[email protected]> wrote:
> There seems to be a limitation that means that it will only accept SDP
> information with RTP streams inside if it gets them from the RTSP stream
> (e.g. it gets this information from SETUP in the RTSP protocal).

It is possible to play a stream by requesting it via a RTSP request
(both audio and video are sent over RTP and the MediaPlayer is able to
decode and play them).
But it is not possible to play live RTP stream by requesting the SDP
file directly (via an HTTP request). The RTP streams (audio and video)
are sent to the device from the server. The MediaPlayer should "just"
get the SDP file, listen on the proper ports and decode the streams.
But it generates an error and do not play the streams.

Jean

-- 
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

Reply via email to