Closed GoogleCodeExporter closed 8 years ago
It seems unlikely to be an issue with Cast SDK since the Chromecast set up app
discovers the device. Please make sure your set up is correct and contact Cisco
support for any environment specific issues that could cause this behavior.
Moreover, the doc you've linked suggest that after initial discovery - "The
subsequent connections are TCP based unicast packets, which are explained in
detail at: http://www.dial-multiscreen.org/dial-protocol-specification" (at
very bottom) which could be a good place to look.
Closing for now. Yet, feel free to respond to this ticket with specific repro
steps including Chromecast device version/firmware info and receiver logs, if
after troubleshooting the WiFi environment this seems like an issue with Cast
SDK.
Original comment by na...@google.com
on 22 Dec 2015 at 9:43
Hi, geting hold of an IOS device and making some more tests and debugging on my
own I would like to make some corrections of my previous statements.
It it stil true that there is only problems with casting from Apple IOS apps.
Even Youtube app is affected, only chromecast app discovers the chromecast
units.(mdns queries looks normal from that app)
It does work in this network setup if sender and receiver is in same network
segment, but not in different segments(ie when relying on the mdns
functionality).
This makes me wonder if the implementation of the (mdns) discovery is different
in the Chromecast app and the SDK. Thinking it might be something wrong with
the mdns discovery whould explain why it stil works in the same networksegment
since you then can fall back to the older DIAL discovery mechanism(if I'm not
misstaken). Doing some mdns debugging in my WLC (Wireless LAN Controller) shows
indeed what I think looks like a problem.
--
*Bonjour_Msg_Task: Jan 13 09:06:37.558: [PA] 34:ab:37:09:XX:YY Parsing 4
bonjour Questions
Bonjour_Msg_Task: Jan 13 09:06:37.558: [PA] 34:ab:37:09:XX:YY Query Service
Name: Polarfront.local., RR-Type: INVALID RR TYPE !! , Class: 8001
*Bonjour_Msg_Task: Jan 13 09:06:37.558: [PA] processBonjourPacket : 1175
CLIENT MAC = 34:AB:37:09:XX:YY UNSUPPORTED QUERY Service Name:
ChromecastX.local. , Type: 1C, Class: 8001
*Bonjour_Msg_Task: Jan 13 09:06:37.558: [PA] 34:ab:37:09:47:ad UNSUPPORTED
Query Service Name: ChromecastX.local., Type: 1C, Class: 8001
---
Expected questions would look like:
---
Bonjour_Msg_Task: Jan 13 09:15:24.948: [PA] 5c:e0:c5:26:XX:YY Parsing 1 bonjour
Questions
*Bonjour_Msg_Task: Jan 13 09:15:24.948: [PA] 5c:e0:c5:26:XX:YY Query Service
Name: _googlecast._tcp.local., RR-Type: TYPE_DOMAIN_NAME_PTR , Class: 1
*Bonjour_Msg_Task: Jan 13 09:15:24.948: [PA] processBonjourPacket : 1016
qNameStr : _googlecast._tcp.local., bonjServiceNameStr :
_googlecast._tcp.local., bonjSpNameStr : _googlecast._tcp.local.
---
I have got further debug data(that is more extensive than I would like to
anonymize) that I would rather not disclose in public.
Best regards
Original comment by matt...@nonetwork.se
on 13 Jan 2016 at 10:04
Original issue reported on code.google.com by
matt...@nonetwork.se
on 18 Dec 2015 at 10:35