Skip to content

theseyi/Cast-Player-Sample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cast-Player-Sample

This sample shows how to develop a fully UX compliant receiver.

Setup Instructions

  • Get a Chromecast device
  • Upload the receiver.html to a website that can be accessed from your Chromecast. Later, when you publish your application, you will need to host so that it is accessible using HTTPS.
  • Register an application on the Developers Console (http://cast.google.com/publish). Enter the URL for your receiver application. There is a button marked publish, if you set that, then your receiver can be accessed by all devices, but it requires that you be serving using https. Not publishing your app, lets you restrict the receiver to devices that you specify and allows you to host on most development servers.
  • If you haven't already done so, please register the serial # of your Chromecast device in the developer console as well.
  • Using the Chromecast setup application, make sure [x] send your serial number to Google is checked. This is the only way that you can access your unpublished receiver. While your in the Setup application, make a note of the IP address of your Chromecast. It will be helpful later if you wish to use the Chrome Remote Debugger.
  • 15 minutes after you have updated the developers console, you should reboot your Chromecast, so that it picks up the changes.
  • Enter the App ID of your receiver application into your sender application or one of our sample sender applications, such as DemoCastPlayer.
  • You should now be able to launch your receiver using a sender.
  • If you wish to watch whats going on, using a Chrome browser, connect to <IP of your Chromecast>:9222 and debug your receiver. A good place to start is looking at the console log.

References and How to report bugs

How to make contributions?

Please read and follow the steps in the CONTRIBUTING.md

License

See LICENSE

Google+

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

About

This UX compliant media player shows a production ready Receiver / Player.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published