Opened 13 years ago

Closed 12 years ago

#589 closed defect (fixed)

Segfault with libx264+aac+ffserver

Reported by: burek Owned by: Michael Niedermayer
Priority: normal Component: ffmpeg
Version: git-master Keywords: regression
Cc: Blocked By:
Blocking: Reproduced by developer: yes
Analyzed by developer: no

Description

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.

Attachments (2)

ffserver.conf (4.7 KB ) - added by burek 13 years ago.
gdb.txt (11.8 KB ) - added by burek 13 years ago.

Download all attachments as: .zip

Change History (3)

by burek, 13 years ago

Attachment: ffserver.conf added

by burek, 13 years ago

Attachment: gdb.txt added

comment:1 by Michael Niedermayer, 12 years ago

Keywords: regression added
Reproduced by developer: set
Resolution: fixed
Status: newclosed

segfault fixed locally, will push in a moment
note, theres a good chance that there are more bugs in this code path so dont hesitate to open more reports if after the segfault you run in more problems

Note: See TracTickets for help on using tickets.