[android-developers] Re: Problem with mediaplayer to play live streaming audio

2010-11-08 Thread Manuel Garcia
A log might encourage people to respond and help you.

On Nov 8, 9:25 pm, gvenugopal gvenugopal...@gmail.com wrote:
 Hi friends,

 In my music app, i would like to play live streaming like radio
 broadcasting with mediaplayer as

 Mediaplayer mp = new Mediaplayer();
 mp.setDataSource(LiveStreamingURL);
 mp.prepare();
 mp.start();

 but after playing for few seconds it is stopped. I dont know how to
 overcome it. Give me your suggestions for this.

 Thanks
 venu

-- 
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: Problem with mediaplayer to play live streaming audio

2010-11-08 Thread tina lincon
I'm also facing this same problem.

On Nov 9, 11:15 am, Manuel Garcia alexgarci...@gmail.com wrote:
 A log might encourage people to respond and help you.

 On Nov 8, 9:25 pm, gvenugopal gvenugopal...@gmail.com wrote:



  Hi friends,

  In my music app, i would like to play live streaming like radio
  broadcasting with mediaplayer as

  Mediaplayer mp = new Mediaplayer();
  mp.setDataSource(LiveStreamingURL);
  mp.prepare();
  mp.start();

  but after playing for few seconds it is stopped. I dont know how to
  overcome it. Give me your suggestions for this.

  Thanks
  venu- Hide quoted text -

 - Show quoted text -

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