Choosing protocol for pipeline communication

I am currently working with a basic gstremer pipeline which pre builded. Pipeline structure is not customizable. However, there is a class (located in a script file) and it consists of 2 different methods (_init_, _call_). Also, I am going to create a Deepstream pipeline which will be fully customizable. Considering that these 2 pipelines are located in sperate containers, I want to send frames from first pipeline to deepstream pipeline. My question is “What would be the most efficient way to do that?“

Welcome @sannet

There are multiple ways of achieving that, the most efficient depends on various considerations such as the platform(s) you intend to support. Take a look at this discussion as a starting point.