Changes between Initial Version and Version 4 of Ticket #7951


Ignore:
Timestamp:
Feb 21, 2010, 12:54:44 PM (14 years ago)
Author:
paulh
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7951

    • Property Priority changed from minor to critical
    • Property Milestone changed from unknown to 0.23
  • Ticket #7951 – Description

    initial v4  
    11After upgrading from debian etch to lenny, and correspondingly upgrading to mythtv 0.22, it seems that every time something closes any file which was recorded by my backend (mythcommflag, mythfrontend, etc), there is a segfault in av_close_input_stream, seemingly related to freeing a pointer twice.  i did some digging, and it appears that there is some sort of bad audio stream in the recorded files (below from a -v all run of mythcommflag):
     2{{{
    232010-01-24 01:34:11.250 AFD: Using ffmpeg for video decoding
    342010-01-24 01:34:11.250 AFD: Looking for decoder for MPEG2VIDEO
     
    21222010-01-24 01:34:11.260     Stream #0.1[0x80]: Audio: ac3, 0 channels, s16
    22232010-01-24 01:34:11.260     Stream #0.2[0x80]: Audio: ac3, 48000 Hz, 2 channels (FL|FR|FC|LFE|SL|SR), s16, 448 kb/s
    23 
     24}}}
    2425Stream #0.1 is a german language, 0 channel stream, which seems odd. 
    2526