如何使用 iFrame API 从 ios 投射 YouTube 视频?
How to cast a youtube video from ios using the iFrame API?
我想通过我的 ios 设备将 YouTube 视频投射到 Chromecast。我首先在 github 上使用 Google 的 CastHelloText-ios 示例应用程序。但是,我很难为这项任务找到正确的文档。
有人知道我该如何开始吗?
编辑:
我已经创建了一些 HTML/javascript 代码来处理 youtube iFrame api 内容。使用 HelloText 发件人应用程序,我将 url 传递到我的 HTML 代码。但是我注意到 youtube 视频开始播放了一会儿,但几秒钟后立即停止了。
有谁知道我该如何开始
?
您可以通过查看 Integrate Cast v3 into your iOS App 开始,因为您使用的是 iOS。
指南建议您尝试:
Cast iOS codelab
tutorial - Learn
step-by-step how to enable an existing iOS video app to use a Google
Cast device to cast videos to a TV.
CastVideos-ios sample
app (GitHub) - Run,
navigate and view this reference sample app which complies with the UX
Guidelines and Design Checklist.
不确定是否有帮助,但您也可以查看 Embed YouTube Videos in iOS Applications with the YouTube Helper Library
我想通过我的 ios 设备将 YouTube 视频投射到 Chromecast。我首先在 github 上使用 Google 的 CastHelloText-ios 示例应用程序。但是,我很难为这项任务找到正确的文档。
有人知道我该如何开始吗?
编辑:
我已经创建了一些 HTML/javascript 代码来处理 youtube iFrame api 内容。使用 HelloText 发件人应用程序,我将 url 传递到我的 HTML 代码。但是我注意到 youtube 视频开始播放了一会儿,但几秒钟后立即停止了。
有谁知道我该如何开始 ?
您可以通过查看 Integrate Cast v3 into your iOS App 开始,因为您使用的是 iOS。
指南建议您尝试:
Cast iOS codelab tutorial - Learn step-by-step how to enable an existing iOS video app to use a Google Cast device to cast videos to a TV.
CastVideos-ios sample app (GitHub) - Run, navigate and view this reference sample app which complies with the UX Guidelines and Design Checklist.
不确定是否有帮助,但您也可以查看 Embed YouTube Videos in iOS Applications with the YouTube Helper Library