Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jloutsenhizer/CR-Cast
Chromecast Emulator for Google Chrome
https://github.com/jloutsenhizer/CR-Cast
Last synced: 9 days ago
JSON representation
Chromecast Emulator for Google Chrome
- Host: GitHub
- URL: https://github.com/jloutsenhizer/CR-Cast
- Owner: jloutsenhizer
- License: mit
- Created: 2013-11-01T04:21:52.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-22T16:53:43.000Z (about 10 years ago)
- Last Synced: 2024-08-02T14:10:08.773Z (3 months ago)
- Language: JavaScript
- Size: 617 KB
- Stars: 249
- Watchers: 50
- Forks: 37
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
CR-Cast
=======Chromecast Emulator for Google Chrome
**IMPORTANT:** CR Cast does **not** work on the current version of the Google Cast SDK. That means it won't work for casting modern chromecast apps and it won't work for developing new ones. Some small progress has been made in supporting the new API but no luck yet in implementing "casts://" protocol running on port 8009. The traffic through this appears to be encrypted.
There appears to be an implementation in node, which could be helpful for someone with the time to update CR-Cast based on that: https://github.com/thibauts/node-castv2
An Implementation of a cast client can be found in chromium:
http://src.chromium.org/viewvc/chrome/trunk/src/extensions/browser/api/cast_channel/Documentation of the Chromecast Implementation can be found [here](https://github.com/jloutsenhizer/CR-Cast/wiki/Chromecast-Implementation-Documentation-WIP)