Difference between revisions of "Gstd"

From RidgeRun Developer Connection
Jump to: navigation, search
m
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
GStreamer Daemon is a technology developed by RidgeRun as a generic framework for creating audio/video server usable through DBUS.
+
<seo title="GStd | GStreamer Daemon | RidgeRun Developer" titlemode="replace" keywords="GStreamer, GStreamer Daemon, GStd, GStreamer, GStreamer Multimedia Framework, GStreamer pipelines, Embedded Linux, Nvidia, Xilinx, TI, NXP, Freescale, Linux Software development, Embedded Linux SDK, Embedded Linux Application development"  description="GStreamer Daemon is a  GStreamer framework technology developed by RidgeRun for controlling audio and video streaming using D-Bus messages. ></seo>
 +
 
 +
GStreamer Daemon is a technology developed by RidgeRun as a generic framework for creating audio/video server usable through DBUS and controlling audio and video streaming using D-Bus messages.
  
 
Gstd servers several proposes:
 
Gstd servers several proposes:
Line 5: Line 7:
 
* Automated testing of gstreamer components.
 
* Automated testing of gstreamer components.
  
RidgeRun has created a series of training and demo videos on Gstd that are available through [http://www.youtube.com/RidgeRunEngineering RidgeRun YouTube Channel]
+
RidgeRun has created a series of training and demo videos on GStd. Please try one of those here [https://vimeo.com/157287839 RidgeRun GStreamer Daemon In Action]
 +
 
 +
Gstd server, and command line client are implemented in [[Vala]].
  
For more information, visit the [http://sourceforge.net/projects/gstd/ project page].
+
For more information, visit the [https://github.com/RidgeRun/gstd/wiki project page].
  
[[Category:DBUS]]
 
 
[[Category:GStreamer]]
 
[[Category:GStreamer]]

Latest revision as of 04:55, 21 December 2018

GStreamer Daemon is a technology developed by RidgeRun as a generic framework for creating audio/video server usable through DBUS and controlling audio and video streaming using D-Bus messages.

Gstd servers several proposes:

  • Simple creation and manipulation of gstreamer pipelines from other applications, like graphic applications (media players, etc), website, or command line tools.
  • Automated testing of gstreamer components.

RidgeRun has created a series of training and demo videos on GStd. Please try one of those here RidgeRun GStreamer Daemon In Action

Gstd server, and command line client are implemented in Vala.

For more information, visit the project page.