[gstreamer-bugs] [Bug 601236] [flvmux] script tag with index gets written at end of file, contains all tags

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Nov 9 03:02:55 PST 2009


https://bugzilla.gnome.org/show_bug.cgi?id=601236
  GStreamer | gst-plugins-good | git

--- Comment #2 from Jan <wulczer at wulczer.org> 2009-11-09 11:02:49 UTC ---
Yeah, it's exactly like fast-starting qt files. WRT to padding in FLV, you
could try to cheat by frist writing a large blob at the beginning, then
computing the index values, then seeking, putting the values there and filling
the rest of the script tag with a string value of "filling":
"ROAAAAAA(...)AARGH", with as much "A"s as necessary.

That would still require guessing the initial blob size, though. Alternatively,
flvmux could just rewrite the whole output after EOS (which is what qtmux does
IIRC if you specify the faststart property).

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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