[mythtv] [PATCH] HDTV Recorder Patch

John Patrick Poet john at BlueSkyTours.com
Tue Nov 30 01:41:48 UTC 2004


Daniel Thor Kristjansson wrote:

>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
>  
>
As I suspected, removing the VERBOSE did not fix the problem.  I still 
cannot fastforward/rewind in any program recorded from my PBS station 
using your hdtvrecorder.  The current CVS hdtvrecorder works fine with 
that channel.

Sorry about that....

John



More information about the mythtv-dev mailing list