MPMoviePlayerController播放问题

发布于 2024-10-08 19:10:09 字数 294 浏览 3 评论 0原文

我在后台使用 MPMoviePlayerController 播放音频流时遇到问题。在前台,它可以正常播放音频,但是当应用程序转到后台时,声音就会消失,时间也会继续。我已使用 AVAudioSessionCategoryPlayback 初始化了 AVAudioSession ,并将所需的背景模式放入 info.plist 文件中的音频中。我还设置了player.useApplicationAudioSession = YES;。这里可能出现什么问题?提前致谢 :)

I'm having trouble with playing audio stream using MPMoviePlayerController in the background. On the foreground it's playing the audio just fine, but when the application goes to the background, sound disappears and the time keeps going. I have initialized the AVAudioSession with AVAudioSessionCategoryPlayback and have put the required background modes to audio in info.plist file. Also I have set player.useApplicationAudioSession = YES;. What could be the possible problem here? Thanks in advance :)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

挖鼻大婶 2024-10-15 19:10:09

ios 背景 链接指示 useApplicationAudioSession 属性值应为对于 iOS 3.2 及更高版本,设置为 NO。 (我有一个应用程序可以执行此操作,并且它在后台模式下运行良好。

This ios background link indicates that the useApplicationAudioSession property value should be set to NO for iOS 3.2 and newer. (I have an app that does this and it works fine in background mode.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文