I have several questions about audio streaming :
What i want to do is stream some mp3 files, between 3 and 7 mins (mostly music files) but these mp3 are provided by a server which is not mine. I precise that i want my app to be accepted in the appstore of course...
1 °/ I need to stream some mp3 music file over http, they are encoded at 128Kbps. Do I really need the HTTP Live Streaming service (HLS) ?
2 °/ If I have to use the HLS, do i have to re-encode my mp3 files to 64Kbps or just segmentate them ?
Thanks!