23 lines
531 B
YAML
23 lines
531 B
YAML
# mediamtx.yml (古早版本兼容模式)
|
|
logLevel: debug
|
|
|
|
# [修复] 使用 'Address' 语法 (解决了 'unknown field "hlsPort"')
|
|
rtsp: true
|
|
rtspAddress: :8554
|
|
|
|
hls: true
|
|
hlsAddress: :8888
|
|
hlsVariant: lowLatency
|
|
|
|
webRTC: true
|
|
webRTCAddress: :8889
|
|
|
|
# 路径配置
|
|
paths:
|
|
# 'all_others' 解决了 'aliases' 错误
|
|
all_others:
|
|
|
|
# [修复] 使用 'publishIPs' (解决了 'unknown field "publishers"')
|
|
publishIPs: [127.0.0.1]
|
|
|
|
# [修复] 移除所有低延迟HLS配置 (解决了 'unknown field "hlsVariant"') |