commit | c3b0d984e33550f460cbc7c5c9c91cf8398b4d4a | [log] [tgz] |
---|---|---|
author | Shraddha Basantwani <shraddha.basantwani@ittiam.com> | Tue Feb 18 16:00:38 2020 +0530 |
committer | Shraddha Basantwani <shraddha.basantwani@ittiam.com> | Wed Feb 19 18:17:43 2020 +0530 |
tree | 6df822cd3ae76c839f4d3b875f34dbf9013023e1 | |
parent | 4b3df678c7c65d21ba6ad529b7d2d64eed05b6da [diff] |
Refactor buffer classes to use Exoplayer V2 classes Test: m LiveTv Bug: 140282849 Change-Id: I333ba1c408aaa7fd6d45bb32884e0792765f3690
Live TV is the Open Source reference application for watching TV on Android TVs.
Live TV is a system app for Android TV. It should be compiled with Android TV platform.
How to build:
NOTE: This is a reference application and should not be used with further hardening.
To install LiveTv
echo "Compiling" m -j LiveTv echo "Installing" adb install -r ${OUT}/system/priv-app/LiveTv/LiveTv.apk
If it is your first time installing LiveTv you will need to do
adb root adb remount adb push ${OUT}/system/priv-app/LiveTv/LiveTv.apk /system/priv-app/LiveTv/LiveTv.apk adb reboot