r00t4rd3d
Regular Contributor
Does anyone else have a Chromecast? Just sitting idle it uses a ton of data, I monitored it today and it used 23mb in a hour while doing nothing but displaying the background/screensaver image. I believe those images are whats causing the data use, when it goes to cycle to a new image it downloads one from Google's server.
Now onto the fun stuff, stopping it! The first thing that was tried was stopping the Chromecast from connecting to anything outside the lan but this breaks the functionality of the device cause it apparently phones home to Google and if it cant reach Google it goes into setup mode.
So my goal is to determine exactly where the images are coming from and to block them, redirect to local, dnsmasq, etc but I am not sure the best path to take.
Anyone up for some brainstorming?
Now onto the fun stuff, stopping it! The first thing that was tried was stopping the Chromecast from connecting to anything outside the lan but this breaks the functionality of the device cause it apparently phones home to Google and if it cant reach Google it goes into setup mode.
The wallpapers reside on a CDN network and as soon as one IP is blocked, it queries for the address of another. If you stop the query itself, chromecast becomes non-functional.
So my goal is to determine exactly where the images are coming from and to block them, redirect to local, dnsmasq, etc but I am not sure the best path to take.
Anyone up for some brainstorming?