aboutsummaryrefslogtreecommitdiffstats
path: root/dvb-t/au-Wollongong
blob: 6fbf7bff4016b0fdfce48f896120d575dd656919 (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
31
32
33
34
35
36
37
38
39
40
# Australia / Wollongong
#
# Australia modulation params:
# - http://www.dba.org.au/index.asp?sectionID=120
#
# T freq bw fec_hi fec_lo mod transmission-mode guard-interval hierarchy
#
# North (Broadcast Site Escarpment Road BROKERS NOSE)
# - http://www.dba.org.au/index.asp?query=true&sectionID=22&recLocation=Wollongong+%2D+North
#
# ABC UHF52
T 697500000 7MHz 3/4 NONE QAM64 8k 1/16 NONE
# Prime UHF46
T 655500000 7MHz 3/4 NONE QAM64 8k 1/16 NONE
# WIN UHF40
T 613500000 7MHz 3/4 NONE QAM64 8k 1/16 NONE
# Ten UHF43
T 634500000 7MHz 3/4 NONE QAM64 8k 1/16 NONE
# SBS UHF54
T 711625000 7MHz 2/3 NONE QAM64 8k 1/8 NONE
#
# Illawarra (Broadcast Australia Digital Television Tower KNIGHTS HILL)
# - http://www.dba.org.au/index.asp?query=true&sectionID=22&recLocation=Wollongong+%2D+Illawarra
#
# ABC UHF51
T 690500000 7MHz 3/4 NONE QAM64 8k 1/16 NONE
# Prime UHF38
T 599500000 7MHz 3/4 NONE QAM64 8k 1/16 NONE
# WIN UHF36
T 585500000 7MHz 3/4 NONE QAM64 8k 1/16 NONE
# Ten UHF37
T 592500000 7MHz 3/4 NONE QAM64 8k 1/16 NONE
# SBS - same as North
#
# Stanwell Park (Bald Hill STANWELL TOPS)
# - http://www.dba.org.au/index.asp?query=true&sectionID=22&recLocation=Wollongong+%2D+Stanwell%20Park
#
# ABC, Prime, WIN, Ten are identical to Wollongong / North
# SBS UHF49
T 676500000 7MHz 2/3 NONE QAM64 8k 1/8 NONE
vger.kernel.org. INSTALL ======= In order to install the files, use: $ make install By default, it will install the files at /usr/local/share/dvbv5. In order to install the legacy v3 formatted files, use: $ make install_v3 Don't forget to run "make dvbv3" before running the above command, in order to convert the files to the legacy format. By default, it will install the files at /usr/local/share/dvbv3. There are a few extra parameters that could be used to define where the files will be stored: PREFIX=<dir> (default: /usr/local) DATADIR=<dir> (default: $(PREFIX/share) DVBV5DIR=<subdir> (default: dvbv3) DVBV3DIR=<subdir> (default: dvbv5) So, if it is desired to install both v3 and v5 files at a tmp file, under the current dir, the install command would be: $ make install install_v3 PREFIX=`pwd`/tmp Installing dvbv5-formatted files at /home/myuser/dtv-scan-tables/tmp/share/dvbv5...done. Installing dvbv3-formatted files at /home/myuser/dtv-scan-tables/tmp/share/dvbv3...done. Please also note that install takes some time, as there are lots of files to be copied.