Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cast function only sees one of the two Chromecasts active in area #1292

Closed
hadesgamma opened this issue Jul 9, 2016 · 12 comments
Closed

Cast function only sees one of the two Chromecasts active in area #1292

hadesgamma opened this issue Jul 9, 2016 · 12 comments

Comments

@hadesgamma
Copy link

OS : Windows 10 Home
I have two Chromecasts active on the ground floor of my house, one normal Chromecast plugged into a TV, and a Chromecast audio plugged into the aux input of a stereo system. When both Chromecasts are active, the player only displays one of them. This seems to be random, as yesterday I could only select the Chromecast audio and today I can only select the one connected to the TV. Unplugging the Chromecast connected to the TV allowed me to select the Chromecast Audio.

@MarshallOfSound
Copy link
Owner

Can you please download and run the mdns-test.exe file inside this folder.

https://mega.nz/#!GFVCTawS!hIUyunn8xaZfYCMIIywTyTwYEU5gXyCScp6xHreFBqg

Then copy and paste whatever appears in the application into a comment here 👍

@hadesgamma
Copy link
Author

I'm just getting a blank white screen when I run it.

@MarshallOfSound
Copy link
Owner

MarshallOfSound commented Jul 9, 2016

Hmmm, can you install bonjour real quick. It might be that our JS fallback is a bit buggy.

http://samuelattard.com/files/bonjourcore2.msi

@hadesgamma
Copy link
Author

{
"interfaceIndex": 3,
"type": {
"name": "googlecast",
"protocol": "tcp",
"subtypes": [],
"fullyQualified": true
},
"replyDomain": "local.",
"flags": 3,
"name": "Alec's Chromecast",
"networkInterface": "Ethernet",
"fullname": "Alec's\032Chromecast._googlecast._tcp.local.",
"host": "Alec's\032Chromecast.local.",
"port": 8009,
"txtRecord": {
"id": "05fef22fa8e4cb57f6e639e6dcaafdfc",
"rm": "",
"ve": "05",
"md": "Chromecast Audio",
"ic": "/setup/icon.png",
"fn": "Alec's Chromecast",
"ca": "4100",
"st": "1",
"bs": "FA8FCA90BBFE",
"rs": "Google Play Music"
},
"addresses": [
"10.0.0.13"
]
}

{
"interfaceIndex": 3,
"type": {
"name": "googlecast",
"protocol": "tcp",
"subtypes": [],
"fullyQualified": true
},
"replyDomain": "local.",
"flags": 3,
"name": "Mom's Chromecast",
"networkInterface": "Ethernet",
"fullname": "Mom's\032Chromecast._googlecast._tcp.local.",
"host": "Mom's\032Chromecast.local.",
"port": 8009,
"txtRecord": {
"id": "e60e1528ae306d566560af1cdcb7d5d1",
"rm": "CBBA228AF48D95A0",
"ve": "05",
"md": "Chromecast",
"ic": "/setup/icon.png",
"fn": "Mom's Chromecast",
"ca": "4101",
"st": "0",
"bs": "FA8FCA934798",
"rs": ""
},
"addresses": [
"10.0.0.15"
]
}

{
"interfaceIndex": 4,
"type": {
"name": "googlecast",
"protocol": "tcp",
"subtypes": [],
"fullyQualified": true
},
"replyDomain": "local.",
"flags": 3,
"name": "Alec's Chromecast",
"networkInterface": "Wi-Fi",
"fullname": "Alec's\032Chromecast._googlecast._tcp.local.",
"host": "Alec's\032Chromecast.local.",
"port": 8009,
"txtRecord": {
"id": "05fef22fa8e4cb57f6e639e6dcaafdfc",
"rm": "",
"ve": "05",
"md": "Chromecast Audio",
"ic": "/setup/icon.png",
"fn": "Alec's Chromecast",
"ca": "4100",
"st": "1",
"bs": "FA8FCA90BBFE",
"rs": "Google Play Music"
},
"addresses": [
"10.0.0.13"
]
}

{
"interfaceIndex": 4,
"type": {
"name": "googlecast",
"protocol": "tcp",
"subtypes": [],
"fullyQualified": true
},
"replyDomain": "local.",
"flags": 2,
"name": "Mom's Chromecast",
"networkInterface": "Wi-Fi",
"fullname": "Mom's\032Chromecast._googlecast._tcp.local.",
"host": "Mom's\032Chromecast.local.",
"port": 8009,
"txtRecord": {
"id": "e60e1528ae306d566560af1cdcb7d5d1",
"rm": "CBBA228AF48D95A0",
"ve": "05",
"md": "Chromecast",
"ic": "/setup/icon.png",
"fn": "Mom's Chromecast",
"ca": "4101",
"st": "0",
"bs": "FA8FCA934798",
"rs": ""
},
"addresses": [
"10.0.0.15"
]
}

{
"interfaceIndex": 3,
"type": {
"name": "googlecast",
"protocol": "tcp",
"subtypes": []
},
"replyDomain": ".",
"flags": 3,
"networkInterface": "Ethernet"
}

{
"interfaceIndex": 3,
"type": {
"name": "googlezone",
"protocol": "tcp",
"subtypes": []
},
"replyDomain": ".",
"flags": 3,
"networkInterface": "Ethernet"
}

{
"interfaceIndex": 4,
"type": {
"name": "googlecast",
"protocol": "tcp",
"subtypes": []
},
"replyDomain": ".",
"flags": 3,
"networkInterface": "Wi-Fi"
}

{
"interfaceIndex": 4,
"type": {
"name": "googlezone",
"protocol": "tcp",
"subtypes": []
},
"replyDomain": ".",
"flags": 2,
"networkInterface": "Wi-Fi"
}

@MarshallOfSound
Copy link
Owner

Oooooh, this is actually really interesting. Can you move into gitter for a quick chat?

@MarshallOfSound
Copy link
Owner

/cc @jostrander So cast groups appear to be advertised as googlezone....

@Alipoodle
Copy link
Contributor

{
"interfaceIndex": 10,
"type": {
"name": "GPMDP",
"protocol": "tcp",
"subtypes": []
},
"replyDomain": ".",
"flags": 3,
"networkInterface": "Wi-Fi"
}

@Alipoodle
Copy link
Contributor

This picture will show that it can be seen on my computer.
Image

@MarshallOfSound
Copy link
Owner

@Alipoodle .... That's your mistake... That isn't a cast device. That's a DLNA device......... I can't use Chromecast protocols to stream Google play music to it....

@Alipoodle
Copy link
Contributor

.< Oh. From before you said that i could.

@MarshallOfSound
Copy link
Owner

I also seem to remember asking if Sonos was Google Cast enabled and someone saying "Yes" and they were wrong 😆

@ccicchitelli
Copy link

Hi All, does Sonos currently work with this cast from this app? It's working fine from my Play Music app for Android, but the speaker does not appear as a cast device in the desktop app. Thanks!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants