我想通过我的 ios 设备将 youtube 视频转换到 chromecast。我首先在 github 上使用 Google 的 CastHelloText-ios 示例应用程序。但是,我很难找到适合这项任务的文档。
有人知道我该如何开始吗?
编辑:
我创建了一些 HTML/javascript 代码来处理 youtube iFrame api 的东西。使用 HelloText 发件人应用程序,我将一个 url 传递给我的 HTML 代码。但是我注意到 youtube 视频开始播放一段时间,但几秒钟后立即停止。
Best Answer-推荐答案 strong>
有谁知道我该如何开始
?
您可以通过查看 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 - 如何使用 iFrame API 从 ios 转换 youtube 视频?,我们在Stack Overflow上找到一个类似的问题:
https://stackoverflow.com/questions/40880636/
|