3

I have asked this question in Apple Developer forum earlier today but there is no response. But anyway, I would like to ask again in here.

I am making an audio live streaming app. The problem I faced with is that the audio streaming cannot be resumed to play when it is paused due to buffer empty in background mode.

I am using Reachability to check network reachability, and AVPlayer for audio streaming. In debug mode, when the app passed some breakpoints, the execution becomes frozen. When the network state changes, Reachability does not have any responds.

Is there any way to solve this issue?

Thanks.

Kevin Ho
  • 33
  • 3
  • I am also make an App of live audio streaming.bot I am use MPMovieViewController for play audio and its work perfect for me for streaming live audio nd it also play after resume... – Vishal Dec 27 '12 at 08:22

1 Answers1

0

Check mattgallagher/AudioStreamer link as its best library for audio streaming

Refer background handling of audio streamer link.

Community
  • 1
  • 1
Paresh Navadiya
  • 38,095
  • 11
  • 81
  • 132