I want to make an Android app that will stream music from my site to all users that use my app. So, my question is, what is better - to get a shoutcast server and stream that to my app (I have to know which song is playing at the moment), or just streaming the music files stored on my server (is this possible?).
Please point me at the right track, and also recommend me some libraries for this purpose (or Android SDK have this).
Thank you.