config: Add 3 and 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:
@@ -4,9 +4,13 @@
|
||||
logLevel: info
|
||||
logDestinations: [stdout]
|
||||
|
||||
# Authentication - disable for public access
|
||||
authMethod: none
|
||||
|
||||
# API Configuration
|
||||
api: yes
|
||||
apiAddress: :9997
|
||||
apiAllowOrigin: '*'
|
||||
|
||||
# Metrics
|
||||
metrics: yes
|
||||
@@ -31,6 +35,7 @@ webrtcAddress: :8889
|
||||
webrtcAllowOrigin: '*'
|
||||
|
||||
# Path Configuration
|
||||
# Paths are configured entirely via environment variables in docker-compose.yml
|
||||
# This allows dynamic configuration without modifying this file
|
||||
paths: {}
|
||||
paths:
|
||||
# Transcoded H264 stream
|
||||
court_h264:
|
||||
# This path will receive the transcoded stream from ffmpeg
|
Reference in New Issue
Block a user