[Bug 708808] qtmux: Error out when downstream is not seekable and no fast-start
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Apr 1 03:42:33 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=708808
Jan Schmidt <thaytan at noraisin.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |thaytan at noraisin.net
--- Comment #2 from Jan Schmidt <thaytan at noraisin.net> ---
I was just looking at this code. I think there's no point just warning and
switching to 'streamable=true' in non fast-start mode or
non-fragmented-streamable mode.
In 'normal' mp4 mode, if you can't seek downstream then you can't rewrite the
mdat to have non-zero size, which means mdat covers the rest of the file,
including any moov header you might write at the end - making it invisible and
therefore the file is unplayable anyway. It would be better to error out, and
fix the unit test accordingly, so I think I'll do that.
--
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