Difference between revisions of "Android TV Leanback Frontend"
From MythTV Official Wiki
(→Disadvantages) |
(Add link to documentation in github) |
||
Line 18: | Line 18: | ||
* There is currently no support for Live TV | * There is currently no support for Live TV | ||
* The dependence on hardware decoding can be a disadvantage if the android device does not have the required codec | * The dependence on hardware decoding can be a disadvantage if the android device does not have the required codec | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Technology == | == Technology == | ||
This application is based on the sample application provided at https://github.com/android/tv-samples . It uses exoplayer from https://github.com/google/ExoPlayer , which has a full featured library for playing video on android devices. | This application is based on the sample application provided at https://github.com/android/tv-samples . It uses exoplayer from https://github.com/google/ExoPlayer , which has a full featured library for playing video on android devices. | ||
+ | |||
+ | == Documentation == | ||
+ | See https://github.com/bennettpeter/android-MythTV-Leanfront/blob/master/README.md |
Revision as of 22:53, 16 November 2019
Overview
This is an experimental lightweight MythTV frontend that is built for the Android TV "Leanback" interface. It does not have the full functionality of mythfrontend. I call it leanfront.
The Android Leanback user interface is used by many video streaming services, such as Amazon Prime Video. leanfront will be consistent in look and feel with other android TV applications.
Advantages over mythfrontend
- It is able to play 4K video at 60 fps with true 4K resolution.
- It is able to play 1080p video smoothly on low end devices.
- It uses hardware decoding exclusively for all video and audio output.
- It supports Voice search using the built in microphone.
- It works entirely off the service API, so it does not need database access.
- The version is not tied to the MythTV version.
Disadvantages
- There is no facility for setting up recordings.
- There are no plugins for Music, Photos, etc.
- There is currently no support for Live TV
- The dependence on hardware decoding can be a disadvantage if the android device does not have the required codec
Technology
This application is based on the sample application provided at https://github.com/android/tv-samples . It uses exoplayer from https://github.com/google/ExoPlayer , which has a full featured library for playing video on android devices.
Documentation
See https://github.com/bennettpeter/android-MythTV-Leanfront/blob/master/README.md