
steven at openmedia
Oct 16, 2009, 5:57 PM
Post #4 of 14
(1105 views)
Permalink
|
|
Re: MythTV 0.22 and DVB-T channel scanning issues
[In reply to]
|
|
On 17/10/2009, at 11:19 AM, James Styles wrote: > > > Under the scanner I selected full scan and New Zealand. This > picked up all > > 3 multiplexes and the correct number of channels per multiplex, > but only > > loaded the HD channels (TV One, TV 2, TV 3 and freeview hd) into the > > channel line up. > > > > The only way I could get these other SD channels to load was via > direct > > SQL against the database. Once loaded they all tuned without issue. > > > > So has anyone else had issues with the DVB-T channel scanner on > 0.22? > > > > Steve > > > Hi Steve, > > I have got exactly the same problem see my thread below: > > http://www.gossamer-threads.com/lists/mythtv/mythtvnz/397811 > > I thought my problem was just not enough signal strength as i only > have about 75%, all the channels play ok under me-tv, but when i > start me-tv i get like 200 errors of skipped frames when it locks on > to each chanel and i assumed that myth tv could not handle this so > wel and boosting the signal striength would elimnate this problem, > mabe i assumed wrong, > > Im happy to produce logs and stuff to help fix it if needed. > > Also is there any good how to for inserting channels manualy into > the database that you know of? James - Thanks for the links. I'll try some debugging myself The funny thing is the channel scanning works fine under Mythbuntu 9.04 and MythTV 0.21. Here is the SQL I used to load the other channels -- TVNZ Channels INSERT INTO `channel` VALUES (1006,'1',NULL,1,'TVNZ 6','TVNZ 6','',NULL,'','',0,32768,32768,32768,32768,'Default',1,'', 1,1,1202,0,0,0,'0000-00-00 00:00:00','',-1); INSERT INTO `channel` VALUES (1007,'1',NULL,1,'TVNZ 7','TVNZ 7','',NULL,'','',0,32768,32768,32768,32768,'Default',1,'', 1,1,1203,0,0,0,'0000-00-00 00:00:00','',-1); -- Media Works INSERT INTO `channel` VALUES (1004,'4',NULL,1,'C4','C4','',NULL,'','', 0,32768,32768,32768,32768,'Default',1,'',1,2,1301,0,0,0,'0000-00-00 00:00:00','',-1); INSERT INTO `channel` VALUES (1008,'8',NULL, 1,'TV3PLUS1','TV3PLUS1','',NULL,'','', 0,32768,32768,32768,32768,'Default',1,'',1,2,1302,0,0,0,'0000-00-00 00:00:00','',-1); -- Kordia INSERT INTO `channel` VALUES (1005,'5',NULL, 1,'Maori','Maori','',NULL,'','',0,32768,32768,32768,32768,'Default', 1,'',1,3,1400,0,0,0,'0000-00-00 00:00:00','',-1); INSERT INTO `channel` VALUES (1022,'22',NULL,1,'Parliament TV','Parliament TV','',NULL,'','',0,32768,32768,32768,32768,'Default', 1,'',1,3,1401,0,0,0,'0000-00-00 00:00:00','',-1); INSERT INTO `channel` VALUES (1242,'242',NULL, 1,'Test','Test','',NULL,'','',0,32768,32768,32768,32768,'Default',1,'', 1,3,1402,0,0,0,'0000-00-00 00:00:00','',-1); INSERT INTO `channel` VALUES (1028,'28',NULL, 1,'ChineseTV','ChineseTV','',NULL,'','', 0,32768,32768,32768,32768,'Default',1,'',1,3,1403,0,0,0,'0000-00-00 00:00:00','',-1); INSERT INTO `channel` VALUES (1010,'10',NULL, 1,'Prime','Prime','',NULL,'','',0,32768,32768,32768,32768,'Default', 1,'',1,3,1404,0,0,0,'0000-00-00 00:00:00','',-1); Steven Ellis - Technical Director OpenMedia Limited email - steven[at]openmedia.co.nz website - http://www.openmedia.co.nz
|