Opened 6 years ago

Closed 6 years ago

#6824 closed defect (needs_more_info)

high cpu during no progress

Reported by: ronag Owned by:
Priority: normal Component: undetermined
Version: git-master Keywords: http
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

Summary of the bug:

I've a situation where I'm running ffmpeg. However, it is making no progress since the HTTP request is stalled. Even though it is making no progress and getting new data FFMPEG is still using 50% cpu. What could be causing this?

Does the HTTP have some kind of live polling loop which is taking cpu?

How to reproduce:

% ffmpeg -hide_banner -nostdin -i http://storage:8000/file/LytbBlT5~8pCwR.gif -c copy -f null -

Change History (2)

comment:1 by Carl Eugen Hoyos, 6 years ago

Component: ffmpegundetermined

You forgot to remove -hide_banner which must not be used for valid bug reports (unless an issue with the option itself) and backtrace when the high cpu usage happens.
(Your command line does not allow reproducing the issue.)

comment:2 by Carl Eugen Hoyos, 6 years ago

Resolution: needs_more_info
Status: newclosed
Note: See TracTickets for help on using tickets.