tee element is not working?
E-J van der Linden
EJvanderLinden at hetnet.nl
Wed May 25 12:47:08 PDT 2011
Hello,
I want to send my alsa input to two network streams. I used the following pipeline:
gst-launch-0.10 alsasrc ! "audio/x-raw-int,width=32,depth=32,rate=44100,channels=2" ! audioconvert ! \
tee name=t ! queue ! rtpL16pay ! udpsink sync=false async=true host=232.1.1.1 port=8000 \
t. ! queue ! rtpL16pay ! udpsink sync=false async=true 224.1.1.1 port=7000
Only the first udpsink is working.
What is wrong with this pipeline?
Thanks,
E-J
More information about the gstreamer-devel
mailing list