[Bug 756779] qtdemux doesn't work properly with multifilesrc

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun Oct 18 08:06:32 PDT 2015


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

Tim-Philipp Müller <t.i.m at zen.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |t.i.m at zen.co.uk
         Resolution|---                         |NOTABUG
   Target Milestone|git master                  |NONE

--- Comment #1 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
Thanks for the bug report, but this is expected behaviour. A demuxer expects a
single file/stream. You can't concatenate mp4 files to make a single mp4 stream
out of the file parts.

You could try splitmuxsrc (although this is only expected to work with file
parts created via splitmuxsink, where all stream properties/caps are
identical), or alternatively use a playout application like this:
http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/tree/tests/examples/playout.c#n832

Also note that 1.5.2 was an unstable development release, you should upgrade to
1.6.0.

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