我已经实现了 Matt Galagher 的 AudioStreamer 类来从 ShoutCast 流式传输广播电台。问题是当我使用这种方法传递广播电台的 URL 时:
NSURL *streamingURL = [NSURL URLWithString:http://yp.shoutcast.com/sbin/tunein-station.pls?id=1280356];
streamer = [[AudioStreamer alloc] initWithURL:streamingURL];
我得到了 Matt Galagher 的 AudioStreamer 类无法播放的流扩展类型 = .pls,并且出现以下错误:“无法配置网络读取流”
请告诉任何方法流式传输 .pls 文件扩展名或提供任何其他可以解析和流式传输具有 .pls 文件扩展名格式的站的类。