Opened 12 years ago
Closed 12 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)
Change History (5)
by , 12 years ago
comment:2 by , 12 years ago
I don't call it. I think it is called somewhere in avformat_write_header internally.
comment:3 by , 12 years ago
Then please remove the stripping from your libraries (run configure with --disable-stripping) to get a useful backtrace.
comment:4 by , 12 years ago
Resolution: | → needs_more_info |
---|---|
Status: | new → closed |
Please reopen if you can add the missing information.
gdb output