mafintosh / chromecasts

Query your local network for Chromecasts and have them play media
MIT License
1.45k stars 68 forks source link

Remove manufacturer check #36

Open chickdan opened 6 years ago

chickdan commented 6 years ago

Many devices now come with Chromecast built in but the check for Google Inc. prevents those devices from being used. For example Vizio Smartcast televisions.

Ivshti commented 6 years ago

I think as long as we query mdns for _googlecast._tcp.local, this should be fine

@mafintosh thoughts?