0
加載音頻我加載的MP3播客流成一個UIWebView如下:的iOS:問題從URL中的UIWebView
- (void)viewDidLoad
{
[super viewDidLoad];
NSMutableURLRequest *request = [[NSMutableURLRequest alloc] initWithURL: [NSURL URLWithString:@"http://localhost/podcasts/downloader/download.mp3?af=a&f=10109"]];
[webView loadRequest:request];
}
流出現加載,然後UIAlert出現說:
An error occurred while exchanging data. "Plug-in handled load"
在QuickTime中正確加載流並播放後立即生效。爲什麼會出現此警報?
我不想使用AVAudioPlayer播放流,而是使用QuickTime。
AVAudioPlayer _is_ QuickTime。 – 2011-05-25 22:01:19