All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-fsl-demos][PATCH] glive: Add recipe for Gstreamer Live Example
@ 2013-12-10 20:47 John Weber
  2013-12-10 21:01 ` Eric Bénard
  0 siblings, 1 reply; 3+ messages in thread
From: John Weber @ 2013-12-10 20:47 UTC (permalink / raw)
  To: meta-freescale

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.

Signed-off-by: John Weber <rjohnweber@gmail.com>
---
 recipes-multimedia/glive/glive.bb |   25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 recipes-multimedia/glive/glive.bb

diff --git a/recipes-multimedia/glive/glive.bb b/recipes-multimedia/glive/glive.bb
new file mode 100644
index 0000000..fb3681a
--- /dev/null
+++ b/recipes-multimedia/glive/glive.bb
@@ -0,0 +1,25 @@
+# Copyright (C) 2013 Avnet Electronics Marketing
+
+DESCRIPTION = "Gstreamer Live Example (GLIVE) Server and Client Application"
+LICENSE = "GPLv2+"
+LIC_FILES_CHKSUM = "file://gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"
+
+SRC_URI = "git://github.com/johnweber/glive.git;branch=master"
+SRCREV = "d7263f6dc685efb06cbd0f70b12c12193cec480a"
+
+inherit autotools pkgconfig
+
+S = "${WORKDIR}/git"
+
+# Depends on Gstreamer
+DEPENDS = "gstreamer glib-2.0 "
+RDEPENDS_${PN} = "gstreamer \
+                  gst-plugins-good-rtp \ 
+                  gst-plugins-good-udp \
+                  gst-plugins-good-rtpmanager \
+                  gst-plugins-good-video4linux2 \
+                  gst-fsl-plugin \
+                  glib-2.0 \
+"
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [meta-fsl-demos][PATCH] glive: Add recipe for Gstreamer Live Example
  2013-12-10 20:47 [meta-fsl-demos][PATCH] glive: Add recipe for Gstreamer Live Example John Weber
@ 2013-12-10 21:01 ` Eric Bénard
  2013-12-10 21:46   ` John Weber
  0 siblings, 1 reply; 3+ messages in thread
From: Eric Bénard @ 2013-12-10 21:01 UTC (permalink / raw)
  To: John Weber; +Cc: meta-freescale

Hi John,

Le Tue, 10 Dec 2013 14:47:51 -0600,
John Weber <rjohnweber@gmail.com> a écrit :

> 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.
> 
interesting thanks !

FYI you also have :
http://cgit.openembedded.org/cgit.cgi/meta-openembedded/tree/meta-multimedia/recipes-multimedia/gstreamer/gst-rtsp_0.10.8.bb?h=master

http://cgit.freedesktop.org/gstreamer/gst-rtsp-server/

which allows the creation of RTSP server using gst pipelines.

Eric


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [meta-fsl-demos][PATCH] glive: Add recipe for Gstreamer Live Example
  2013-12-10 21:01 ` Eric Bénard
@ 2013-12-10 21:46   ` John Weber
  0 siblings, 0 replies; 3+ messages in thread
From: John Weber @ 2013-12-10 21:46 UTC (permalink / raw)
  To: Eric Bénard; +Cc: meta-freescale


On 12/10/13 3:01 PM, Eric Bénard wrote:
> Hi John,
>
> Le Tue, 10 Dec 2013 14:47:51 -0600,
> John Weber <rjohnweber@gmail.com> a écrit :
>
>> 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.
>>
> interesting thanks !
You're welcome!
>
> FYI you also have :
> http://cgit.openembedded.org/cgit.cgi/meta-openembedded/tree/meta-multimedia/recipes-multimedia/gstreamer/gst-rtsp_0.10.8.bb?h=master
>
> http://cgit.freedesktop.org/gstreamer/gst-rtsp-server/
>
> which allows the creation of RTSP server using gst pipelines.
>
> Eric
Thanks for the link.  Glive is really meant to be a simple but reliable example 
on how to set up a live video stream using RTP/RTCP and Gstreamer on the i.MX6.  
It shows how one can use the Gstreamer API in a C program to build and control 
the pipeline (albeit very basic control), and uses a simple TCP link to initiate 
the setup and teardown of the pipelines at both the server and client ends (as 
RTP/RTCP do need some amount of orderly setup in Gstreamer).

I agree that RTSP would be another good example as well, especially when using 
VLC as a client for example.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-12-10 21:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-10 20:47 [meta-fsl-demos][PATCH] glive: Add recipe for Gstreamer Live Example John Weber
2013-12-10 21:01 ` Eric Bénard
2013-12-10 21:46   ` John Weber

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.