diff --git a/birdnet-pi/rootfs/custom-services.d/30-monitoring.sh b/birdnet-pi/rootfs/custom-services.d/30-monitoring.sh index 21c0f7d25..900ac228d 100755 --- a/birdnet-pi/rootfs/custom-services.d/30-monitoring.sh +++ b/birdnet-pi/rootfs/custom-services.d/30-monitoring.sh @@ -30,6 +30,10 @@ if [ -z "${RTSP_STREAM}" ]; then fi fi +if [ -d /tmp/StreamData ]; then + RECS_DIR=/tmp +fi + while true; do sleep 61