GstInterpipe: Difference between revisions

From RidgeRun Developer Wiki
mNo edit summary
Line 19: Line 19:
<td><div class="clear; float:right">{{GstInterpipe TOC}}</div></td>
<td><div class="clear; float:right">{{GstInterpipe TOC}}</div></td>
<td valign=center halign=center>
<td valign=center halign=center>
{{Template:Eval SDK Download, Demo Image download and Contact Us buttons}}
{{Sponsor Button}}
</td>
[[File:RR Contact Us.png|200px|link=http://www.ridgerun.com/contact]]
<td valign=center halign=center>
{{Sponsor Button}}
</td>
</td>
</table>
</table>

Revision as of 16:37, 4 October 2019



Quick Overview

GstInterpipe is a RidgeRun open source GStreamer plug-in that allows communication between two or more independent pipelines. It consists of two elements: interpipesink and interpipesrc. The interpipesrc gets connected with an interpipesink, from which it receives buffers and events.

GstInterpipe is intended to reduce a big complex pipeline system into smaller and simpler independent pipelines. You can view and handle those independent pipelines as different blocks that can be controlled independently (e.g. change state or modify properties) and connect or disconnect them with other blocks at runtime. GstInterpipe allows you to have multiple source and sink pipelines in an application with the possibility of dynamically changing the source pipeline that a sink pipeline is listening. Is like if you have a set of different pipes that you can plug and unplug between them in runtime, so the system changes its behavior according to the pipe interconnection configuration.

The following table of contents offers all you need to know about GstInterpipe project.

Promo/Demo Video

GStreamer Conference-2017 talk from RidgeRun : GStreamer Daemon - building a media server in under 30 minutes


Getting Started

Start navigating this wiki by going to the GstInterpipe Overview page in the table of contents.

Contact Us

For technical questions please send an email to support@ridgerun.com or if you are interested in purchasing the driver, please post your inquiry at our Contact Us link.