This Google Cast demo application shows how to send messages from an Chrome desktop browser to a receiver using a custom namespace.
- Chrome browser.
- Google Cast Extension: https://chrome.google.com/webstore/detail/google-cast/boadgeojelhgndaghljhdicfkmllpafd
- Get a Chromecast device
- Register an application on the Developers Console (http://cast.google.com/publish). Select the Custom Receiver option and specify the URL to where you are hosting the receiver.html file (You can use Google Drive to host your files: https://googledrive.com/host/0B716ywBKT84AMXBENXlnYmJISlE/GoogleDriveHosting.html). You will get an App ID when you finish registering your application.
- Setup the project dependencies
- Insert your App ID in the chromehellotext.html file of the project (look for applicationID in that file)
- Upload the chromehellotext.html file to your hosting server and load the URL for that file in your Chrome browser.
- Cast APIs: http://developers.google.com/cast/docs
- Design Checklist (http://developers.google.com/cast/docs/design_checklist)
- If you find any issues, please open a bug here on GitHub
Please read and follow the steps in the CONTRIBUTING.md
See LICENSE