This commit is contained in:
29
mediamtx.yml
Normal file
29
mediamtx.yml
Normal 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 Dashboard‑Status)
|
||||
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
|
||||
Reference in New Issue
Block a user