Z. Liu

Results 4 comments of Z. Liu

a walkaround I used diff --git a/Classes/AudioStreamer.m b/Classes/AudioStreamer.m index 6804833..fce0877 100644 --- a/Classes/AudioStreamer.m +++ b/Classes/AudioStreamer.m @@ -45,6 +45,8 @@ NSString * const AS_NETWORK_CONNECTION_FAILED_STRING = @"Network connection failed"; NSString * const...

and obviously using this method you should only keep one active AudioStreamer instance

it comes out of the box (there's an background-enabled iPhone example in this fork: http://github.com/jfricker/AudioStreamer), just add "audio" key in Info.plist, also you have to have the playback started at...