[FFmpeg-trac] #7669(undetermined:new): avformat/mov.c : constant increase of memory usage when demuxing live fmp4

FFmpeg trac at avcodec.org
Fri Jan 11 11:48:32 EET 2019


#7669: avformat/mov.c : constant increase of memory usage when demuxing live fmp4
-------------------------------------+-------------------------------------
             Reporter:  Natus        |                     Type:  defect
               Status:  new          |                 Priority:  normal
            Component:               |                  Version:
  undetermined                       |  unspecified
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 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/

--
Ticket URL: <https://trac.ffmpeg.org/ticket/7669>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list