[mythtv] Re: [mythtv-commits] mythtv commit: r7382 by danielk

Daniel Kristjansson danielk at cuymedia.net
Tue Oct 4 19:40:36 UTC 2005


On Tue, 2005-10-04 at 23:40 +1000, Jon Whitear wrote:

> I've updated to 7387, and recompiled with --compile-type=profile. The 
> behaviour has changed somewhat. Re/entering live TV now works most of 
> the time (judging from the limited testing I've done so far.) Sometimes, 
> when I try live TV the second time, I get a blank screen briefly, then 
> "2:DVBInput" in the top left corner, then the OSD comes up saying the 
> title of the show and "Signal 82% (LAM) Lock", but then I get the blank 
> screen again. The frontend still seems to be resposive i.e. I can escape 
> to the menu. If I try again, I get the same behaviour, rather then a 
> "backend has gone away" message.

Can you try changing:
  triggerEventLoop.wait(30000 /* ms */);
on about line 1234 to
  triggerEventLoop.wait(1000 /* ms */);

And tell me if that fixes things for you.

-- Daniel



More information about the mythtv-dev mailing list