Multiple input sources

Tim Müller tim at centricular.com
Sat Oct 17 06:01:35 PDT 2015


On Fri, 2015-10-16 at 22:57 -0700, symeon.mattes wrote:

What you want to do sounds a bit like a playout application.

You could have a look at this code:

http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/tree/tests/exampl
es/playout.c#n1019

which uses audiomixer and compositor. It may only work for files with
both audio and video, but you could probably simplify it massively and
just remove all the video bits.

It will play one item after the next and also allows you to switch to
the next item early, so there's code for that too.

Alternatively, there's also the 'concat' element which might also be
interesting. It depends what exactly you want to do.

 Cheers
  -Tim


-- 
Tim Müller, Centricular Ltd - http://www.centricular.com




More information about the gstreamer-devel mailing list