Skip to content

Commit e517c37

Browse files
committed
rtsp-proxy: Use a newer commit
This brings in a couple of changes: * The service enables Vulkan video accel for the ANV Intel driver. * The NNG message has a new 0/1 flag to indicate whether the source stream is connected. * An optional -c/--config option was added to rtsp-proxy to use a configuration file different from /etc/rtsp-proxy.ini This may be used in a service addendum that overrides ExecStart=. Signed-off-by: Zoltán Böszörményi <[email protected]>
1 parent e2d94f4 commit e517c37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

recipes-support/rtsp-proxy/rtsp-proxy_git.bb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ DEPENDS = "ffmpeg iniparser nng"
66

77
inherit autotools pkgconfig
88

9-
#PR = "r1"
9+
PR = "r1"
1010

1111
LIC_FILES_CHKSUM = "file://COPYING;md5=ad3fc5fe29791e832e8c969cd651eb4b"
1212

1313
SRC_URI = "git://github.com/zboszor/rtsp-proxy.git;protocol=https;branch=main"
1414

15-
SRCREV = "4c57a63977d9f9f7ae2b14d48b9f2c0022a4bcb6"
15+
SRCREV = "4b4006f7ed03d89495194383a83e79ce0cc29efa"
1616

1717
S = "${UNPACKDIR}/git"
1818

0 commit comments

Comments
 (0)