Difference between revisions of "GStreamer Daemon - Interpipesink"

From RidgeRun Developer Connection
Jump to: navigation, search
Line 1: Line 1:
This example shows a complex case using gstd and [[GstInterpipe - GstInterpipe Overview|GstInterpipe]] that allows to interact with several interpipesinks with one interpipesrc. CCTV Example (Dynamic Switching) is an important example used in the security industry, you can get more information about it in the GstInterpipes [[GstInterpipe - Simple Examples|examples]].
+
This example shows a complex case using [[Gstd-1.0 - GStreamer Daemon Basics|GStreamer Daemon]] and [[GstInterpipe - GstInterpipe Overview|GstInterpipe]] that allows to interact with several interpipesinks with one interpipesrc. CCTV Example (Dynamic Switching) is an important example used in the security industry, you can get more information about it in the GstInterpipes [[GstInterpipe - Simple Examples|examples]].

Revision as of 11:18, 3 July 2017

This example shows a complex case using GStreamer Daemon and GstInterpipe that allows to interact with several interpipesinks with one interpipesrc. CCTV Example (Dynamic Switching) is an important example used in the security industry, you can get more information about it in the GstInterpipes examples.