CastVideos-android application shows how to cast videos from an android device in a way that is fully compliant with the Design Checklist.
- cast-companion-android : can be downloaded here at https://github.com/googlecast/CastCompanionLibrary-android
- Get a Chromecast device and set it up
- Register an application on the Developers Console (http://cast.google.com/publish). The easiest would be to use the Styled Media Receiver option there. You will get an App ID when you finish registering your application.
- Setup the project dependencies
- Insert your App ID in the strings.xml in the res directory of the project (look for
YOUR_APP_ID
in that file) - Compile and deploy to your Android device.
- Cast Developer Documentation
- Design Checklist
- If you find any issues with this library, please open a bug here on GitHub
- Question are answered on StackOverflow
Please read and follow the steps in the CONTRIBUTING.md
See LICENSE