【发布时间】:2014-07-21 16:22:56
【问题描述】:
我没有 Chromecast,因此我尝试将这些应用用作 Google cast 设备(接收器):
- https://github.com/dz0ny/leapcast
- https://itunes.apple.com/sk/app/rplay/id692511073?mt=8
- https://chrome.google.com/webstore/detail/cr-cast/acmfmindblghbicdipoakcolegkcddbk
所有这些应用都可以在 iOS YouTube 应用中正常运行(至少被发现)。
当我试图在我的应用中找到这些“设备”(接收器)时
self.deviceScanner = [GCKDeviceScanner new];
[self.deviceScanner addListener:self];
[self.deviceScanner startScan];
未找到任何设备。没有使用GCKDeviceFilter,我只想查看网络上的所有投射设备。我正在使用GoogleCastFramework-2.2.1-Release。
【问题讨论】:
标签: ios chromecast google-cast