oralodabas / google-cast-sdk

Automatically exported from code.google.com/p/google-cast-sdk
0 stars 0 forks source link

Not able to call GCKDeviceScannerListener delegate function #552

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Not able to get chromcast icon on top right corner

What is the expected output? What do you see instead?

Not calling delegate function of GCKDeviceScannerListener. I am getting this 
log:

2015-04-06 17:14:11.248 CastVideos[1598:199380] GoogleCast framework version 
2.6.0.1855
2015-04-06 17:14:20.698 CastVideos[1598:199380] Start Scan
Printing description of self->_deviceScanner:
<0x1740edd00:GCKDeviceScanner> scanning? NO, suspended? NO
2015-04-06 17:14:43.138 CastVideos[1598:199380] -[GCKDeviceScanner 
startNetServiceScan]  startNetServiceScan
2015-04-06 17:14:43.143 CastVideos[1598:199380] -[GCKDeviceScanner startScan]  
reachability start monitoring
Printing description of self->_deviceScanner:
<0x1740edd00:GCKDeviceScanner> scanning? YES, suspended? NO
2015-04-06 17:16:15.434 CastVideos[1598:199380] -[GCKDeviceScanner 
netServiceBrowser:didFindService:moreComing:]  found Chromecast4357,(null)
2015-04-06 17:16:15.435 CastVideos[1598:199380] -[GCKDeviceScanner 
netServiceBrowser:didFindService:moreComing:]  resolving Chromecast4357
2015-04-06 17:16:15.444 CastVideos[1598:199380] -[GCKDeviceScanner 
intervalTimerDidFire:]  intervalTimerDidFire
2015-04-06 17:16:15.444 CastVideos[1598:199380] -[GCKDeviceScanner 
stopNetServiceScan]  stopNetServiceScan
2015-04-06 17:16:15.445 CastVideos[1598:199380] -[GCKDeviceScanner 
startNetServiceScan]  startNetServiceScan
2015-04-06 17:16:15.482 CastVideos[1598:199380] -[GCKDeviceScanner 
netServiceBrowser:didFindService:moreComing:]  found Chromecast4357,(null)
2015-04-06 17:16:15.482 CastVideos[1598:199380] -[GCKDeviceScanner 
netServiceBrowser:didFindService:moreComing:]  resolving Chromecast4357
2015-04-06 17:16:15.549 CastVideos[1598:199380] -[GCKDeviceScanner 
netServiceDidResolveAddress:]  resolved address for 'Chromecast4357'

What version of the product are you using? On what operating system?
I am using 2.6.0.1855, Xcode-8.2

Original issue reported on code.google.com by am...@intelligrape.com on 6 Apr 2015 at 12:15

GoogleCodeExporter commented 9 years ago
Your log shows that it discovered a Chromecast device. How are you implementing 
the delegate function?

Original comment by jonathan...@google.com on 8 Apr 2015 at 12:01

GoogleCodeExporter commented 9 years ago
Please provide the requested information. Also note that there is currently a 
bug regarding the 2.6.0 SDK.

Original comment by jonathan...@google.com on 14 Apr 2015 at 9:40

GoogleCodeExporter commented 9 years ago
Closing this ticket due to a lack of response. If you can provide more 
information, we can consider reopening the ticket.

Original comment by jonathan...@google.com on 22 Apr 2015 at 10:06

GoogleCodeExporter commented 9 years ago
Its working fine. Previously we added the iPhone device in the account but 
after more analysis we found we need to add chrome cast in the device list. 
Then we are able to syncup. Please mention in the document that we need to add 
chromecast in the device list.

Original comment by am...@intelligrape.com on 23 Apr 2015 at 4:15