I'm using MPMoviePlayerViewController to stream an audio from the URL "http://ios-audio.q-music.be/audio.m3u8". Its playing well. But when I click "Home" button, the app goes into background and stops streaming. When I start the app again, it starts streaming again.
How can I make my app stream the audio using MPMoviePlayerController when the app goes to background. Or do I've to use other frameworks?

Required background modesaudio to your app's info.plist? Also I'm not sure that MPMoviewPlayer will support background playing. – rckoenes Aug 5 '11 at 13:21