[FFmpeg-trac] #2911(undetermined:new): Seg Fault

FFmpeg trac at avcodec.org
Wed Aug 28 19:39:17 CEST 2013


#2911: Seg Fault
-------------------------------------+-------------------------------------
             Reporter:  skyride      |                     Type:  defect
               Status:  new          |                 Priority:  normal
            Component:               |                  Version:
  undetermined                       |  unspecified
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 Version of FFMpeg:

 skyride at ns308725:~/ffmpeg_sources/ffmpeg$ ffmpeg --version
 ffmpeg version git-2013-08-28-129f506 Copyright (c) 2000-2013 the FFmpeg
 developers
   built on Aug 28 2013 17:22:50 with gcc 4.7 (Debian 4.7.2-5)
   configuration: --prefix=/home/skyride/ffmpeg_build --extra-
 cflags=-I/home/skyride/ffmpeg_build/include --extra-
 ldflags=-L/home/skyride/ffmpeg_build/lib --bindir=/home/skyride/bin
 --extra-libs=-ldl --enable-gpl --enable-libass --enable-libfdk-aac
 --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis
 --enable-libvpx --enable-libx264 --enable-nonfree --enable-x11grab
   libavutil      52. 42.100 / 52. 42.100
   libavcodec     55. 29.100 / 55. 29.100
   libavformat    55. 14.102 / 55. 14.102
   libavdevice    55.  3.100 / 55.  3.100
   libavfilter     3. 82.102 /  3. 82.102
   libswscale      2.  5.100 /  2.  5.100
   libswresample   0. 17.103 /  0. 17.103
   libpostproc    52.  3.100 / 52.  3.100

 Summary of the bug:

 A segmentation fault occurs when trying to open FFmpeg in listen mode for
 an RTMP stream, and initiating a connection.

 How to reproduce:
 {{{
 ffmpeg -rtmp_listen 1 -re -i rtmp://skyride.org/app/asd -vcodec copy
 -acodec copy rtmp://live-fra.twitch.tv/app/MY_STREAM_KEY
 }}}

 The program then runs, and when I attempt to open a connection I receive
 the following message: "[rtmp @ 0x1b70ea0] Unable to read command string
 Segmentation fault"

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/2911>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list