[Bug 758949] qtmux can't handle missing DTS

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Dec 11 20:16:31 PST 2015


https://bugzilla.gnome.org/show_bug.cgi?id=758949

Matej Knopp <matej.knopp at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |matej.knopp at gmail.com

--- Comment #5 from Matej Knopp <matej.knopp at gmail.com> ---
You can't mux H.264 in MP4 without proper DTS and expect it to work. Your
problem is that you don't have the DTS, not what muxer does if you don't
provide the DTS. 

For video streams with B-frames you really need to have both timestamps. The
muxer is not meant to figure it out. (the parser could maybe, but that's
another topic).

In any case, you need to fix your connection not to drop the DTS. That's your
problem, not the muxer.

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