Files
dropshell-templates/squashkiwi-streaming/config/mediamtx.yml
Your Name 7d1a1b3f0c
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 22s
config: Add 3 and update 5 files
2025-09-02 00:11:15 +12:00

41 lines
691 B
YAML

# MediaMTX Configuration for SquashKiwi Streaming
# General Settings
logLevel: info
logDestinations: [stdout]
# Authentication - disable for public access
authMethod: none
# API Configuration
api: yes
apiAddress: :9997
apiAllowOrigin: '*'
# 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:
# Transcoded H264 stream
court_h264:
# This path will receive the transcoded stream from ffmpeg