gpt4 book ai didi

iphone - iOS:在 UIWebView 中从 URL 加载音频时出现问题

转载 作者:行者123 更新时间:2023-11-28 23:16:33 24 4
gpt4 key购买 nike

我正在将 MP3 播客流加载到 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。

最佳答案

如果您使用的是 iOS,则 URL 指向本地主机,并且设备上可能没有 Web 服务器。

关于iphone - iOS:在 UIWebView 中从 URL 加载音频时出现问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6131434/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com