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

36 lines
651 B
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]
# HLS Server
hls: yes
hlsAddress: :8888
hlsAllowOrigin: '*'
hlsSegmentCount: 10
hlsSegmentDuration: 2s
hlsPartDuration: 200ms
# WebRTC Server
webrtc: yes
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: {}