[FFmpeg-trac] #589(FFmpeg:new): Segfault with libx264+aac+ffserver

FFmpeg trac at avcodec.org
Tue Oct 25 17:09:47 CEST 2011


#589: Segfault with libx264+aac+ffserver
--------------------------------------+---------------------------------
               Reporter:  burek       |                  Owner:  michael
                   Type:  defect      |                 Status:  new
               Priority:  normal      |              Component:  FFmpeg
                Version:  git-master  |               Keywords:
             Blocked By:              |               Blocking:
Reproduced by developer:  0           |  Analyzed by developer:  0
--------------------------------------+---------------------------------
 Hi,

 I wanted to create a live stream of my webcam using ffmpeg+ffserver,
 using:


 {{{
 ffmpeg -y\
         -f video4linux2 -r 25 -s qvga -i /dev/video0\
         -f alsa -ac 1 -i hw:0\
         -f ffm\
         http://localhost:8090/feed1.ffm
 }}}


 and with ffserver.conf file (attached).

 I've got segfault, which I then logged with gdb and placed the result into
 gdb.txt file.

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


More information about the FFmpeg-trac mailing list