change snapshot dir

This commit is contained in:
legop3
2026-01-13 01:52:19 -05:00
parent c265121335
commit a49a090026
3 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ if [[ "${STREAM_ID}" == *-audio ]]; then
exit 0
fi
OUTPUT_DIR="${ROVER_SNAPSHOT_DIR:-/run/rover-snapshots}"
OUTPUT_DIR="${ROVER_SNAPSHOT_DIR:-/var/lib/rover-snapshots}"
FPS="${ROVER_SNAPSHOT_FPS:-1}"
WIDTH="${ROVER_SNAPSHOT_WIDTH:-640}"
QUALITY="${ROVER_SNAPSHOT_QUALITY:-8}"