GNOME Bugzilla – Bug 628416
[flvmux] Bad FLV header
Last modified: 2010-08-31 15:42:01 UTC
Created attachment 169159 [details] [review] This patch fixes the header bug flvmux genereates a bad header
Created attachment 169160 [details] [review] Fixes a bug of the previous patch apply both patches
Could you provide a single clean patch and some explanation / commentary? Also, please set your git committer name to a full and proper name.
The difference between the produced header from flvmux and ffmux_flv, appeared like a bug. The problem lies in flvmux pushing the header buffer and the metadata tag buffer separately, which (if the sink uses an improperly written library) appears like an offset bug. The attached patch joins the buffers and pushes them together. Sorry for the inconvenience.