Hi,
this is a little channel scan utility to generate szap/tzap/czap compatible
channel lists. Scan does not do a frequency scan, however, so you must
manually provide the data for tuning to one or more start transponders.
A number of initial-tuning-data files are provided for various dvb-c, dvb-s
and dvb-t networks around the world. If you make a new one feel free to
submit it to the linux-dvb mailing list http://linuxtv.org/mailinglists.xml.
Basic usage: ./scan dvb-s/Astra-19.2E | tee mychannels.conf
If you want it to check a specific frequency, tune to that frequency
(e.g. using szap/tzap/czap) and then use './scan -c'.
For more scan options see ./scan -h.
Good luck,
Holger + Johannes
.git/'>dtv-scan-tables.git
blob: 4f797ce65204979edc22641acf1c1cc6d8f4fc0d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# DVB-T Revuca (Revuca, Slovak Republic)
# Created from http://www.dvbt.towercom.sk/odbornici.php
# 2.st multiplex (commercial) - on channel 27
[CHANNEL]
DELIVERY_SYSTEM = DVBT
FREQUENCY = 522000000
BANDWIDTH_HZ = 8000000
CODE_RATE_HP = 2/3
CODE_RATE_LP = NONE
MODULATION = QAM/64
TRANSMISSION_MODE = 8K
GUARD_INTERVAL = 1/4
HIERARCHY = NONE
INVERSION = AUTO
# 3.st multiplex (public) - on channel 54
[CHANNEL]
DELIVERY_SYSTEM = DVBT
FREQUENCY = 738000000
BANDWIDTH_HZ = 8000000
CODE_RATE_HP = 2/3
CODE_RATE_LP = NONE
MODULATION = QAM/64
TRANSMISSION_MODE = 8K
GUARD_INTERVAL = 1/4
HIERARCHY = NONE
INVERSION = AUTO
|