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 | |
| 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>
| -rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server.inc | 14 | ||||
| -rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.2.3.bb | 9 |
2 files changed, 23 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 | |||
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.2.3.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.2.3.bb new file mode 100644 index 0000000000..78d35f349c --- /dev/null +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.2.3.bb | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | include gstreamer1.0-rtsp-server.inc | ||
| 2 | |||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=6762ed442b3822387a51c92d928ead0d" | ||
| 4 | |||
| 5 | SRC_URI[md5sum] = "239f805e755deb388162e957fcffff1d" | ||
| 6 | SRC_URI[sha256sum] = "c12befa5ec63818842c150725d3e9e38bf9948366317b67dc2536dfd00765da1" | ||
| 7 | |||
| 8 | |||
| 9 | |||
