[mythtv-users] known issues related to DVB-T in Australia (was: Channel tuning broken in 0.24)

Vincent McIntyre vincent.mcintyre at gmail.com
Thu Jun 7 11:05:12 UTC 2012


...deletia...

>
> Just for completnes, this is my dtv_multiplex table (after adding
> additional 125KHz to the frequencies as suggested by Karl):
>
> mysql> select mplexid,sourceid,transportid,networkid,frequency,sistandard
> from dtv_multiplex;
> +---------+----------+-------------+-----------+-----------+------------+
> | mplexid | sourceid | transportid | networkid | frequency | sistandard |
> +---------+----------+-------------+-----------+-----------+------------+
> |       1 |        1 |        1538 |      4116 | 219625000 | dvb        |
> |       2 |        1 |           2 |        57     | 536625000 | dvb
> |
> |      12 |        1 |         768 |     12802 | 571625000 | dvb        |
> |      11 |        1 |         545 |      4112  | 226625000 | dvb        |
> |      10 |        1 |        1056 |      4114 | 191625000 | dvb        |
> |       9 |        1 |        1282 |      4115  | 177625000 | dvb        |
> +---------+----------+-------------+-----------+-----------+------------+
> 6 rows in set (0.00 sec)
>
> Would love to see what other Aussies have in their multiplex table.
>

I'm in Sydney too and this is what I have in my table.
I am not seeing any problems recording or viewing livetv with these.

mysql> select mplexid,sourceid,transportid,networkid,frequency,sistandard
from dtv_multiplex;
+---------+----------+-------------+-----------+-----------+------------+
| mplexid | sourceid | transportid | networkid | frequency | sistandard |
+---------+----------+-------------+-----------+-----------+------------+
|       7 |        1 |        1056 |      NULL | 191625000 |            |
|       8 |        1 |        1282 |      NULL | 177500000 |            |
|       9 |        1 |        1538 |      NULL | 219500000 |            |
|      10 |        1 |         545 |      NULL | 226500000 |            |
|      11 |        1 |           2 |      NULL | 536625000 |            |
|      12 |        1 |         768 |      NULL | 571500000 |            |
+---------+----------+-------------+-----------+-----------+------------+

Note that not all channels have the 125kHz offset compared to your
original table.
For the Nine multiplex (mplexid 7) 191.625MHz is what the ACMA
has in its list of frequencies for the Artarmon transmitter.
www.acma.gov.au/webwr/_assets/main/lib100059/tv_6.pdf

The others are (these are the closest to what you list)
TEN       219.5
SBS       571.5
ABC       226.5
SEVEN  177.5

Can't find a reference for transportid 2, which we both have at 536.625MHz.
It shows a callsign of TVS in my scans.

Not sure why sistandard is empty and networkid is NULL.
I'm starting to doubt I scanned with mythtv but imported instead.

Hope this helps a little.
Vince


More information about the mythtv-users mailing list