[Bug 646012] unable to mux h.264 live stream buffers produced by flvdemux

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Mar 29 00:15:23 PDT 2011


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

Mark Nauwelaerts <mnauw> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mnauw at users.sourceforge.net

--- Comment #3 from Mark Nauwelaerts <mnauw at users.sourceforge.net> 2011-03-29 07:15:16 UTC ---
The problem here is that the timestamps are not ascending (though the above
fragment does not illustrate it), and that in combination with missing duration
leads to qtmux complaints.

This non-ascending makes it not so trivial to add missing duration (either in
flvdemux or in h264parse), and a not-so-trivial way to deal with this is
already incorporated in qtmux (since as you noticed it is the only? one having
a problem).  The not-so-trivial way can be used with qtmux dts-method=reorder
(or qtmux dts-method=asc) (see also qtmux documentation).

There may be arguments for making one of those the default method ...

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