Opened 2 years ago
Last modified 2 years ago
#7669 new defect
avformat/mov.c : constant increase of memory usage when demuxing live fmp4
Reported by: | Natus | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | avformat |
Version: | git-master | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
When demuxing live fmp4, indexing of all fragments is done.
It causes an infinite linearly increase in memory.
For live streamn, those index are useless.
We should have an option to skip the indexing as already implemented for fmp5 demuxer : https://patchwork.libav.org/patch/61014/
Change History (2)
comment:1 Changed 2 years ago by Natus
- Component changed from undetermined to avformat
- Reproduced by developer set
- Version changed from unspecified to git-master
comment:2 Changed 2 years ago by cehoyos
- Reproduced by developer unset
Note: See
TracTickets for help on using
tickets.
Please provide the command line you tested together with the complete, uncut console output to make this a valid ticket.