mirror of
https://git.yoctoproject.org/poky
synced 2026-04-03 02:02:21 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
7279de72c6
commit
4e2cfdb6e0
@@ -0,0 +1,14 @@
|
||||
SUMMARY = "A library on top of GStreamer for building an RTSP server"
|
||||
SECTION = "multimedia"
|
||||
LICENSE = "LGPLv2"
|
||||
HOMEPAGE = "http://cgit.freedesktop.org/gstreamer/gst-rtsp-server/"
|
||||
DEPENDS = "gstreamer1.0"
|
||||
|
||||
PNREAL = "gst-rtsp-server"
|
||||
|
||||
SRC_URI = "http://gstreamer.freedesktop.org/src/${PNREAL}/${PNREAL}-${PV}.tar.xz"
|
||||
|
||||
S = "${WORKDIR}/${PNREAL}-${PV}"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
include gstreamer1.0-rtsp-server.inc
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=6762ed442b3822387a51c92d928ead0d"
|
||||
|
||||
SRC_URI[md5sum] = "239f805e755deb388162e957fcffff1d"
|
||||
SRC_URI[sha256sum] = "c12befa5ec63818842c150725d3e9e38bf9948366317b67dc2536dfd00765da1"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user