Skip to content

Conversation

@zflat
Copy link

@zflat zflat commented Apr 16, 2024

There is common confusion about using gst-interpipe that the pipelines are running in the same process.

I watched the demo video at https://vimeo.com/240547523 and this was clarified with one of the first question asked (around the 32:30 mark).

Even though I have used gst-launch-1.0 for various testing, I was not aware that it can run multiple pipelines at once like the examples given at https://developer.ridgerun.com/wiki/index.php/GstInterpipe_-_Buffer_Forwarding.

When you are familiar with the implementation details, then it becomes obvious that the pipelines are running in the same process. However, media applications are often distributed and since gst-interpipe helps with a variety of things, the way it is described and the way people think about using it could make it seem like it would work with pipelines running in different processes.

Also, the diagrams don't make it obvious that everything is running in the same process because similar diagrams could be drawn in situations where pipelines are running in different processes. For example, one process streaming as a server and another process on a different machine running as a client.

@zflat
Copy link
Author

zflat commented Sep 2, 2025

Here is an example of clarifying that gst-interpipe is not used between processes: #157 (comment)

@zflat
Copy link
Author

zflat commented Sep 2, 2025

Another example where clarification is given: #147 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant