User Tools

Site Tools


pom-ng:input:dvb_c

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
pom-ng:input:dvb_c [2012/10/02 13:05] 2001:7e8:2221:600:50a5:b8ff:fe09:570epom-ng:input:dvb_c [2020/05/26 21:59] (current) – external edit 127.0.0.1
Line 3: Line 3:
 The input dvb_c will read packets from a DVB-C device, also known as digital TV card. The input dvb_c will read packets from a DVB-C device, also known as digital TV card.
  
-Parameters : +===== Parameters ===== 
-^ Name ^ Default value ^ Description ^ + 
-|adapter|0|Specify which DVB adapter to use in /dev/dvb/adapter**X**| +^ Name ^ Type ^ Default value ^ Description ^ 
-|filter_null_pid|yes|Enable filtering of the MPEG NULL PID. When this is enabled, mpeg packets with the PID 0x1FFF will not be read.| +|adapter|uint16|0|Specify which DVB adapter to use in /dev/dvb/adapter**X**
-|frequency|0|Specify the frequency to tune to in Hz.| +|buff_pkt_count|uint16|10|Number of MPEG packets to read at once from the DVB card.
-|frontend|0|Specify which frontend to use in /dev/dvb/adapterX/frontend**Y**| +|filter_null_pid|bool|yes|Enable filtering of the MPEG NULL PID. When this is enabled, mpeg packets with the PID 0x1FFF will not be read.| 
-|modulation|QAM256|Select which modulation to use. Either 'QAM64' or 'QAM256'.| +|frequency|uint32|0|Specify the frequency to tune to in Hz.| 
-|symbol_rate|6952000|Symbols per seconds.| +|frontend|uint16|0|Specify which frontend to use in /dev/dvb/adapterX/frontend**Y**| 
-|tuning_timeout|3|Timeout in seconds when trying to tune to a given frequency.|+|modulation|string|QAM256|Select which modulation to use. Either 'QAM64' or 'QAM256'.| 
 +|symbol_rate|uint32|6952000|Symbols per seconds.| 
 +|tuning_timeout|uint16|3|Timeout in seconds when trying to tune to a given frequency.| 
 + 
 +===== Events ===== 
 + 
 +^ Name ^ Payload associated ^ Description ^ 
 +|dvb_status|no|Provide locking status of the input.| 
 + 
 +==== dvb_status ==== 
 + 
 +This event is generated when the DVB card locking status changes. 
 + 
 +^ Field ^ Type ^ Description ^ 
 +|adapter|uint16|Adapter number.| 
 +|frequency|uint32|Current frequency the card is tuned to.| 
 +|frontend|uint16|Frontend number.| 
 +|input_name|string|Name of the input.| 
 +|lock|bool|True if the card has a lock, false otherwise.|
pom-ng/input/dvb_c.1349183119.txt.gz · Last modified: 2020/05/26 21:59 (external edit)