id	summary	reporter	owner	description	type	status	priority	component	version	resolution	keywords	cc	blockedby	blocking	reproduced	analyzed
589	Segfault with libx264+aac+ffserver	burek	michael	"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.
"	defect	closed	normal	FFmpeg	git-master	fixed	regression				1	0
