[mythtv-commits] Ticket #6367: DVD viewing skips during DVD access

MythTV mythtv at cvs.mythtv.org
Mon Jul 27 02:56:02 UTC 2009


#6367: DVD viewing skips during DVD access
-----------------------------------+----------------------------------------
 Reporter:  bhuffman at graze.net     |        Owner:  skamithi  
     Type:  defect                 |       Status:  infoneeded
 Priority:  minor                  |    Milestone:  0.22      
Component:  MythTV - DVD Playback  |      Version:  head      
 Severity:  medium                 |   Resolution:            
  Mlocked:  0                      |  
-----------------------------------+----------------------------------------

Comment(by alan at eng.com):

 Hi,

 Tested patch/change on top of 0.21+fixes-21006 (not trunk - downloaded
 from Mythbuntu, hand typed changes) noted additional code not shown in
 patch (see below) no idea if it is relevant

                if (storedPackets.count() < 15 && !decodeStillFrame)
                     storevideoframes = true;

                 if (inDVDMenu && storedPackets.count() > 0)
                     ringBuffer->DVD()->SetRunSeekCellStart(false);
                 else if (inDVDStill)
                     ringBuffer->DVD()->RunSeekCellStart();
             }
             if (GetNVP()->AtNormalSpeed() &&
                 ((cellChanged) || (lastdvdtitle != dvdtitle)))
             {
                 if (dvdtitle != lastdvdtitle)
                 {
                     VERBOSE(VB_PLAYBACK, LOC + "DVD Title Changed");
                     lastdvdtitle = dvdtitle;

 ).

 Patch makes no difference to Animusic 2, Wall-E or Gladiator - all are as
 bad as ever with video stuttering.  Now, after a period of stuttering the
 audio warps and speeds up and the stuttering seems better, then the audio
 settles back down and the stuttering is  back.  This may be a red-herring.

 Wall-E's menus worked, but the FBI warning was skipped completely.

 Thanks

 Alan

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/6367#comment:13>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list