[mythtv] Ticket #2335: LiveTV hangs when a recording is finished and a new on starts (no channel change)

eric.bosch at comcast.net eric.bosch at comcast.net
Sun Sep 23 16:35:17 UTC 2007


I have tested the latest patch on this ticket, and the lockups have returned.  The logic that determines whether it is streamed or not appears to be incorrect.  By changing line 749 if (ringBuffer->isDVD() || (ringBuffer->LiveMode() && recordingHasPositionMap)) to if (ringBuffer->isDVD() || ringBuffer->LiveMode() || recordingHasPositionMap) fixes this.  Apparently, recordingHasPositionMap is not getting set correctly.

 -------------- Original message ----------------------
From: "MythTV" <mythtv at cvs.mythtv.org>
> #2335: LiveTV hangs when a recording is finished and a new on starts (no channel
> change)
> -----------------------------------------+----------------------------------
>  Reporter:  tino.keitel+mythtv at tikei.de  |        Owner:  stuartm
>      Type:  defect                       |       Status:  closed 
>  Priority:  minor                        |    Milestone:  0.21   
> Component:  mythtv                       |      Version:  head   
>  Severity:  medium                       |   Resolution:  fixed  
>   Mlocked:  1                            |  
> -----------------------------------------+----------------------------------
> Changes (by stuartm):
> 
>   * mlocked:  0 => 1
> 
> 
> -- 
> Ticket URL: <http://svn.mythtv.org/trac/ticket/2335#comment:91>
> MythTV <http://svn.mythtv.org/trac>
> MythTV



More information about the mythtv-dev mailing list