From 23bd9d7dc14de8e42ac89ecb4267df4d847e0d03 Mon Sep 17 00:00:00 2001 From: Andrew Bauer Date: Thu, 8 Apr 2021 09:05:01 -0500 Subject: [PATCH] update RTSPServer commit hash for packpack --- utils/packpack/startpackpack.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/packpack/startpackpack.sh b/utils/packpack/startpackpack.sh index 7bc327413..112c9b64f 100755 --- a/utils/packpack/startpackpack.sh +++ b/utils/packpack/startpackpack.sh @@ -118,9 +118,9 @@ commonprep () { fi fi - RTSPVER="8ef9169c473da2f77752b5c43ae2dd7a82596876" + RTSPVER="6de773da1236af21e918fdd7ec5f66713a1a182b" if [ -e "build/RtspServer-${RTSPVER}.tar.gz" ]; then - echo "Found existing RtspServer ${CEBVER} tarball..." + echo "Found existing RtspServer ${RTSPVER} tarball..." else echo "Retrieving RTSP ${RTSPVER} submodule..." curl -L https://github.com/ZoneMinder/RtspServer/archive/${RTSPVER}.tar.gz > build/RtspServer-${RTSPVER}.tar.gz