0

我已经在课堂上实现了画中画AVPictureInPictureController。只要应用程序处于焦点,它就可以工作。从应用程序被推到后台的那一刻起,画中画就会淡出并消失。视频的音频继续在后台播放。

该应用程序通过启用正确的后台模式和配置音频会话遵循 Apple 的指导方针。应用程序进入后台的那一刻,协议的delegatepictureInPictureControllerWillStopPictureInPicture(_:)pictureInPictureControllerDidStopPictureInPicture(_:)delegate方法AVPictureInPictureControllerDelegate被调用,表示画中画即将停止。

没有指向问题根源的日志。非常感谢任何帮助或指示。

4

1 回答 1

0

It appears the issue was caused by the Brightcove SDK. You can find more information on the Brightcove website.

于 2018-04-19T04:19:07.457 回答