Here's
an
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