I want to play an audio HTTP live stream in the background but how can I do this?
I tried to add value (an array) "UIBackgroundModes" to the value "audio" with "audio". Now I try to play audio with MPMoviePlayerController but when the app goes in the background, audio playback stops! I do not know about any API to run an HTTP live stream on the iPhone. So is there something else or is I doing something wrong? I searched all apple documents but could not find anything useful. There is not much about background audio in Docs :-(
For details of changes see IOS4 And the functionality you want to apply.
This works in one of my apps.
Comments
Post a Comment