udpate stuff
This commit is contained in:
11
mediamtx.yml
11
mediamtx.yml
@@ -6,6 +6,10 @@
|
||||
logLevel: info
|
||||
logDestinations: [stdout]
|
||||
|
||||
# REST API (for diagnostics)
|
||||
api: yes
|
||||
apiAddress: :9997
|
||||
|
||||
# RTMP server (ingest from OBS / FFmpeg)
|
||||
rtmp: yes
|
||||
rtmpAddress: :1935
|
||||
@@ -14,12 +18,15 @@ rtmpAddress: :1935
|
||||
hls: yes
|
||||
hlsAddress: :8888
|
||||
hlsAlwaysRemux: yes
|
||||
hlsSegmentCount: 3
|
||||
hlsSegmentCount: 7
|
||||
hlsSegmentDuration: 1s
|
||||
hlsAllowOrigin: '*'
|
||||
|
||||
# RTSP server (used internally for FFmpeg → MediaMTX push, supports HEVC)
|
||||
rtsp: yes
|
||||
rtspAddress: :8554
|
||||
|
||||
# Disable unused protocols
|
||||
rtsp: no
|
||||
webrtc: no
|
||||
srt: no
|
||||
record: no
|
||||
|
||||
Reference in New Issue
Block a user