[Bug 751320] flvmux: produced files freeze with common flash players
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Mon Jun 22 10:16:40 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=751320
--- Comment #2 from Nicolas Dufresne (stormer) <nicolas.dufresne at collabora.co.uk> ---
So it would seam that when the spec says "not requires or not supported" it
actually means, MUST be implemented ;-P
So what the difference here is that ffmpeg produce an extra tag, with
AVCPacketType 2 (sequence ender), which GStreamer does not add, because the
spec says "lower level NALU sequence ender is not required or supported". So it
seams we'll have to implement that, so Flash player does not go into infinit
buffering face when reaching the end of the file. That's a really dummy bug in
the flash player imho, as it knows it's the end since it has reached the end of
the file. It looks to me as if code for fragmented or gapless FLV get triggered
and that could explain the bug. Could easily be Flow Player bug, but we can't
see the code.
--
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