ChrisRidings / CastV2inPHP

Chromecast CastV2 implementation in PHP - control Chromecasts
41 stars 12 forks source link

Doesn't work with Google Home #2

Open tucson-tom opened 6 years ago

tucson-tom commented 6 years ago

Tracing into the problem with the DMP, it looks like the library never gets past Chromecast->launch(). The LAUNCH message is sent but the response does not include a transportId. This causes the function to wait for another message which never arrives.

Also, the mDNS library does not find any devices (including any Chromecasts on the same subnet).