[mythtv-commits] Ticket #4089: Internal player skip forward takes about 10 secs to skip 5 seconds of video

MythTV mythtv at cvs.mythtv.org
Mon Jan 28 08:30:28 UTC 2008


#4089: Internal player skip forward takes about 10 secs to skip 5 seconds of video
-----------------------+----------------------------------------------------
 Reporter:  tafypz     |        Owner:  awithers
     Type:  defect     |       Status:  closed  
 Priority:  major      |    Milestone:  0.21    
Component:  mythvideo  |      Version:  head    
 Severity:  medium     |   Resolution:  invalid 
  Mlocked:  0          |  
-----------------------+----------------------------------------------------

Comment(by adrian.wilkins at spamoff.gmail.com):

 This also happens when your seektable gets corrupted in MySQL ; if this is
 happening with all new recordings, this is likely what is happening.

 You may need to repair your tables. There are two commands that achieve
 this ;

 mysqlrepair -p<password> --database mythconverg   # while MySQL is running

 cd /var/lib/mysql
 myisamchk -r *.MYI

 You'll need to rebuild the seektables for all affected recordings. You can
 do a range with

 mythcommflag --rebuild --all --allstart <start-of-range>

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/4089#comment:3>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list