I have implemented Matt Galagher's AudioStreamer class to stream radio stations from ShoutCast. The problem is that when I pass the radio station's URL using this method:
NSURL *streamingURL = [NSURL URLWithString:http://yp.shoutcast.com/sbin/tunein-station.pls?id=1280356];
streamer = [[AudioStreamer alloc] initWithURL:streamingURL];
I get the streaming extension type = .pls which Matt Galagher's AudioStreamer Class fails to play and I get the following error: "Unable to configure network read stream"
Please tell any method to stream .pls file extension or provide any other class which could parse and stream the stations with .pls file extension format.