ConnectSDK-CompanionLibrary-Android forked from CastCompanionLibrary-android, is a library project to enable developers to integrate LG's ConnectSDK casting capabilities into their applications faster and easier.
This project is basically a huge refactoring of the original CastCompanionLibrary-android project. The idea is to remove any hard dependencies over google-cast framework to replace it with ConnectSDK abstraction layer. This would easy the android integration and development of casting capabilities to any compatible ConnectSDK devices.
- google-play-services_lib library from the Android SDK (at least version 8.1+)
- android-support-v7-appcompat (version 22 or above)
- android-support-v7-mediarouter (version 22 or above)
- connect-sdk-android-lite (version 1.4 or above)
See the "CastCompanionLibrary.pdf" inside the project for a more extensive documentation.
- 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
any help is gladly appreciated
See LICENSE
Google Cast Developers Community on Google+ http://goo.gl/TPLDxj
1.0.6
- based on version 2.5.2 of CastCompanionLibrary-android.
- the refactoring to make this project works with ConnectSDK introduces a restructured and updated code base that has backward-incompatible changes with the original project some functionality are not yet supported (abstracted) by ConnectSDK (like QueueItem in a playList, and changing audio/subtitle track)