What do you mean ? It's a live-stream - it shouldn't buffer at all 2012/10/1 daulat bachhav <[email protected]>
> u using http service it's actually download then play > it's not real streaming. > > > On Friday, 28 September 2012 14:11:24 UTC+5:30, Dmitriy F wrote: >> >> Here's an https://play.google.com/**store/apps/details?id=com.** >> maxxt.pcradio&feature=search_**result#?t=**W251bGwsMSwxLDEsImNvbS5tYXh4dC >> **5wY3JhZGlvIl0<https://play.google.com/store/apps/details?id=com.maxxt.pcradio&feature=search_result#?t=W251bGwsMSwxLDEsImNvbS5tYXh4dC5wY3JhZGlvIl0>. >> that >> I've found for playing radio live-streams - pcRadio. I made a similar >> application with pretty simple code inside. >> >> // constructing the player >> mPlayer.setDataSource(**getResources().getString(** >> mLowQualityStreamId)); >> mPlayer.prepareAsync(); >> // start the player in OnPreparedListener >> >> I've found a link to a radio-stream(the second one in the main list) that >> pcRadio consumes: http://radio-shtorm.ru:8000 (32/56/112). When I launch >> my player it takes it like 5-10 seconds to preparem while pcRadio starts >> playing instantly. >> >> What's the difference and how can I improve my app to achieve the same >> instant preparation speed ? >> >> P.S. tested on Android 2.3.4 >> > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

