This Google Cast demo application shows how to send messages from an Chrome desktop browser to a custom receiver using a custom namespace.
- Chrome browser.
- Host index.html from sender folder on your own server and open that page in your Chrome browser
- Insert your App ID in the index.html file of the sender (look for applicationID in that file)
- Upload the index.html file from receiver folder to your hosting server (so chromecast can serve that html).
- Cast APIs: http://developers.google.com/cast
- If you find any issues, please open a bug here on GitHub
Please read and follow the steps in the CONTRIBUTING.md
See LICENSE