Files
dropshell-templates/squashkiwi-streaming/config/mediamtx.yml
Your Name 00ad0d3a4c
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 22s
Update squashkiwi-streaming/config/mediamtx.yml
2025-09-01 21:45:24 +12:00

53 lines
1.0 KiB
YAML

# MediaMTX Configuration for SquashKiwi Streaming
# General Settings
logLevel: info
logDestinations: [stdout]
# API Configuration
api: yes
apiAddress: :9997
# Metrics
metrics: yes
metricsAddress: :9998
# RTSP Server
rtsp: yes
rtspAddress: :8554
rtspTransports: [tcp, udp]
readTimeout: 10s
writeTimeout: 10s
# HLS Server
hls: yes
hlsAddress: :8888
hlsAllowOrigin: '*'
hlsSegmentCount: 10
hlsSegmentDuration: 2s
hlsPartDuration: 200ms
# WebRTC Server
webrtc: yes
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
sourceProtocol: tcp
# Recording
record: yes
recordPath: /recordings/%path_%Y%m%d_%H%M%S.mp4
recordSegmentDuration: 1h
recordDeleteAfter: 720h
# Sub-stream for lower bandwidth
court_sub:
# Source URL is provided via environment variable MTX_PATHS_COURT_SUB_SOURCE
# from docker-compose.yml
sourceProtocol: tcp