DesignSomething.org
Leopardboard - Home
Join
Sign in
Search
Search Options
Search Everything
Search Leopardboard
Overview
Forums
Videos
Projects
How to Buy
Support
Home
»
Leopardboard
»
FAQ
»
All Tags
»
Gstreamer
Tags
Audio Streaming
Live555
RidgeRun SDK
rtp
RTSP
Streaming
Technological Institute of Costa Rica
User Applications
Vala
VGA
Video
Related Posts
Forum Post:
Developing user applications for Leopard Board by using RidgeRun SDK
Miguel Aguilar
Hi, RidgeRun SDK provides a structure to develop and integrate user applications. By using the SDK you will be able to cross-compile and integrate your applications with libraries and other applications and also install your application in the target root file system. There is a directory inside the...
on
29 Nov 2009
Forum Post:
Gstreamer concepts and audio streaming over RSTP on the Leopard Board using RR SDK
Miguel Aguilar
Hi, Attached is an article written by my students of the Technological Institute of Costa Rica. They develop a demo of audio streaming using live555 as the RTSP server and a Gstreamer pipe as a client running on the Leopard Board. This article also brings an introduction to Gstreamer and its foundations...
on
29 Nov 2009
Forum Post:
Gstreamer concepts and audio streaming over RSTP on the Leopard Board using RR SDK
Miguel Aguilar
Hi, Attached is the C source code of RTSP client gstreamer pipe.
on
29 Nov 2009
Forum Post:
Video streaming over RTP using RidgeRun SDK
Miguel Aguilar
Hi, The following is an example of video streaming server on the Leopard Board, which captures, encodes and transmit via udp and using the RTP protocol. The Host PC would be the client to decode. Streaming Server - Leopard Board: gst-launch -v v4l2src always-copy=FALSE ! dmaiaccel ! queue...
on
1 Dec 2009
Forum Post:
Video live preview (VGA Cam -> Composite output) on the Leopard Board using RidgeRun SDK
Miguel Aguilar
Hi, If you would like to run a simple live preview demo on the Leopard Board, where the video captured by the Cam is displayed over the composite output. You run the following gstreamer pipeline: gst-launch -e v4l2src always-copy=false ! dmaiaccel ! TIDmaiVideoSink sync=false displayStd=v4l2 displayDevice...
on
1 Dec 2009