I am developing an iOS app in which I am streaming .mp3 files using MPMoviePlayerController. When playing of one file completes I take next url and play the file. All works grea
I couldn't do it using MPMoviePlayerController.
Finally used AudioStreamer.
My app is working fine now.
Thanks Matt!