ii / iigadget

linux gadget supporting iiflashing, hid, net, and disk
GNU General Public License v2.0
0 stars 0 forks source link

Support becoming a ChromeCast server #7

Open hh opened 8 years ago

hh commented 8 years ago

There's been a few approaches:

https://github.com/lanceseidman/PiCAST/branches

https://github.com/dz0ny/leapcast/issues/130

But this comment gives me a bit of hope:

https://github.com/thibauts/node-castv2/issues/2#issuecomment-142708586

Also there was no magic, there has been only drm.json file in the apk full of pregenerated daily Chromecast V2 protocol keys (for one month period). I think author of YouMap Receiver just pregenerated them on rooted Chromecast. Maybe this can be solution for opensource implementation - someone with rooted Chromecast can pregenerate daily keys for a long period (something like many many years) and publish them anonymously on net

I have a broken (the hdmi cable portion broke) but it still boots when I plug it in via usb. Maybe I could follow http://cord-cutters.wonderhowto.com/how-to/root-your-chromecast-0157253/ and get the rooted Chromecast up and see if we could pregenerate a heap of keys for later use.