[mythtv-commits] Ticket #68: Frontend seeking doesn't work with large files (2.5G+)

MythTV mythtv at cvs.mythtv.org
Wed Jul 6 17:01:41 EDT 2005


#68: Frontend seeking doesn't work with large files (2.5G+)
--------------------+-------------------------------------------------------
       Id:  68      |      Status:  new                     
Component:  mythtv  |    Modified:  Wed Jul  6 21:01:41 2005
 Severity:  medium  |   Milestone:                          
 Priority:  major   |     Version:  0.18.1                  
    Owner:  ijr     |    Reporter:  jbeuree at gmail.com       
--------------------+-------------------------------------------------------
 When the bit rate for IVTV recorded programs is set high, the resulting
 files can cause remote frontends problems, especially when trying to seek.
 The problems typically begin once the playback is past the 2G or so mark.

 The problem appears to be in the ivtvdecoder. One function, StepFrames, is
 converting the frame counts to an int. This truncates both the location
 when trying to seek, as well as the count when trying to seek a huge
 amount (e.g. to get to that bookmark late in the recording).

 A patch fixing this problem, essentially using "long long" instead of ints
 is attached.

-- 
Ticket URL: <http://cvs.mythtv.org/trac/ticket/68>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list