Opened 13 years ago
Closed 13 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)
Change History (3)
by , 13 years ago
Attachment: | ffserver.conf added |
---|
by , 13 years ago
comment:1 by , 13 years ago
Keywords: | regression added |
---|---|
Reproduced by developer: | set |
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
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