Le mardi 03 avril 2018 à 23:51 -0700, titus a écrit :
> Hello guys,
>
> I want to provides two udpsink from the same camera. Is it possible ? Do you
> have any suggestions for the pipelines ?
Yes, that's what the "tee" element does. Here's a pseudo pipeline to
show how, you need queues, and you can add as many as you want, even at
run-time.
src ! tee name=t
t. ! queue ! udpsink
t. ! queue ! udpsink
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel