iPhone:如何在特定视图(而不是全屏)下播放 YouTube 视频

发布于 2025-01-06 23:13:35 字数 406 浏览 0 评论 0原文

我发现了很多关于在 MPMoviePlayerController 中播放 mp4(可以在屏幕中的较小视图中)或在 YTMoviePlayer 中播放 YouTube 视频(全屏)的帖子。我想知道是否有办法在特定视图中播放 YouTube 视频?喜欢苹果 MPMoviePlayerController 的示例代码吗?

https://developer.apple.com/library/ios/ #samplecode/MoviePlayer_iPhone/Introduction/Intro.html

谢谢

I found a lots posts about playing mp4 in MPMoviePlayerController (can be in a smaller view in screen) or play youtube video in YTMoviePlayer (fullscreen). I'd like to know if there are someways to play a YouTube video in a certain view? Like apple's example code for MPMoviePlayerController?

https://developer.apple.com/library/ios/#samplecode/MoviePlayer_iPhone/Introduction/Intro.html

Thanks you

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

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

发布评论

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

评论(2

故笙诉离歌 2025-01-13 23:13:35

你应该尝试这个。 LBYoutubeView。这允许您在特定视图帧中播放视频。

You should try this. LBYoutubeView. This allows you to play a video in specific view frame.

木緿 2025-01-13 23:13:35

如果您使用的是 iPhone,则除了全屏之外无法使用 MPMoviePlayerController。对于 iPad,情况就不同了,您可以将播放器嵌入到另一个视图中。

If you're using an iPhone, there's no way of using the MPMoviePlayerController other than fullscreen. With the iPad, it's a different story, you can embed the player in another view.

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