GStreamer Daemon - Building GStreamer Daemon: Difference between revisions

no edit summary
mNo edit summary
No edit summary
Line 120: Line 120:
=== ./autogen.sh: line 24: gtkdocize: command not found ===
=== ./autogen.sh: line 24: gtkdocize: command not found ===


 
Need to install '''gtk-doc''' package.


== Example builds ==
== Example builds ==
Line 135: Line 135:
port list # verify package database install went okay
port list # verify package database install went okay


sudo port install gtk-doc gstreamer1 gstreamer1-gst-plugins-base # install xcode and other packages
sudo port install autoconf automake gtk-doc json-glib  # install xcode and other packages
sudo port install gstreamer1 gstreamer1-gst-plugins-base gstreamer1-gst-plugins-good # installs lots of other packages


DEVDIR=$HOME/projects/gstd
DEVDIR=$HOME/projects/gstd
Line 148: Line 149:
sudo make install
sudo make install


 
gstd &
 
gstd-client pipeline_create testpipe videotestsrc name=vts ! autovideosink
gstd-client pipeline_play testpipe
# Change a property
gstd-client element_set testpipe vts pattern ball
# Stop the pipeline
gstd-client  pipeline_stop testpipe
# Destroy the pipeline
gstd-client  pipeline_delete testpipe
killall gstd
</pre>
</pre>


}}
}}