Opened 5 years ago

Last modified 5 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 by Natus, 5 years ago

Component: undeterminedavformat
Reproduced by developer: set
Version: unspecifiedgit-master

comment:2 by Carl Eugen Hoyos, 5 years ago

Reproduced by developer: unset

Please provide the command line you tested together with the complete, uncut console output to make this a valid ticket.

Note: See TracTickets for help on using tickets.