[mythtv-commits] Ticket #8376: Patch for mythburn.py

MythTV mythtv at cvs.mythtv.org
Sat Oct 9 10:39:17 UTC 2010


#8376: Patch for mythburn.py
----------------------------------+-----------------------------------------
 Reporter:  J.Pilk@…              |           Owner:  paulh     
     Type:  patch                 |          Status:  closed    
 Priority:  minor                 |       Milestone:  0.23      
Component:  Plugin - MythArchive  |         Version:  Trunk Head
 Severity:  medium                |      Resolution:  fixed     
 Keywords:                        |   Ticket locked:  0         
----------------------------------+-----------------------------------------

Comment (by J.Pilk@…):

 Part of my original patch was committed to trunk but other sections remain
 in limbo.  Probably the most significant remaining changes were those made
 to stop remux 'failures' terminating the entire job.  I still see such
 failures occasionally, almost always like this:

    INFO: [mplex] Run-in delay = 7200 Video delay = 7200 Audio delay =
 10800
    INFO: [mplex] New sequence commences...
    INFO: [mplex] Video e0: buf=      0 frame=000000 sector=00000000
    INFO: [mplex] Audio c0: buf=      0 frame=000000 sector=00000000
 ++ WARN: [mplex] Stream e0: data will arrive too late sent(SCR)=7314
 required(DTS)=7200
 ++ WARN: [mplex] Video e0: buf= 101237 frame=000000 sector=00000050
 ++ WARN: [mplex] Audio c0: buf=      0 frame=000000 sector=00000000
    INFO: [mplex] Scanned to end AU 42153
    INFO: [mplex] STREAM e0 completed
    INFO: [mplex] STREAM c0 completed
    INFO: [mplex] Multiplex completion at SCR=151755337.

 followed by

 **ERROR: [mplex] MUX STATUS: Frame data under-runs detected!

 which would trigger process failure.

 The values in the line

 ++ WARN: [mplex] Stream e0: data will arrive too late sent(SCR)=7314
 required(DTS)=7200

 are nearly always the same and I wonder if this might be a problem within
 mplex.  I have never noticed any adverse effects when a DVD is created
 after a report like this.

 I still run the fixes branch with a slightly modified and updated version
 of my original patch.  I haven't seen the current trunk version in
 operation.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/8376#comment:9>
MythTV <http://www.mythtv.org/>
MythTV Media Center


More information about the mythtv-commits mailing list