===============================
This Google Cast demo app shows how to cast a video playlist from a Chrome browser using Cast Chrome Sender SDK. The app uses custom data and a custom namespace channel to add videos to a playlist. The receiver will keep playing videos from the playlist.
- Get a Chromecast device
- Install appropriate Chrome browser
- Install appropriate Chrome Cast extension
See the developer guide and release notes at https://developers.google.com/cast/ for more details.
- Put all the files on your own server
- Change YOUR_APP_ID to your own in playlist_sender.js
- Open a browser and point to your page at http://[YOUR_SERVER_LOCATION]/player_playlist_sender.html
- Click on the "Launch app" button to select a Cast device
- Click on the "Load media" button to load the first item (Big Buck Bunny) + a playlist with 2 items
- Click on the "Play" button to start the first video
- Click on the "Add media to playlist" to add the currently selected media item to the playlist (at the bottom)
##Documentation
- Cast APIs: http://developers.google.com/cast/docs/reference/chrome
- Design Checklist (http://developers.google.com/cast/docs/design_checklist)
- If you find any issues, please open a bug here on GitHub
How to make contributions? Please read and follow the steps in the CONTRIBUTING.md
License See LICENSE.md