CastV2inPHP
CastV2inPHP copied to clipboard
Doesn't work with Google Home
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).