Using esp8266 to detect when my phone is casting to the tv
Posted:
Mon Nov 26, 2018 5:11 pm
by TheoZuffante
So... im new, and very lost but hopefully someone can help. Im trying to set up a system the detects whenever a device casts to the Comcast. I want to use that to trigger an ir sequence to change the input of my receiver. I've looked at other topics with no success. Any Ideas or links that can send me in the right direction?
Re: Using esp8266 to detect when my phone is casting to the
Posted:
Fri Nov 30, 2018 8:23 am
by noodlesuk
Not sure you would be able to intercept the packets with an ESP8266 unless you routed the traffic through it? Some info here on protocols
http://jhshi.me/2016/10/24/chromecast-w ... AE4mmj7RaQMight make more sense to try to monitor the HDMI stream and trigger some IR switching off that? Maybe somthing like this might help.
https://www.pulse-eight.com/p/104/usb-hdmi-cec-adapter
Re: Using esp8266 to detect when my phone is casting to the
Posted:
Sun Dec 02, 2018 10:01 pm
by TheoZuffante
[quote="noodlesuk"]Not sure you would be able to intercept the packets with an ESP8266 unless you routed the traffic through it? Some info here on protocols
Thanks, any idea if it would be possible to detect if any device makes a request to a certain URL without running the traffic through the esp?