【发布时间】:2017-02-13 19:29:04
【问题描述】:
我目前正在使用 React Native 开发一个 iOS 应用程序。我可以连接到我的 Chromecast 设备并流式传输内容,但我需要的是与 Chromecast 流式传输(Youtube、Netflix、Hulu 等)进行交互,并播放/暂停它。
有人做到了吗?
提前谢谢你。
编辑:我正在使用这个包连接到我的 Chromecast:https://github.com/charliesbox/react-native-google-cast
【问题讨论】:
-
您如何连接到您的 Chromecast?您使用的是外部包吗?
-
@David 我正在使用github.com/charliesbox/react-native-google-cast。我会更新问题。
-
你不能使用文档中的
Chromecast.togglePauseCast()吗?
标签: ios react-native streaming chromecast