GstInterpipe: Difference between revisions

From RidgeRun Developer Wiki
mNo edit summary
mNo edit summary
 
Line 1: Line 1:
<!-----
{{GstInterpipe/Head| | next=GstInterpipe Overview|metakeywords=}}
{{GstInterpipe/Head | | next= GstInterpipe Overview|title=|metakeywords=}}
---->


{{GstInterpipe/Foot | | next= GstInterpipe Overview}}
{{GstInterpipe/TOC}}
<seo title="GstInterpipe | RidgeRun" titlemode="replace" metakeywords="GStreamer, Linux SDK, Linux BSP,  Embedded Linux, Device Drivers, NVIDIA,NVIDIA, nvidia jetson, Jetson, CUDA, Tegra, Jetson AGX Xavier, Jetson Xavier, NVIDIA Jetson Xavier NX, Xavier NX, Jetson Xavier NX, NVIDIA Jetson Xavier, Xavier, Jetson Xavier NX Developer Kit, Jetson Nano, Nano, Jetson Nano 4GB devkit, Jetson Nano devkit, Jetson AGX Orin, Jetson AGX Orin devkit, orin, orin agx, Jetson Orin, Jetson Orin NX, NVIDIA Jetson Orin NX, Jetson AGX Orin, Orin AGX, Orin NX, TX1, TX2, Tegra TX1,Tegra TX2, Jetson TX2 NX, Jetson TX1, Jetson TX2, imx8, NXP, Freescale, Automotive, Multimedia, IoT, advanced media processing, IMX8, i.MX8, i.MX, i.MX 8M Mini, i.MX 8M Evaluation Kit, i.MX 8QuadMax, i.MX 8QuadPlus, i.MX 8DualXPlus, i.MX 8QuadXPlus, i.MX 8DualX, i.MX 8M Quad, i.MX8M Mini Quad, i.MX 8, i.MX 8X, i.MX 8M, Image Signal Processing, GStreamer pipelines, GstInterpipe, Interpipe, GStreamer plug-in" metadescription="GstInterpipe is a RidgeRun open source GStreamer plug-in that allows pipeline buffers and events to flow between two or more independent pipelines."></seo>


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

Latest revision as of 19:29, 25 January 2024




  Index Next: GstInterpipe Overview





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



Quick Overview

GstInterpipe is a RidgeRun open source GStreamer plug-in that enables pipeline buffers and events to flow between two or more independent pipelines. It consists of two elements: interpipesink and interpipesrc. The interpipesrc connects 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 the independent pipelines as different blocks that can be controlled independently. Each pipeline change state, have element properties modified, and can connect or disconnect with other pipelines at runtime. GstInterpipe allows you to have multiple source and sink pipelines in an application. The connections between source pipelines and sink pipelines can dynamically change at runtime. Is like if you have a set of different pipes that you can plug and unplug between them at runtime, so the system changes its behaviour according to the pipe interconnection configuration.

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.


RidgeRun Resources

Quick Start Client Engagement Process RidgeRun Blog Homepage
Technical and Sales Support RidgeRun Online Store RidgeRun Videos Contact Us
RidgeRun.ai: Artificial Intelligence | Generative AI | Machine Learning

Contact Us

Visit our Main Website for the RidgeRun Products and Online Store. RidgeRun Engineering information is available at RidgeRun Engineering Services, RidgeRun Professional Services, RidgeRun Subscription Model and Client Engagement Process wiki pages. Please email to support@ridgerun.com for technical questions and contactus@ridgerun.com for other queries. Contact details for sponsoring the RidgeRun GStreamer projects are available in Sponsor Projects page.


  Index Next: GstInterpipe Overview