bdnugget / castrax

This Google Cast demo application shows how to send messages from an Chrome desktop browser to a receiver using a custom namespace.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HelloText-Chrome

This Google Cast demo application shows how to send messages from an Chrome desktop browser to a receiver using a custom namespace.

Dependencies

  • Chrome browser.

Setup Instructions

  • Just check out the code from GitHub, host chromehellotext.html on your own server and open that page in your Chrome browser
  • If you don't want to use the sample App ID, you need to do the following steps
  • Get a Chromecast device and get it set up for development: https://developers.google.com/cast/docs/developers#Get_started
  • 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 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.

References and How to report bugs

How to make contributions?

Please read and follow the steps in the CONTRIBUTING.md

License

See LICENSE

Terms

Your use of this sample is subject to, and by using or downloading the sample files you agree to comply with, the Google APIs Terms of Service and the Google Cast SDK Additional Developer Terms of Service.

Google+

Google Cast Developers Community on Google+ http://goo.gl/TPLDxj

About

This Google Cast demo application shows how to send messages from an Chrome desktop browser to a receiver using a custom namespace.

License:Apache License 2.0


Languages

Language:JavaScript 99.8%Language:HTML 0.2%