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

This commit is contained in:
Your Name
2025-09-01 22:35:13 +12:00
parent bc1b565997
commit 62b460cb3f
2 changed files with 15 additions and 24 deletions

View File

@@ -31,26 +31,6 @@ webrtcAddress: :8889
webrtcAllowOrigin: '*'
# Path Configuration
paths:
# Main court camera stream
court_main:
# Source URL is provided via environment variable MTX_PATHS_COURT_MAIN_SOURCE
# from docker-compose.yml
source: placeholder
# Recording
record: yes
recordPath: /recordings/%path/%Y-%m-%d_%H-%M-%S-%f.mp4
recordFormat: fmp4
recordSegmentDuration: 1h
recordDeleteAfter: 24h
# Sub-stream for lower bandwidth
court_sub:
# Source URL is provided via environment variable MTX_PATHS_COURT_SUB_SOURCE
# from docker-compose.yml
source: placeholder
# Legacy court path for compatibility
court:
source: placeholder
# Paths are configured entirely via environment variables in docker-compose.yml
# This allows dynamic configuration without modifying this file
paths: {}