RidgeRun / gst-interpipe

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

can interpipe be used to communicate between 2 processes? #61

Closed braindevices closed 3 years ago

braindevices commented 3 years ago

is this purely used to communicate within a single process? If not, can you provide some example about how to use it?

michaelgruner commented 3 years ago

Hello,

No, interpipes will share buffers in the same process only.

For Inter process take a look at: https://gstreamer.freedesktop.org/documentation/ipcpipeline/index.html?gi-language=c

Michael

On Sep 11, 2020, at 13:31, braindevices notifications@github.com wrote:

 is this purely used to communicate within a single process? If not, can you provide some example about how to use it?

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

braindevices commented 3 years ago

@michaelgruner thanks a lot

michaelgruner commented 3 years ago

you're welcome.