I have no Chromecast so I'm trying to use these apps as Google cast devices (receivers):
All of these apps worked fine (at least was found) with iOS YouTube application.
When I'm trying to find these "devices" (receivers) in my app with
self.deviceScanner = [GCKDeviceScanner new];
[self.deviceScanner addListener:self];
[self.deviceScanner startScan];
none device is found. No GCKDeviceFilter
is used, I just want to see all cast devices on network. I'm using GoogleCastFramework-2.2.1-Release
.
None of these app will be discovered, nor will work with the official Cast SDK since these are fake (i.e. unofficial) devices. The official Cast SDK checks to make sure the Cast device is a genuine one.