This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
playground:playground [2021/07/19 18:09] wai |
playground:playground [2021/07/21 09:01] (current) jason |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Android DVB Tuner Framework ====== | ====== Android DVB Tuner Framework ====== | ||
+ | |||
+ | ===== Important ===== | ||
+ | This information in this page relates to the first release of the DTVkit TunerHAL implementation. This is an alpha release and has primarily been tested using the Android emulator. The Android emulator has certain restrictions in that only H264 video is currently supported and audio is not supported for broadcast media formats. The release has been made available for members that want to experiment with the code at an early stage. The release makes use of a modified version of the Android ' | ||
+ | |||
+ | |||
+ | =====Background===== | ||
+ | |||
+ | Android 11 introduces a new hardware abstraction layer for tuner, demux and descrambler the TunerHAL. This enables the front-end hardware components to be accessed using standard Android APIs in a platform independent manner. Android 11 also introduces new ' | ||
=====Overview===== | =====Overview===== | ||
+ | |||
The DTVKit Android Tuner HAL solution integrates DVBCore with Android using the Android TV Input Framework (TIF) and the Android Tuner Framework. By using the TIF and the Tuner Framework, manufacturers can provide a TV input source that new and existing apps, such as Live Channels, can use through a standard Android API. | The DTVKit Android Tuner HAL solution integrates DVBCore with Android using the Android TV Input Framework (TIF) and the Android Tuner Framework. By using the TIF and the Tuner Framework, manufacturers can provide a TV input source that new and existing apps, such as Live Channels, can use through a standard Android API. | ||
=====DTVKit Android Architecture===== | =====DTVKit Android Architecture===== | ||
- | {{: | + | {{:playground: |
=====Input Source===== | =====Input Source===== | ||
Line 77: | Line 86: | ||
=====Building DTVKit Android 11 TunerHAL===== | =====Building DTVKit Android 11 TunerHAL===== | ||
- | The repository can be cloned from [[https:// | + | The repository can be cloned from [[https:// |
====Build and installation==== | ====Build and installation==== | ||
1. Clone repo and copy '' | 1. Clone repo and copy '' | ||
Line 93: | Line 102: | ||
</ | </ | ||
+ | ====Run==== | ||
+ | This Tuner HAL implementation looks for TS files under ''/ | ||
=====SELinux Configuration Android 11===== | =====SELinux Configuration Android 11===== | ||
Android uses Security-Enhanced Linux (SELinux) to enforce mandatory access control (MAC) over all processes. SELinux operates in two modes: | Android uses Security-Enhanced Linux (SELinux) to enforce mandatory access control (MAC) over all processes. SELinux operates in two modes: |