[Bug 722639] qtdemux: Memory usage is proportional to the time duration of m4a files.

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Dec 12 08:38:11 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=722639

--- Comment #4 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
(In reply to Ted from comment #1)
> I am suffering from a similar issue.
> I guess that this issue will be occurred for a live content if the playback
> keeps for a quite long time.

MP4 does not really support "growing" live files, so that shouldn't be a
problem. And if fragmented MP4 is used, the sample tables will be reset on each
fragment.


I think for push mode there is nothing we can do here, however for pull mode it
could make sense to only parse and store a part of the sample table and when
more is needed go back to the moov and parse the newly needed part while
dropping the old one.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list