Update mediamtx config file

This commit is contained in:
qjyu 2026-05-28 12:55:09 +08:00
parent 6ea3301e27
commit 2bbe28f3bb
1 changed files with 51 additions and 51 deletions

View File

@ -2,11 +2,11 @@
# https://github.com/bluenviron/mediamtx # https://github.com/bluenviron/mediamtx
logLevel: info logLevel: info
readTimeout: 10s
writeTimeout: 10s
# RTSP server settings # RTSP server settings
rtspAddress: :8554 rtspAddress: :8554
rtspReadTimeout: 10s
rtspWriteTimeout: 10s
# UDP/RTP settings # UDP/RTP settings
rtpAddress: :8000 rtpAddress: :8000
@ -14,7 +14,7 @@ rtcpAddress: :8001
# HLS (HTTP Live Streaming) - for web browsers # HLS (HTTP Live Streaming) - for web browsers
hlsAddress: :8888 hlsAddress: :8888
hlsVariant: main hlsVariant: mpegts
hlsSegmentCount: 3 hlsSegmentCount: 3
hlsSegmentDuration: 1s hlsSegmentDuration: 1s