staging
Some checks failed
release-tag / release-image (push) Failing after 1m2s

This commit is contained in:
2025-09-21 14:58:13 +02:00
parent 536dd3d416
commit 42e484c47c
12 changed files with 566 additions and 1 deletions

29
mediamtx.yml Normal file
View File

@@ -0,0 +1,29 @@
# lauscht auf den Standard-Ports
rtmp: yes
hls: yes
# optional: enable ll-hls: yes
httpAddress: :8888
rtmpAddress: :1935
# Control API (für DashboardStatus)
api: yes
apiAddress: :9997
# Auth für API empfehlenswert
apiUser: admin
apiPass: starkes-passwort
# Metriken (optional)
metrics: yes
metricsAddress: :9998
# Allgemeine Pfadeinstellungen (alle Streams)
paths:
stream1:
publishUser: ingest1
publishPass: supersecret1
stream2:
publishUser: ingest2
publishPass: supersecret2