dynamic control of tee paths

fabiano fpanzera at maxwell-lab.com
Tue Jul 2 14:48:12 PDT 2013



Hi to all,

I'm writing an application that taking an audio source as input will stream
it over the net and, at the same time, will code it in mp3 format to a file.

I use tee plugin to split audio source in two path. In gst-lanch language my
pipeline is something like this:

alsasrc .... ! tee name=t  \
             t. ! queue ! ....stream ...  \
             t. ! queue ! .... mp3_coder ... ! filesink 


My problem is that I need to start/stop one path, let say the stream path,
while the other path, let say the coder path, still run.

Which is the best way to get this?

Thanks in advance for any suggestion
fabiano









--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/dynamic-control-of-tee-paths-tp4660870.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list