gpt4 book ai didi

ios - 如何让广播应用程序在我的 iOS 应用程序的后台继续播放?

转载 作者:行者123 更新时间:2023-11-28 22:28:47 31 4
gpt4 key购买 nike

我正在开发一个流式传输广播电台的应用程序。该 View 包含一个按钮,按下后调用 MPMoviePlayerViewController。 (参见屏幕截图 herehere)。

播放按钮的 IBAction 如下所示:

- (IBAction)Play:(id)sender {

NSURL *url = [NSURL URLWithString:@"http://fm.radiokfor.com:8080"];
MPMoviePlayerViewController *playercontroller = [[MPMoviePlayerViewController alloc]initWithContentURL:url];


[self presentViewController:playercontroller animated:NO completion:nil];

playercontroller.moviePlayer.movieSourceType = MPMovieSourceTypeStreaming;

[playercontroller.moviePlayer play];

}

我的问题是:有没有一种方法可以让我在没有 MPMoviePlayerController 位于 View 顶部的情况下播放流并允许我导航到其他选项卡?是否可以只点击按钮在后台播放音频?

最佳答案

您需要使用已批准的 uibackgroundmodes 之一在您应用的 info.plist 下。

关于ios - 如何让广播应用程序在我的 iOS 应用程序的后台继续播放?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18098165/

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