iOS 应用程序是否可以在纸板模式下直接播放 youtube 视频?

Is it possible for iOS application to directly play youtube video in cardboard mode?

我已经搜索了很多,但仍然没有找到答案。

我正在使用 youtube-ios-player-helper https://github.com/youtube/youtube-ios-player-helper 在我的应用程序中观看 youtube 视频。

是否可以在cardboard模式下自动播放视频?如果是,我该怎么做?

提前致谢。

你必须使用嵌入 link

NSString *videoURL = @"http://www.youtube.com/embed/..(Your youtube video link)";