From f3349fb625291b7fb10f22329cb3927cdcc22b60 Mon Sep 17 00:00:00 2001 From: Andrew Bauer Date: Fri, 23 Apr 2021 11:54:36 -0500 Subject: [PATCH] update packpack to use latest rtspserver commit --- 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 7c60bc478..33fba69c8 100755 --- a/utils/packpack/startpackpack.sh +++ b/utils/packpack/startpackpack.sh @@ -118,7 +118,7 @@ commonprep () { fi fi - RTSPVER="e3bc639d265ba4274270c4a9bf6ada517c0cca11" + RTSPVER="65f625e27ed9f96fa5ae068f6d49ec9fa5795629" if [ -e "build/RtspServer-${RTSPVER}.tar.gz" ]; then echo "Found existing RtspServer ${RTSPVER} tarball..." else