正在扫描Google Cast设备

时间:2014-06-01 11:46:03

标签: ios chromecast google-cast

我没有Chromecast,因此我尝试将这些应用用作Google演员设备(接收器):

  1. https://github.com/dz0ny/leapcast
  2. https://itunes.apple.com/sk/app/rplay/id692511073?mt=8
  3. https://chrome.google.com/webstore/detail/cr-cast/acmfmindblghbicdipoakcolegkcddbk
  4. 所有这些应用程序在iOS YouTube应用程序中运行良好(至少被发现)。

    当我试图找到这些"设备" (接收者)在我的应用程序中

    self.deviceScanner = [GCKDeviceScanner new];
    [self.deviceScanner addListener:self];
    [self.deviceScanner startScan];
    

    找不到任何设备。没有使用GCKDeviceFilter,我只想查看网络上的所有演员设备。我使用GoogleCastFramework-2.2.1-Release

1 个答案:

答案 0 :(得分:0)

这些应用程序都不会被发现,也不会与官方Cast SDK一起使用,因为它们是伪造的(即非官方的)设备。官方Cast SDK检查以确保Cast设备是真正的设备。