ITV HD aka High Definition is available on DVB-S on Freesat. MythTV can receive this programming, but requires some simple modification. I recommend you use my channel plan for the numbers to match.

First, connect to your MySQL DB and then issue the following commands

use mythconverg;
select mplexid from dtv_multiplex where transportid = 2315;

This will return a number. Note the number down. If you get no number returned, you need to run mythtv-setup and scan for the ITV HD transponder

  • Input Frequency = 11428000
  • Polarity = Horizontal / H
  • Symrate = 27500000
  • FEC = Auto
  • Inversion = Auto

Now, in the SQL below, replace MPLEXID with the number you noted from the ’select mplexid’ statement, then input it to your MySQL client (all on one line):

insert into channel values (119,119,NULL,1,'ITV HD','ITV HD','',NULL,'','',0,32768,32768,32768,32768,'Default',1,'',1,MPLEXID,10510,0,0,0,'0000-00-00 00:00:00','','-1');

Exit MySQL (standard exit is the ‘\q’ command – without quote marks) and then restart the MythTV backend

sudo /etc/init.d/mythtv-backend restart

Now you should find ITV HiDef on channel 119, both in the Watch Live TV section and the Program Guide.

UPDATE
Its been reported that some people get no result returned when doing the ’select from dtv_multiplex where mplexid = 2315′ (for example, see Jons tech blog at http://jonwsmith.com/techblog/?p=41). This happened for me because when I performed my first setup after installing mythtv I told the setup program to do the ‘full scan – tuned’ to a frequency different to the ITV HD transponder. Im not sure if this is a bug in mythtv or a problem with the transponder information coming down from the satelites themselves, but the solutions are either to do the full scan – tuned to use frequency 11428000 when setting up mythtv, or if you are already set up and dont want to go back to this step, you can do what Jon did over in his blog and add the transponder manually (see the link). If you choose the second method no other channels from the ITV HD transponder will automatically appear in Mythtv, but if you use the first method they will. Im going to bet that in most cases you dont want to go through channel set up all over again, so Jons method is likely going to be ideal for you

Hope this helps!

Share this post

4 Comments

  1. Paul Thompson

    I have got ITV HD working but I do not get any programme guide data for that channel. I get guide info for all other channels, any ideas what I am doing wrong. I get the programme guide over the air and not off a web site.

    Thanks in advance
    Paul

    June 9, 2010 Reply to this comment
    • admin

      Hi Paul,
      ITV HD does not send guide data as its a ‘red button’ channel, not a full channel. Meaning you are supposed to only be able to watch ITVHD when you see the red button in the top right of the screen while watching regular ITVHD – hence the hassle to even get it running as a separate channel in mythtv. ITV HD therefore has no guide data OTA.

      ITVHD is an exact replica of regular ITV (when ITVHD is broadcasting), so the guid is exactly the same. Ill do some digging to see if there is a way to tell myth to associate guide data for ITV with ITVHD and posit it back on this blog if its possible.

      June 10, 2010 Reply to this comment
  2. Jon

    Hi Simon,

    Thanks for the information you provided about using frequency 11428000 when setting up mythtv and linking to my blog :)

    Jon

    February 22, 2010 Reply to this comment
  3. [...] and searched on Google to find out if it was possible.  I found many articles such as the one at iwtf.net but still could not get it working.  The database query where transportid = 2315 listed on the [...]

    February 9, 2010 Reply to this comment

Leave a Reply