Opened 16 months ago
Closed 15 months 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 Changed 16 months ago by cehoyos
- Component changed from ffmpeg to undetermined
comment:2 Changed 15 months ago by cehoyos
- Resolution set to needs_more_info
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
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.)