LiveStream:NSURL无法正常工作

时间:2015-06-03 06:17:06

标签: ios objective-c iphone

我正在尝试测试一个实时流媒体应用程序,但没有任何工作。我尝试使用人们在youTube上使用的链接,但仍然没有。这是我的代码。

-(IBAction)LiveStream:(id)sender {
    NSString *stream = @"http://www.surfmusic.de/radio-station/techno4ever-dsl,8457.html";
    NSURL *url = [NSURL URLWithString:stream];
    NSURLRequest *request = [NSURLRequest requestWithURL:url];
    [music loadRequest:request];
}

这是一个活跃的电台,现在正在听它。但是当它在模拟器上加载时,它只是说错误'旁边播放按钮。

我做错了什么或链接应该是特别的?

0 个答案:

没有答案