Can I use two videosinks from the same source

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

Can I use two videosinks from the same source

titus
Hello guys,

I want to provides two udpsink from the same camera. Is it possible ? Do you
have any suggestions for the pipelines ?

Thank you

Best Regards



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Can I use two videosinks from the same source

Nicolas Dufresne-5
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
> [hidden email]
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

signature.asc (201 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Can I use two videosinks from the same source

titus
Thank you for your answer !
So I can use different codec and encoding methods from the same camera using
the tee pipeline ?



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel