trying to discover chromecasts. No results?
- Dominant language
- Go
- Stars
- 1.4k
- Forks
- 225
- Avg merge
- 15h 34m
- Merged PRs (30d)
- 3
Description
Im having trouble using mdns to discover my chromecasts.
First i thought the issue was related to \032 (asci space). But when i renamed chromecast without spaces i still get nothing.
Have anyone else had issues with chromecasts?
This is an output from dig.
```
dig @224.0.0.251 -p 5353 -t PTR _googlecast._tcp.local.
; <<>> DiG 9.9.2-P2 <<>> @224.0.0.251 -p 5353 -t PTR _googlecast._tcp.local.
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 17559
;; flags: qr aa; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 3
;; QUESTION SECTION:
;_googlecast._tcp.local. IN PTR
;; ANSWER SECTION:
_googlecast._tcp.local. 10 IN PTR Chromecast\032Cumulus._googlecast._tcp.local.
;; ADDITIONAL SECTION:
Chromecast\032Cumulus._googlecast._tcp.local. 10 IN SRV 0 0 8009 Chromecast\032Cumulus.local.
Chromecast\032Cumulus._googlecast._tcp.local. 10 IN TXT "id=9472d23123344568ad3c5660f5bd" "ve=02" "md=Chromecast" "ic=/setup/icon.png" "fn=Chromecast Cumulus" "ca=5" "st=0"
Chromecast\032Cumulus.local. 10 IN A 192.168.5.110
```
Contributor guide
Assessment
This issue has not been assessed yet.