[android-developers] Re: Streaming RTSP directly by suing MediaPlayer

2008-12-06 Thread Alpesh
hi jona, i m doing also audio streaming in android emulator but i got the error on prepare method. can u tell me its possible in android sdk 1.0 or not yet supported? thnks, Alpesh Harsoda On Dec 6, 4:43 am, Jona [EMAIL PROTECTED] wrote: I'm not sure were or who to ask... I've been trying to

[android-developers] Re: Streaming RTSP directly by suing MediaPlayer

2008-12-05 Thread Jona
I'm not sure were or who to ask... I've been trying to create a server to communicate with MediaPlayer via RTSP. Now I've got this response from the MediaPlayer to my server: // [OPTIONS rtsp://localhost:8554/triStateBuffer1 RTSP/1.0 CSeq: 0

[android-developers] Re: Streaming RTSP directly by suing MediaPlayer

2008-11-26 Thread Jérémie Gavard
Thanks for this precision. Does this issue on emulator planned to be solved soon? I am trying to develop an application around video streaming. On Nov 25, 10:58 pm, Dave Sparks [EMAIL PROTECTED] wrote: The media framework does support RTSP with RTP payloads. The OpenCore code includes an

[android-developers] Re: Streaming RTSP directly by suing MediaPlayer

2008-11-26 Thread Dave Sparks
I don't expect this issue to be resolved soon. On Nov 26, 5:36 am, Jérémie Gavard [EMAIL PROTECTED] wrote: Thanks for this precision. Does this issue on emulator planned to be solved soon? I am trying to develop an application around video streaming. On Nov 25, 10:58 pm, Dave Sparks

[android-developers] Re: Streaming RTSP directly by suing MediaPlayer

2008-11-25 Thread Dave Sparks
The media framework does support RTSP with RTP payloads. The OpenCore code includes an RTSP/RTP client built on sockets that will handle buffering and transport controls. It does not work in the emulator environment due to some firewall issues in the emulator network layer. On Nov 24, 12:30 pm,