[android-developers] Re: rtsp/http Streaming

2009-05-24 Thread Zhubham

I tried rtsp streaming on TI Zoom board (3430) and it worked fine.
With the emulator its crashing @ Prepare() function What i could
understand from the blogs is that there's some firewall issue with the
emulator (atleast till sdk1.1havnt checked on 1.5).

@DAVE

I am interested in implementing WMA streaming on android setup.. I
have made wma local playback ready. Can u give me some idea about
the changes required in current android setup to support WMA
streaming.

Thanks.

On May 22, 11:25 am, Dave Sparks davidspa...@android.com wrote:
 This is supported, it definitely should not crash even if there's a
 problem. Where's the stack trace for the crash?

 On Apr 29, 8:30 am, Zhubham sahilz...@gmail.com wrote:

  Hi People,

  I need your help regarding streaming in android. I read some of the
  previous discussions but I have a few doubts which i thought of
  clarifying from you . Please help me with the following aspects:

  (i) Does android supports RTSP and HTTP streaming ??

  (ii) One discussion read - Streaming does not work in the emulator
  environment due to some firewall issues in the emulator network
  layer. Is this issue not resolved till now??

  (iii) I used the api demo code available @ \ApiDemos\src\com\example
  \android\apis\media\MediaPlayerDemo_Video.java

  Here I set the path as-  path = Rtsp://10.2.5.220/sample_50kbit.
  3gp;
  OR as - path = rtsp://10.2.5.220/sample_100kbit.mp4

  THIS IS CRASHING @ mMediaPlayer.prepare(); (I am using darwin
  streaming server)

  This is playing fine in local playback. But, I am not able to
  understand why it is crashing here. Please suggest.

  (iv) The supported codecs are MPEG4 Video, AVC, MPEG4 Audio, AMR, and
  H263. Am I correct??

  I await your response. Kindly assist.

  Thanks.
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[android-developers] Re: rtsp/http Streaming

2009-05-22 Thread Yogi

Hi All,

I am also having the same doubt.
Can you please suggest what can be done?

Thanks in advance,
Yogi

On Apr 30, 3:33 pm, Zhubham sahilz...@gmail.com wrote:
 Hi Experts,

 Can you please give a quick reply to my queries.

 Thanks for ur time.

 Regards,
 Zhubham

 On Apr 29, 8:30 pm, Zhubham sahilz...@gmail.com wrote:

  Hi People,

  I need your help regarding streaming in android. I read some of the
  previous discussions but I have a few doubts which i thought of
  clarifying from you . Please help me with the following aspects:

  (i) Does android supports RTSP and HTTP streaming ??

  (ii) One discussion read - Streaming does not work in the emulator
  environment due to some firewall issues in the emulator network
  layer. Is this issue not resolved till now??

  (iii) I used the api demo code available @ \ApiDemos\src\com\example
  \android\apis\media\MediaPlayerDemo_Video.java

  Here I set the path as-  path = Rtsp://10.2.5.220/sample_50kbit.
  3gp;
  OR as - path = rtsp://10.2.5.220/sample_100kbit.mp4

  THIS IS CRASHING @ mMediaPlayer.prepare(); (I am using darwin
  streaming server)

  This is playing fine in local playback. But, I am not able to
  understand why it is crashing here. Please suggest.

  (iv) The supported codecs are MPEG4 Video, AVC, MPEG4 Audio, AMR, and
  H263. Am I correct??

  I await your response. Kindly assist.

  Thanks.


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



[android-developers] Re: rtsp/http Streaming

2009-05-22 Thread Dave Sparks

This is supported, it definitely should not crash even if there's a
problem. Where's the stack trace for the crash?

On Apr 29, 8:30 am, Zhubham sahilz...@gmail.com wrote:
 Hi People,

 I need your help regarding streaming in android. I read some of the
 previous discussions but I have a few doubts which i thought of
 clarifying from you . Please help me with the following aspects:

 (i) Does android supports RTSP and HTTP streaming ??

 (ii) One discussion read - Streaming does not work in the emulator
 environment due to some firewall issues in the emulator network
 layer. Is this issue not resolved till now??

 (iii) I used the api demo code available @ \ApiDemos\src\com\example
 \android\apis\media\MediaPlayerDemo_Video.java

 Here I set the path as-  path = Rtsp://10.2.5.220/sample_50kbit.
 3gp;
 OR as - path = rtsp://10.2.5.220/sample_100kbit.mp4

 THIS IS CRASHING @ mMediaPlayer.prepare(); (I am using darwin
 streaming server)

 This is playing fine in local playback. But, I am not able to
 understand why it is crashing here. Please suggest.

 (iv) The supported codecs are MPEG4 Video, AVC, MPEG4 Audio, AMR, and
 H263. Am I correct??

 I await your response. Kindly assist.

 Thanks.
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[android-developers] Re: rtsp/http Streaming

2009-04-30 Thread Zhubham

Hi Experts,

Can you please give a quick reply to my queries.

Thanks for ur time.

Regards,
Zhubham

On Apr 29, 8:30 pm, Zhubham sahilz...@gmail.com wrote:
 Hi People,

 I need your help regarding streaming in android. I read some of the
 previous discussions but I have a few doubts which i thought of
 clarifying from you . Please help me with the following aspects:

 (i) Does android supports RTSP and HTTP streaming ??

 (ii) One discussion read - Streaming does not work in the emulator
 environment due to some firewall issues in the emulator network
 layer. Is this issue not resolved till now??

 (iii) I used the api demo code available @ \ApiDemos\src\com\example
 \android\apis\media\MediaPlayerDemo_Video.java

 Here I set the path as-  path = Rtsp://10.2.5.220/sample_50kbit.
 3gp;
 OR as - path = rtsp://10.2.5.220/sample_100kbit.mp4

 THIS IS CRASHING @ mMediaPlayer.prepare(); (I am using darwin
 streaming server)

 This is playing fine in local playback. But, I am not able to
 understand why it is crashing here. Please suggest.

 (iv) The supported codecs are MPEG4 Video, AVC, MPEG4 Audio, AMR, and
 H263. Am I correct??

 I await your response. Kindly assist.

 Thanks.
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---