[FFmpeg-trac] #248(FFmpeg:open): Transcoding with mediatomb no longer working after "ffmpeg: simplify managing input files and streams"

FFmpeg trac at avcodec.org
Fri May 27 18:41:44 CEST 2011


#248: Transcoding with mediatomb no longer working after "ffmpeg: simplify
managing input files and streams"
-----------------------+----------------------
Reporter:  kyl416      |       Owner:  michael
    Type:  defect      |      Status:  open
Priority:  normal      |   Component:  FFmpeg
 Version:  git-master  |  Resolution:
Keywords:              |  Blocked By:
Blocking:              |  Reproduced:  0
Analyzed:  0           |
-----------------------+----------------------

Comment (by kyl416):

 Output of gdb:

 (gdb) run -i "rtmp://hidden live=1" -b 4096k -maxrate 4096k -minrate 4096k
 -bufsize 2458k -bt 380k -threads 2 -ar 48000 -ab 160k -acodec mp2 -f dvd
 out.vob
 Starting program: /usr/bin/ffmpeg -i
 "rtmp://cp39414.live.edgefcs.net/live/tvahd@9750 live=1" -b 4096k -maxrate
 4096k -minrate 4096k -bufsize 2458k -bt 380k -threads 2 -ar 48000 -ab 160k
 -acodec mp2 -f dvd out.vob
 [Thread debugging using libthread_db enabled]
 ffmpeg version git-N-30303-g5e0dafe, Copyright (c) 2000-2011 the FFmpeg
 developers
   built on May 27 2011 12:35:02 with gcc 4.5.2
   configuration: --prefix=/usr --enable-gpl --enable-version3 --enable-
 nonfree --enable-shared --enable-postproc --enable-libx264 --enable-frei0r
 --enable-librtmp --enable-libopencore-amrnb --enable-libopencore-amrwb
 --enable-libdc1394 --enable-libmp3lame --enable-libtheora --enable-
 libopenjpeg --enable-libdirac --enable-libvpx --enable-libgsm --enable-
 libschroedinger --enable-libspeex --enable-libvorbis --enable-libxvid
 --enable-libfaac --cpu=amdfam10 --arch=x86_64 --enable-x11grab --enable-
 libxavs --enable-libnut --enable-libfreetype --enable-libvo-aacenc
 --enable-libvo-amrwbenc --enable-libcelt --enable-debug
   libavutil    51.  2. 2 / 51.  2. 2
   libavcodec   53.  6. 0 / 53.  6. 0
   libavformat  53.  2. 0 / 53.  2. 0
   libavdevice  53.  0. 0 / 53.  0. 0
   libavfilter   2. 11. 0 /  2. 11. 0
   libswscale    0. 14. 0 /  0. 14. 0
   libpostproc  51.  2. 0 / 51.  2. 0
 Metadata:
   width                 480.00
   height                270.00
   framerate             30.00
   videodatarate         700.00
   videocodecid          avc1
   audiodatarate         128.00
   audiocodecid          mp3
 [flv @ 0x63edc0] Estimating duration from bitrate, this may be inaccurate
 Input #0, flv, from 'rtmp://hidden live=1':
   Duration: N/A, start: 0.001000, bitrate: 128 kb/s
     Stream #0.0: Video: h264 (Main), yuv420p, 480x270 [PAR 1:1 DAR 16:9],
 29.97 tbr, 1k tbn, 59.94 tbc
     Stream #0.1: Audio: mp3, 44100 Hz, stereo, s16, 128 kb/s

 Program received signal SIGSEGV, Segmentation fault.
 __strcmp_sse2 () at ../sysdeps/x86_64/multiarch/../strcmp.S:213
 213     ../sysdeps/x86_64/multiarch/../strcmp.S: No such file or
 directory.
         in ../sysdeps/x86_64/multiarch/../strcmp.S

 (gdb) bt
 #0  __strcmp_sse2 () at ../sysdeps/x86_64/multiarch/../strcmp.S:213
 #1  0x00007ffff62af75e in av_find_opt () from /usr/lib/libavutil.so.51
 #2  0x0000000000412136 in ?? ()
 #3  0x000000000040500e in ?? ()
 #4  0x0000000000411ef2 in ?? ()
 #5  0x0000000000410c89 in ?? ()
 #6  0x00007ffff5a89eff in __libc_start_main (main=0x410c00, argc=24,
     ubp_av=0x7fffffffe168, init=<value optimized out>,
     fini=<value optimized out>, rtld_fini=<value optimized out>,
     stack_end=0x7fffffffe158) at libc-start.c:226
 #7  0x00000000004049e9 in ?? ()
 #8  0x00007fffffffe158 in ?? ()
 #9  0x000000000000001c in ?? ()
 #10 0x0000000000000018 in ?? ()
 #11 0x00007fffffffe4d7 in ?? ()
 #12 0x00007fffffffe4e7 in ?? ()
 #13 0x00007fffffffe4ea in ?? ()
 #14 0x00007fffffffe521 in ?? ()
 #15 0x00007fffffffe524 in ?? ()
 #16 0x00007fffffffe52a in ?? ()
 #17 0x00007fffffffe533 in ?? ()
 #18 0x00007fffffffe539 in ?? ()
 #19 0x00007fffffffe542 in ?? ()
 #20 0x00007fffffffe548 in ?? ()
 #21 0x00007fffffffe551 in ?? ()
 #22 0x00007fffffffe557 in ?? ()
 #23 0x00007fffffffe55b in ?? ()
 #24 0x00007fffffffe560 in ?? ()
 #25 0x00007fffffffe569 in ?? ()
 #26 0x00007fffffffe56b in ?? ()
 #27 0x00007fffffffe56f in ?? ()
 #28 0x00007fffffffe575 in ?? ()
 #29 0x00007fffffffe579 in ?? ()
 #30 0x00007fffffffe57e in ?? ()
 #31 0x00007fffffffe586 in ?? ()
 #32 0x00007fffffffe58a in ?? ()
 #33 0x00007fffffffe58d in ?? ()
 #34 0x00007fffffffe591 in ?? ()
 #35 0x0000000000000000 in ?? ()

-- 
Ticket URL: <https://avcodec.org/trac/ffmpeg/ticket/248#comment:7>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list