Can I use two videosinks from the same source

Nicolas Dufresne nicolas at ndufresne.ca
Wed Apr 4 15:59:13 UTC 2018


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

> 
> Thank you
> 
> Best Regards
> 
> 
> 
> --
> Sent from: http://gstreamer-devel.966125.n4.nabble.com/
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: This is a digitally signed message part
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20180404/5a7bc2cb/attachment.sig>


More information about the gstreamer-devel mailing list