From c9b65d1f43aa09ee83a97f5422e3b82d9d03fc31 Mon Sep 17 00:00:00 2001 From: Patrick Gehrsitz Date: Mon, 17 Feb 2025 23:35:11 +0100 Subject: [PATCH] chore: update ustreamer to v6.31 Signed-off-by: Patrick Gehrsitz --- bin/build.sh | 2 +- tools/libs/config.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/build.sh b/bin/build.sh index 38bb029e..0ad0460e 100755 --- a/bin/build.sh +++ b/bin/build.sh @@ -35,7 +35,7 @@ if [[ -z "${CROWSNEST_USTREAMER_REPO_SHIP}" ]]; then CROWSNEST_USTREAMER_REPO_SHIP="https://github.com/pikvm/ustreamer.git" fi if [[ -z "${CROWSNEST_USTREAMER_REPO_BRANCH}" ]]; then - CROWSNEST_USTREAMER_REPO_BRANCH="v6.10" + CROWSNEST_USTREAMER_REPO_BRANCH="v6.31" fi # Camera-streamer repo diff --git a/tools/libs/config.sh b/tools/libs/config.sh index 45d9607a..3b27b1d7 100755 --- a/tools/libs/config.sh +++ b/tools/libs/config.sh @@ -36,7 +36,7 @@ import_config() { [[ -n "${CROWSNEST_LOG_PATH}" ]] || CROWSNEST_LOG_PATH="/home/${BASE_USER}/printer_data/logs" [[ -n "${CROWSNEST_ENV_PATH}" ]] || CROWSNEST_ENV_PATH="/home/${BASE_USER}/printer_data/systemd" [[ -n "${CROWSNEST_USTREAMER_REPO_SHIP}" ]] || CROWSNEST_USTREAMER_REPO_SHIP="https://github.com/pikvm/ustreamer.git" - [[ -n "${CROWSNEST_USTREAMER_REPO_BRANCH}" ]] || CROWSNEST_USTREAMER_REPO_BRANCH="v6.10" + [[ -n "${CROWSNEST_USTREAMER_REPO_BRANCH}" ]] || CROWSNEST_USTREAMER_REPO_BRANCH="v6.31" [[ -n "${CROWSNEST_CAMERA_STREAMER_REPO_SHIP}" ]] || CROWSNEST_CAMERA_STREAMER_REPO_SHIP="https://github.com/mryel00/camera-streamer.git" [[ -n "${CROWSNEST_CAMERA_STREAMER_REPO_BRANCH}" ]] || CROWSNEST_CAMERA_STREAMER_REPO_BRANCH="master" status_msg "Using default configuration ..." "0"