[Bug 775179] mp4mux: incorrect output for PLAYING->READY without eos

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Nov 28 07:12:56 UTC 2016


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

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |slomo at coaxion.net
         Resolution|---                         |NOTABUG

--- Comment #1 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
That's expected behaviour. Without EOS, the muxer has no opportunity to write
the headers which must contain information about every frame.

Check the reserved-max-duration, reserved-duration-remaining,
reserved-moov-update-period and reserved-bytes-per-sec properties for having it
reserve some space in the beginning (if more is needed it will fail!) and
regularly write the headers as known for now there.

-- 
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