gstreamer : record a stream while playing

Tim Müller tim at centricular.com
Wed Feb 6 09:07:18 UTC 2019


On Wed, 2019-02-06 at 09:32 +0100, Duchassin Frederic wrote:

Hi Frederic,

> Is it possible to add all the gstreamer sinks to my pipeline AND
> only link one branch.
> 
> That's to say, just link the record branch. The decode branch is in 
> pipeline but not linked. At this point, my first test show that it 
> doesn't work.

Yes, that is possible, but I wouldn't really recommend it.

If you put in sinks that don't receive data at the beginning, the
pipeline will not preroll (start up).

You can work around that by setting these sinks to async=false.

Cheers
 Tim

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



More information about the gstreamer-devel mailing list