On Tue, Aug 30, 2005 at 07:43:53PM +0100, John Pullan wrote:
>
> Full scan, does seem to work although it seems to miss out an mplex.
> I've managed to get full tuned scan to work by the expedience of
> commenting out the test against current in
> SIScan::HandleSIParserEvents i.e
> 
>     // ignore events before current is set
> //    if (current == scanTransports.end())
> //        return;
> 
> wrong and hacky, but I thought I'd point it out. It doesn't pick up
> the first mux though. (dunno why as yet, it could be a timeout issue)
> 

I correctly get all 6 multiplexes when doing a full scan.

As for needing to comment out that bit of code....

*idea comes to mind*

when doing the full scan, is the mulitplex missed the first multiplex
that would be scanned?

If so it could possibly be a race condition. Why it would take time
for current to be setup correctly I'm not sure....


Stuart

_______________________________________________
mythtv-dev mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

Reply via email to