[mythtv] NFS shared livetv log

Isaac Richards ijr at case.edu
Tue Feb 21 00:53:45 UTC 2006


On Monday 20 February 2006 19:51, Mark wrote:
> I've put a a couple of logs up for my failed livetv.
> I noticed some extra debug so I upgraded to 9068.
> As I mentioned, streaming is working fine only a problem with a shared dir.

I need you to do some (really, really easy) extra debugging work, so:

in libs/libmythtv/NuppelVideoPlayer.cpp, StartPlaying(), line 2417.

For some reason, it's taking too long to start playing.  Need to figure out 
why.  It thinks it's started playing when it sets 'playing' to true, at line 
2508.

So, here's what I'd like you to do.  Everywhere there's a return, add a 
verbose, before every top level 'if' statement, add a verbose:  ie:

   VERBOSE(VB_IMPORTANT, "pre-openfile");
   if (OpenFile() < 0)
   {  
       VERBOSE(VB_IMPORTANT, "openfile returned");
       return;
   }

up until you get to the 'playing = true;' line at 2508.  Put a verbose at that 
line as well.  Obviously, change the text to be unique/obvious where each one 
is for each added verbose. =)

That'll help give me an idea of what's going on in there.

Isaac


More information about the mythtv-dev mailing list