Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

Example GStreamer Pipelines

11 bytes added, 02:17, 18 December 2010
no edit summary
== OMAP35x ==
This section covers pipelines for common use cases for the OMAP3530 or DM3730 processor.
=== Environment Requirements ===
|}
</blockquote>
<span style="color: blue;">''' If you use [http://labs.igep.es/index.php/IGEP_GST_FRAMEWORK_2.00.20 IGEP GST FRAMEWORK 2.00.20] or upper you can use "omapdmaifbsink" instead of "TIDmaiVideoSink" to display the video inside the X windowing system. ''' </span>
=== Loopback: Video ===
A simple RTP client to receive and decode the MPEG-4 encoded stream.
<pre>gst-launch -v udpsrc port=5000 caps="&lt;CAPS_FROM_SERVER&gt;"&nbsp;! rtpmp4vdepay &nbsp;! TIViddec2&nbsp;! TIDmaiVideoSink videoStd=VGA videoOutput=LCD sync=false
</pre>  
== All ==