[mythtv] Tuning problems with V3.1 DVB patch

John Pullan jmp at tarantella.com
Sun Dec 19 15:05:13 UTC 2004


On Sun, 2004-12-19 at 12:34 +0000, David J. Fiddes wrote:
> Hi,
> 
> > > Is it possible to fix this? If so, how can I help? Is there enough
> > > information in the network definition that the multiplex sends out for
> > > it to know where it should be tuning?
> > > 
> > 
> > I think I've fixed this recently. Could you apply the following patch to
> > the patch :)
> > 
> 
> Thanks for getting back so quickly. I've given it a try. It doesn't seem
> to do anything different. Did a completely clean build to make sure.
> 
> I'm having a dig through siscan.cpp and siparser.cpp to see if I can put
> some useful trace messages to see what it is doing.

SiScan::CheckNIT will be the function you want. What it attempts to do
is itterate through the frequency list in the NIT, trying to tune to
each one in turn. If it finds one then it uses that as the transport
frequency.

So questions that arise are :
a) Are there any frequencies in the list ( I think there are judging by
the debug)
b) If there are some, do we manage to tune to any ? (Apparently not)

You could try increasing the time out of the tune to something daft,
10000 in CheckNit. If all else fails you could enter the transports via
the transport editor. 

Thanks for testing the patch
-- 
John Pullan <jmp at tarantella.com>



More information about the mythtv-dev mailing list