Files
nginx-stream-server/mediamtx.yml
jbergner 42e484c47c
Some checks failed
release-tag / release-image (push) Failing after 1m2s
staging
2025-09-21 14:58:13 +02:00

29 lines
507 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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