yocontra / nodecast

Node interface to DIAL/RAMP/ChromeCast
MIT License
162 stars 23 forks source link

Figure out how to launch the netflix app #4

Open tmpvar opened 11 years ago

tmpvar commented 11 years ago

It will launch if you start the Netflix app, but we need to figure out what params are being sent.

wireshark will probably help!

yocontra commented 11 years ago

From what I've read the Netflix app uses a custom encrypted protocol over WebSockets. So far I don't think anyone has managed to break it but people are working on it. Keys are probably somewhere on the device if you can reverse the native libraries netflix provided using IDA or similar

tmpvar commented 11 years ago

yikes, that sucks. so the decoding still happens on a computer and is piped over the network? that seems silly.

yocontra commented 11 years ago

I don't think so - if they included proprietary native binaries on the ChromeCast (like they do with the android device) then the decoding is probably happening there