diff options
author | Alex J Lennon <ajlennon@dynamicdevices.co.uk> | 2014-06-04 22:53:46 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-06 09:26:04 +0100 |
commit | 4e2cfdb6e09655aac76d4da2d1034e8c59bda387 (patch) | |
tree | 0df46ab47c97e6cb0a2aa9632bf947edd6000e46 /meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server.inc | |
parent | 7279de72c62dccc326551912529838462c832b45 (diff) | |
download | poky-4e2cfdb6e09655aac76d4da2d1034e8c59bda387.tar.gz |
gstreamer1.0-rtsp-server: Add recipe to support gst-rtsp-server
A Gstreamer library which provides an API to create an RTSP server (e.g. to stream RTP to VLC clients and similar).
Tested, works with GStreamer 1.2.3 + videotestsrc based pipeline on RPi.
(From OE-Core rev: 228736f2ffba6c2e06e72042a1fdf3fc0807f9b7)
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server.inc')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server.inc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server.inc new file mode 100644 index 0000000000..6917d41ef1 --- /dev/null +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server.inc | |||
@@ -0,0 +1,14 @@ | |||
1 | SUMMARY = "A library on top of GStreamer for building an RTSP server" | ||
2 | SECTION = "multimedia" | ||
3 | LICENSE = "LGPLv2" | ||
4 | HOMEPAGE = "http://cgit.freedesktop.org/gstreamer/gst-rtsp-server/" | ||
5 | DEPENDS = "gstreamer1.0" | ||
6 | |||
7 | PNREAL = "gst-rtsp-server" | ||
8 | |||
9 | SRC_URI = "http://gstreamer.freedesktop.org/src/${PNREAL}/${PNREAL}-${PV}.tar.xz" | ||
10 | |||
11 | S = "${WORKDIR}/${PNREAL}-${PV}" | ||
12 | |||
13 | inherit autotools pkgconfig | ||
14 | |||