GStreamer Daemon - Interpipesink: Difference between revisions

From RidgeRun Developer Wiki
No edit summary
No edit summary
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 16: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.