From 09d932a4f8c3ee0ccf88d36fcff5dbc8a2d01c32 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Mon, 2 Feb 2026 13:07:20 -0500 Subject: [PATCH] Update RtspServer for rpm builds --- utils/packpack/startpackpack.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/packpack/startpackpack.sh b/utils/packpack/startpackpack.sh index f1b17d446..349859eae 100755 --- a/utils/packpack/startpackpack.sh +++ b/utils/packpack/startpackpack.sh @@ -118,7 +118,7 @@ commonprep () { fi fi - RTSPVER="055d81fe1293429e496b19104a9ed3360755a440" + RTSPVER="24e6b7153aa561ecc4123cc7c8fc1b530cde0bc9" if [ -e "build/RtspServer-${RTSPVER}.tar.gz" ]; then echo "Found existing RtspServer ${RTSPVER} tarball..." else