cwalton / CastVideos-chrome

Reference Chrome Sender w/ Framework API: CastVideos-chrome application shows how to cast videos from Chrome browser that is fully compliant with the Cast Design Checklist.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CastVideos-chrome (reference Chrome sender app)

This Google Cast demo app shows how to cast videos from a Chrome browser using Cast Chrome Sender SDK. It serves to demonstrate how to write a HTML5/Javascript Cast sender app that is fully compliant with the Design Checklist.

This is a reference sender app to be used as the starting point for your Chrome sender app

List of reference apps and tutorials

Setup Instructions

  1. Get a Google Cast device and get it set up for development: https://developers.google.com/cast/docs/developers#setup_for_development.
  2. [Optional] Register an application on the Developers Console http://cast.google.com/publish. The easiest would be to use the Styled Media Receiver option. You will get an App ID when you finish registering your application. This project uses a published Application ID that can be used to run the app without using your own ID but if you need to do any console debugging, you would need to have your own ID.
  3. Install the latest Chrome browser.
  4. Put all files on your own server.
  5. Use the default media receiver app or change YOUR_APP_ID to your own in CastVideos.js.
  6. Open a browser and point to your page at http://[YOUR_SERVER_LOCATION]/CastVideos-chrome/.

Documentation

References

How to report bugs

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.

About

Reference Chrome Sender w/ Framework API: CastVideos-chrome application shows how to cast videos from Chrome browser that is fully compliant with the Cast Design Checklist.

License:Apache License 2.0


Languages

Language:JavaScript 74.6%Language:CSS 18.8%Language:HTML 6.6%