config: Update 5 files
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 22s
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 22s
This commit is contained in:
@@ -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
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user