Opened 11 years ago

Closed 11 years ago

#1886 closed defect (needs_more_info)

avformat_write_header crashes on writing Live Smooth Streaming video

Reported by: Aleksey Owned by:
Priority: important Component: avformat
Version: git-master Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

I'm working on Windows application that uses ffmpeg API to encode and send Live Smooth Streaming video to IIS. I have two machines, on one of them the application works fine but on the other it produces a crash at the avformat_write_header function. I've checked everything and the calls to ffmpeg functions are the same on both machines so only guess I have is that there is a bug in ffmpeg.

The attached file is gdb output. Also I can provide the code that calls ffmpeg function, please let me know if it could help.

Attachments (1)

gdb.txt (14.1 KB ) - added by Aleksey 11 years ago.
gdb output

Download all attachments as: .zip

Change History (5)

by Aleksey, 11 years ago

Attachment: gdb.txt added

gdb output

comment:1 by Carl Eugen Hoyos, 11 years ago

How do you call av_dict_free() ?

comment:2 by Aleksey, 11 years ago

I don't call it. I think it is called somewhere in avformat_write_header internally.

comment:3 by Carl Eugen Hoyos, 11 years ago

Then please remove the stripping from your libraries (run configure with --disable-stripping) to get a useful backtrace.

comment:4 by Carl Eugen Hoyos, 11 years ago

Resolution: needs_more_info
Status: newclosed

Please reopen if you can add the missing information.

Note: See TracTickets for help on using tickets.