Lines Matching +full:flow +full:- +full:controlled
1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
17 part I of the MPEG2 specification ISO/IEC 13818 (aka ITU-T H.222), i.e
19 meant by a packetized elementary stream (PES) or an I-frame.
23 - European standards (DVB): http://www.dvb.org and/or http://www.etsi.org.
24 - American standards (ATSC): https://www.atsc.org/standards/
25 - Japanese standards (ISDB): http://www.dibeg.org/
65 .. kernel-figure:: dvbstb.svg
71 A Digital TV card or set-top-box (STB) usually consists of the
76 antenna or directly from cable. The frontend down-converts and
84 the user has access (controlled by the smart card) are decoded in
85 real time and re-inserted into the TS.
91 Demultiplexer which filters the incoming Digital TV MPEG-TS stream
109 It may also not be needed for certain usages (e.g. for data-only
113 flow between those components.
123 currently six Unix-style character devices for video, audio, frontend,
124 demux, CA and IP-over-DVB networking. The video and audio devices
137 - ``/dev/dvb/adapterN/audioM``,
139 - ``/dev/dvb/adapterN/videoM``,
141 - ``/dev/dvb/adapterN/frontendM``,
143 - ``/dev/dvb/adapterN/netM``,
145 - ``/dev/dvb/adapterN/demuxM``,
147 - ``/dev/dvb/adapterN/dvrM``,
149 - ``/dev/dvb/adapterN/caM``,
170 .. code-block:: c