[meta-freescale] [distro][PATCH] Add recipe for RTSP server

Vanessa Maegima vanessa.maegima at nxp.com
Tue Aug 15 12:16:22 PDT 2017


Add recipe for gst-variable-rtsp-server, RTSP server for live-stream
from a v4l2 video source.

Signed-off-by: Vanessa Maegima <vanessa.maegima at nxp.com>
---
 .../gstreamer/gst-variable-rtsp-server_1.0.bb      | 26 ++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 recipes-multimedia/gstreamer/gst-variable-rtsp-server_1.0.bb

diff --git a/recipes-multimedia/gstreamer/gst-variable-rtsp-server_1.0.bb b/recipes-multimedia/gstreamer/gst-variable-rtsp-server_1.0.bb
new file mode 100644
index 0000000..372c8ff
--- /dev/null
+++ b/recipes-multimedia/gstreamer/gst-variable-rtsp-server_1.0.bb
@@ -0,0 +1,26 @@
+# Copyright (C) 2017 NXP Semiconductor
+
+SUMMARY = "RTSP server for live-stream from a v4l2 video source"
+HOMEPAGE = "https://github.com/Gateworks/gst-gateworks-apps"
+SECTION = "multimedia"
+
+LICENSE = "GPLv3"
+
+inherit pkgconfig
+
+DEPENDS = "gstreamer1.0 gstreamer1.0-rtsp-server glib-2.0"
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
+
+SRC_URI = " \
+    git://github.com/Gateworks/gst-gateworks-apps;branch=master \
+"
+
+SRCREV = "490564815d8049dbdd79087f546835b673ba6e88"
+
+S = "${WORKDIR}/git"
+
+do_install() {
+    install -m 0755 -D ${S}/bin/gst-variable-rtsp-server \
+        ${D}/${bindir}/gst-variable-rtsp-server
+}
-- 
2.7.4



More information about the meta-freescale mailing list