AndroidCast is an Android app built using Kotlin and Jetpack Compose that allows you to easily cast online videos to your cast device.
The following devices and platforms are currently supported:
- Samsung TVs (Smart View SDK)
- Chromecast (Google Cast SDK)
Video URL used in testing:
https://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4
Contributions are welcome! If you find a bug or have a feature request, please open an issue.
If you would like to contribute code, please follow these steps:
- Fork the repository
- Create a new branch for your feature or bug fix:
git checkout -b my-feature
- Make your changes and commit them:
git commit -am 'Add new feature'
- Push your changes to your fork:
git push origin my-feature
- Create a new pull request
This project is licensed under the MIT License - see the LICENSE file for details.