Android app with music streaming -


i want make android app stream music site users use app. so, question is, better - shoutcast server , stream app (i have know song playing @ moment), or streaming music files stored on server (is possible?).

please point me @ right track, , recommend me libraries purpose (or android sdk have this).

thank you.

try looking @ android.media package android sdk

http://developer.android.com/reference/android/media/package-summary.html

in particular, asyncplayer , mediaplayer classes.

as whether shoutcast server better local control of playback (with playlist example) difficult answer. shoutcast server 'single point of failure' if crashes, i.e., none of users music if happened. controlling playback app, however, add amount of code in app (albeit small amount).


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -