Hello - I am trying to view streaming live video from a server that is
sending the data (h264) using RTP over RTSP.  I believe this is also
known as RTSPT.

>From what I understand, Android 2.1 doesn't work with this.  Is that
correct?  I cannot pass a uri for my stream (rtspt://blahblah) that
works.  I notice that the error that comes back is:
* error = -1
* what = -4 (not recognized by OpenCore)

If I instead leave the url as a normal RTSP stream (rtsp://blahblah),
it also fails, but this time the error is
* error = -1
* what = -1 (general error by OpenCore)

The interesting thing is that rtspt is supposedly supported by
OpenCore 2.05, but I have no idea when/if this was included in
Android.  Is it in 2.1?  2.2?

Given this, I would love to hear any advice about how to handle this.
My questions revolve around:
* is there any way to handle this stream type in MediaPlayer?
* if not, is there a typical way to work with OpenCore components to
handle this?
* if not, is there a Java library that would be helpful?

Thanks for the help - I really appreciate any suggestions or resources
you can point me to.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to