Gstd: Difference between revisions

From RidgeRun Developer Wiki
No edit summary
mNo edit summary
(4 intermediate revisions by 3 users not shown)
Line 7: Line 7:
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 that are available through [http://www.youtube.com/RidgeRunEngineering RidgeRun YouTube Channel]


For more information, visit the [http://sourceforge.net/projects/gstd/ project page].
Gstd server, and command line client are implemented in [[Vala]].
 
For more information, visit the [https://github.com/RidgeRun/gstd/wiki project page].


[[Category:DBUS]]
[[Category:GStreamer]]
[[Category:GStreamer]]

Revision as of 08:15, 19 March 2014

GStreamer Daemon is a technology developed by RidgeRun as a generic framework for creating audio/video server usable through DBUS.

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 that are available through RidgeRun YouTube Channel

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

For more information, visit the project page.