简体   繁体   English

流音频iPhone / iPad应用程序Xcode

[英]Streaming audio iPhone/iPad app xcode

Is there a way to make the audio stream in the background instead of using the whole page? 有没有一种方法可以在后台播放音频流,而不是使用整个页面?

This is what I currently have: 这是我目前拥有的:

NSURL *url = [NSURL URLWithString:@"http://s6.voscast.com:8550/listen.pls"];
    NSURLRequest *req = [NSURLRequest requestWithURL:url];
    [player loadRequest:req];

我刚决定使用PhoneGap

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM