[mythtv] [PATCH] HDTV Recorder Patch

Daniel Thor Kristjansson danielk at mrl.nyu.edu
Mon Nov 29 21:43:14 UTC 2004


On Mon, 29 Nov 2004, John Patrick Poet wrote:
]So, it does not fix the problem with my PBS station?  Yes, I actually 
]watch PBS :-[

Oh, I forgot... :-/ the test streams worked for me, but I believe I know 
what the problem may have been. Was something like "Unknown pid 0x3ee" 
being printed from the backend? Try replacing these lines:
  else if (StreamData()->VersionMGT()>=0 && lpid>0x60)
    VERBOSE(VB_RECORD, QString("Unknown pid 0x%1").arg(lpid, 0, 16));
with this:
  else if (StreamData()->VersionMGT()>=0 && lpid>0x60);

I think the debug info may have been starving your CPU. This also 
won't be printed if you don't use '--verbose record'. 

I'll make another patch that handles unknown PID's more elegantly, 
perhaps by just printing out stats once in a while.

-- Daniel


More information about the mythtv-dev mailing list