2016-06-30 16:18:56 +03:00
.. _dvb_frontend:
2017-09-01 19:28:16 +03:00
#######################
Digital TV Frontend API
#######################
2017-08-26 13:07:10 +03:00
2017-09-01 19:28:16 +03:00
The Digital TV frontend API was designed to support three groups of delivery
2017-08-26 13:07:10 +03:00
systems: Terrestrial, cable and Satellite. Currently, the following
delivery systems are supported:
2016-06-30 16:18:56 +03:00
- Terrestrial systems: DVB-T, DVB-T2, ATSC, ATSC M/H, ISDB-T, DVB-H,
DTMB, CMMB
2017-08-26 13:07:10 +03:00
- Cable systems: DVB-C Annex A/C, ClearQAM (DVB-C Annex B)
2016-06-30 16:18:56 +03:00
- Satellite systems: DVB-S, DVB-S2, DVB Turbo, ISDB-S, DSS
2017-09-01 19:28:16 +03:00
The Digital TV frontend controls several sub-devices including:
2016-06-30 16:18:56 +03:00
- Tuner
- Digital TV demodulator
- Low noise amplifier (LNA)
2017-08-26 13:07:11 +03:00
- Satellite Equipment Control (SEC) [#f1]_ .
2016-06-30 16:18:56 +03:00
The frontend can be accessed through `` /dev/dvb/adapter?/frontend? `` .
Data types and ioctl definitions can be accessed by including
`` linux/dvb/frontend.h `` in your application.
2016-08-15 23:49:50 +03:00
.. note ::
2017-08-26 13:07:12 +03:00
Transmission via the internet (DVB-IP) and MMT (MPEG Media Transport)
is not yet handled by this API but a future extension is possible.
2017-08-26 13:07:11 +03:00
.. [#f1]
On Satellite systems, the API support for the Satellite Equipment
Control (SEC) allows to power control and to send/receive signals to
control the antenna subsystem, selecting the polarization and choosing
the Intermediate Frequency IF) of the Low Noise Block Converter Feed
Horn (LNBf). It supports the DiSEqC and V-SEC protocols. The DiSEqC
(digital SEC) specification is available at
`Eutelsat <http://www.eutelsat.com/satellites/4_5_5.html> `__ .
2016-06-30 16:18:56 +03:00
.. toctree ::
:maxdepth: 1
query-dvb-frontend-info
dvb-fe-read-status
dvbproperty
frontend_fcalls