Created
August 10, 2015 09:22
-
-
Save jarekdziedzic/44abb2faa4c02e484811 to your computer and use it in GitHub Desktop.
chromecast
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://github.com/thibauts/node-castv2 <- cast v2 implementation in nodejs. Client OK, server fails on authentication | |
https://github.com/thibauts/node-castv2/issues/2 <- problem description of receiver authentication | |
https://chromium.googlesource.com/chromium/chromium/+/8a6c33a47fa2986cfce9895829246f366804883e/chrome/browser/extensions/api/cast_channel/cast_auth_util.h | |
<- Google cast plugin to chromium, probably part of what we're supposed to get from google | |
https://chromium.googlesource.com/chromium/chromium/+/8a6c33a47fa2986cfce9895829246f366804883e/chrome/browser/extensions/api/cast_channel/cast_auth_util_nss.cc | |
<- authentication of receivers in cast plugin to chromium. Reason why we need google blessing to have any form of receiver | |
https://github.com/dz0ny/leapcast | |
https://github.com/EiNSTeiN-/chromecast-widevine-tools - CA API | |
http://forum.xda-developers.com/hardware-hacking/chromecast/app-cast-receiver-app-android-t2900726/page40 | |
<- some receiver app for android. Not sure how/if works | |
https://tools.ietf.org/html/rfc6762 <- mDNS RFC | |
https://github.com/jloutsenhizer/CR-Cast/wiki/Chromecast-Implementation-Documentation-WIP <- chromecast v1 reverse engineer | |
https://developers.google.com/cast/ <- google docs for cast devs | |
https://github.com/googlecast <- samples for cast SDKs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment