Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

Example GStreamer Pipelines

575 bytes added, 12:47, 6 February 2011
m
no edit summary
== Notes ==
 
In order to make the above examples work I had to install the following packages on the target
*gstreamer0.10-tools
*gstreamer0.10-plugins-base
*gstreamer0.10-alsa
 
For all examples I had to perform gst-launch-0.10 in stead of gst-launch
 
== Purpose ==
This page provides example pipelines that can be copied to the command line to demonstrate various GStreamer operations. Some of the pipelines may need modification for things such as file names, ip addresses, etc.
Refer to [[GStreamer|this Gstreamer article]] for more information on downloading and building TI Gstreamer elements.
== Testing ==
</pre>
=== Loopback: Audio ===
 
For setting the ALSA channels and amplification correctly see [http://www.igep.es/index.php?option=com_kunena&Itemid=97&func=view&catid=58&id=276&limit=6&limitstart=12#3912 this] link.
<br>
In order to have access to the alsasrc and alsasink plugins perform a 'apt-get install gstreamer0.10-alsa' on the igep board.
<br>
<pre>gst-launch audiotestsrc freq=1000 num-buffers=100&nbsp;! alsasink
</pre>
0
edits