[android-developers] Re: rtsp client?

2010-07-07 Thread hyc
On Jun 28, 6:10 pm, Andy Savage a...@bluewire.net.nz wrote: With certain types of well formed RTSP streams the mediaplayer class can play it directly. http://m.youtube.comis a great example of some well formed feeds, but most RTSP feeds from the net seem to work fine. I've also managed to

[android-developers] Re: rtsp client?

2010-07-07 Thread hyc
On Jun 28, 3:47 am, u1663097 u1663097 u1663...@gmail.com wrote: The openCore platform in Android supports rtsp stack as a rtsp client. It is possible to support stream video. Unfortunately it only supports RTP over UDP. From android/external/opencore/protocols/rtsp_client_engine/src/

[android-developers] Re: rtsp client?

2010-07-05 Thread Yadnesh
Hi, I am trying to stream media containing mpeg4 video and AAC audio over RTSP using ffserver. When I try to connect to the server using VLC player I get the message: Your input can't be opened: VLC is unable to open the MRL 'rtsp://

[android-developers] Re: rtsp client?

2010-06-28 Thread MobDev
afaik you can directly feed that trsp url to the MediaPlayer class... On 28 jun, 12:33, chas__123 charlie.nug...@gmail.com wrote: Hi could someone say if android supports an RTSP stack? We've an RTSP server that we'd like to stream video to an android rtsp client if thats possible thanks

Re: [android-developers] Re: rtsp client?

2010-06-28 Thread Andy Savage
With certain types of well formed RTSP streams the mediaplayer class can play it directly. http://m.youtube.com is a great example of some well formed feeds, but most RTSP feeds from the net seem to work fine. I've also managed to get ffserver streaming fine to it using H.264. On Mon, Jun 28,

Re: [android-developers] Re: rtsp client?

2010-06-28 Thread Alex Xin
Hi, folks Are there any media player in Android can play HTTP stream media files? thanks On Tue, Jun 29, 2010 at 9:10 AM, Andy Savage a...@bluewire.net.nz wrote: With certain types of well formed RTSP streams the mediaplayer class can play it directly. http://m.youtube.com is a great