Difference between revisions of "Gstd"

From RidgeRun Developer Connection
Jump to: navigation, search
Line 12: Line 12:
  
 
[[Category:DBUS]]
 
[[Category:DBUS]]
 +
[[Category:Vala]]
 
[[Category:GStreamer]]
 
[[Category:GStreamer]]

Revision as of 23:44, 17 March 2010

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.