Skip to content

Commit

Permalink
V4L2rtsp streaming server: new recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
mandraga committed Jan 13, 2024
1 parent 098dc60 commit bb814a4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions meta-oe/recipes-multimedia/v4l2apps/v4l2rtspserver_0.3.8.bb
@@ -0,0 +1,13 @@
SUMMARY = "V4L2rtsp streaming server"
LICENSE = "Unlicense"
LIC_FILES_CHKSUM = "file://UNLICENSE;md5=911690f51af322440237a253d695d19f"

SRC_URI = "gitsm://github.com/mpromonet/v4l2rtspserver.git;branch=master;protocol=https"
SRCREV = "b12cf350dc573ab0ff9d1b51a21daf3c218b614e"

PV .= "+0.3.8+git${SRCPV}"
S = "${WORKDIR}/git"

inherit pkgconfig cmake

DEPENDS += "live555 log4cpp"

0 comments on commit bb814a4

Please sign in to comment.