tee element is not working?

classic Classic list List threaded Threaded
2 messages Options
ej
Reply | Threaded
Open this post in threaded view
|

tee element is not working?

ej
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
_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: tee element is not working?

Emmanuel Pacaud-2
Hi,

Le mercredi 25 mai 2011 à 21:47 +0200, E-J van der Linden a écrit :
> 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

If it's not a cut'n paste mistake, the last updsink element lacks a
host= before the IP address.

        Emmanuel.

_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel