config: Update 5 files
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 22s

This commit is contained in:
Your Name
2025-09-01 22:14:11 +12:00
parent 1733efbd28
commit f1b107748a
5 changed files with 27 additions and 10 deletions

View File

@@ -10,8 +10,8 @@ services:
- ${RECORDINGS_FOLDER}:/recordings
environment:
- MTX_PROTOCOLS=tcp
- MTX_PATHS_COURT_MAIN_SOURCE=rtsp://${CAMERA_USER}:${CAMERA_PASSWORD}@${CAMERA_IP}:${CAMERA_RTSP_PORT}/cam/realmonitor?channel=1&subtype=0
- MTX_PATHS_COURT_SUB_SOURCE=rtsp://${CAMERA_USER}:${CAMERA_PASSWORD}@${CAMERA_IP}:${CAMERA_RTSP_PORT}/cam/realmonitor?channel=1&subtype=1
- MTX_PATHS_COURT_MAIN_SOURCE=${MTX_PATHS_COURT_MAIN_SOURCE}
- MTX_PATHS_COURT_SUB_SOURCE=${MTX_PATHS_COURT_SUB_SOURCE}
healthcheck:
test: ["CMD", "wget", "-q", "-O", "-", "http://localhost:9997/v2/paths/list"]
interval: 30s

View File

@@ -1,8 +1,9 @@
# SquashKiwi Streaming Configuration
# Edit this file to configure your streaming service
LOCAL_DATA_FOLDER="/home/dropshell/example-squashkiwi-streaming-data"
RECORDINGS_FOLDER="/home/dropshell/example-squashkiwi-streaming-recordings"
# Data folders
LOCAL_DATA_FOLDER="/home/dropshell/squashkiwi-streaming-data"
RECORDINGS_FOLDER="/home/dropshell/squashkiwi-streaming-recordings"
# Project Name used in docker-compose.yml, must be unique on the server.
PROJECT_NAME="sk-streaming"