Search code examples
iphoneipadxcode4

Streaming audio iPhone/iPad app xcode


Is there a way to make the audio stream in the background instead of using the whole page?

This is what I currently have:

NSURL *url = [NSURL URLWithString:@"http://s6.voscast.com:8550/listen.pls"];
    NSURLRequest *req = [NSURLRequest requestWithURL:url];
    [player loadRequest:req];

Solution

  • I just decided to use PhoneGap