[mythtv-commits] Ticket #5788: Commercial auto-skip skips backwards

MythTV mythtv at cvs.mythtv.org
Tue Oct 7 08:42:55 UTC 2008


#5788: Commercial auto-skip skips backwards
----------------------------------+-----------------------------------------
 Reporter:  otto at kolsi dot fi  |       Owner:  ijr       
     Type:  defect                |      Status:  new       
 Priority:  minor                 |   Milestone:  unknown   
Component:  mythtv                |     Version:  0.21-fixes
 Severity:  medium                |     Mlocked:  0         
----------------------------------+-----------------------------------------
 With one particular recording, commercial auto-skip jumps backwards
 immediately after successful commskip. During the commbreak and at the
 time of the problem, video resolution changes (704x576 -> 720x576 ->
 704x576) which might somehow confuse the player.

 I've attached frontend log with "commskip,playback" which shows the
 problem:
 {{{
 2008-10-07 11:26:31.007 NVP: AutoCommercialSkip(), current framesPlayed
 84307, commBreakIter frame 32651, incrementing commBreakIter
 2008-10-07 11:26:31.008 NVP: AutoCommercialSkip(), new commBreakIter frame
 40941
 2008-10-07 11:26:31.008 NVP: AutoCommercialSkip(), auto-skipping to frame
 40941
 }}}

 Following shows the markups for this recording:
 {{{
 mysql> select mark,type from recordedmarkup where chanid = 1004 AND
 starttime = '2008-09-03 22:00:00.0' order by mark;
 +--------+------+
 | mark   | type |
 +--------+------+
 |      0 |   -3 |
 |      0 |    2 |
 |      0 |    4 |
 |   7049 |    5 |
 |  32651 |    4 |
 |  40941 |    5 |
 |  75526 |    4 |
 |  84253 |    5 |
 | 104178 |    4 |
 | 108046 |    5 |
 +--------+------+
 }}}

 There's related ticket #5667. Patch attached to that ticket has no affect
 on this problem.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/5788>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list