RidgeRun / gst-interpipe

GStreamer plug-in for interpipeline communication
Other
143 stars 64 forks source link

Multiple interpipesrc elements in the same pipeline #64

Closed garygumdrops closed 3 years ago

garygumdrops commented 3 years ago

Hi

Is it possible to have multiple interpipesrc elements within the same pipeline? The use-case I have in mind is to have one interpipesrc element for each sink pad on a compositor.

I would then be able to connect up multiple video decoder pipelines whose interpipesink elements would connect to newly created interpipesink elements connected to a sink pad on the compositor.

The compositor would then arrange for the video stream from each decoder pipeline to be displayed within its own area on the display.

michaelgruner commented 3 years ago

Hi Gary

Yes, this is a completely valid use case of the interpipes. We’ve done very similar configurations ourselves.

Michael

On Sep 14, 2020, at 11:58, Gary Metalle notifications@github.com wrote:

 Hi

Is it possible to have multiple interpipesrc elements within the same pipeline? The use-case I have in mind is to have one interpipesrc element for each sink pad on a compositor.

I would then be able to connect up multiple video decoder pipelines whose interpipesink elements would connect to newly created interpipesink elements connected to a sink pad on the compositor.

The compositor would then arrange for the video stream from each decoder pipeline to be displayed within its own area on the display.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

jcaballeros commented 3 years ago

Closing, feel free to reopen if necessary.