From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp5-g21.free.fr (smtp5-g21.free.fr [212.27.42.5]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 35E01E006D2 for ; Tue, 10 Dec 2013 13:01:13 -0800 (PST) Received: from e6520eb (unknown [82.233.81.124]) (Authenticated sender: eukrea) by smtp5-g21.free.fr (Postfix) with ESMTPSA id D974CD48028; Tue, 10 Dec 2013 22:01:04 +0100 (CET) Date: Tue, 10 Dec 2013 22:01:02 +0100 From: Eric =?ISO-8859-1?B?QuluYXJk?= To: John Weber Message-ID: <20131210220102.6615447c@e6520eb> In-Reply-To: <1386708471-8161-1-git-send-email-rjohnweber@gmail.com> References: <1386708471-8161-1-git-send-email-rjohnweber@gmail.com> Organization: =?ISO-8859-1?B?RXVrculh?= Electromatique X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.22; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Cc: meta-freescale@yoctoproject.org Subject: Re: [meta-fsl-demos][PATCH] glive: Add recipe for Gstreamer Live Example X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Dec 2013 21:01:20 -0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi John, Le Tue, 10 Dec 2013 14:47:51 -0600, John Weber a =E9crit : > glive is a Gstreamer Live Example project consisting of a server and > a client program which shows one way of streaming video data using > Gstreamer. It makes use of Gstreamer version 0.10 and uses RTP and > RTCP, as well as a TCP socket for link status and control. >=20 interesting thanks ! FYI you also have : http://cgit.openembedded.org/cgit.cgi/meta-openembedded/tree/meta-multimedi= a/recipes-multimedia/gstreamer/gst-rtsp_0.10.8.bb?h=3Dmaster http://cgit.freedesktop.org/gstreamer/gst-rtsp-server/ which allows the creation of RTSP server using gst pipelines. Eric