Update mediamtx config file
This commit is contained in:
parent
6ea3301e27
commit
2bbe28f3bb
|
|
@ -2,11 +2,11 @@
|
|||
# https://github.com/bluenviron/mediamtx
|
||||
|
||||
logLevel: info
|
||||
readTimeout: 10s
|
||||
writeTimeout: 10s
|
||||
|
||||
# RTSP server settings
|
||||
rtspAddress: :8554
|
||||
rtspReadTimeout: 10s
|
||||
rtspWriteTimeout: 10s
|
||||
|
||||
# UDP/RTP settings
|
||||
rtpAddress: :8000
|
||||
|
|
@ -14,7 +14,7 @@ rtcpAddress: :8001
|
|||
|
||||
# HLS (HTTP Live Streaming) - for web browsers
|
||||
hlsAddress: :8888
|
||||
hlsVariant: main
|
||||
hlsVariant: mpegts
|
||||
hlsSegmentCount: 3
|
||||
hlsSegmentDuration: 1s
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue