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
Post a Comment