fix: 导出视频地址只包含已部署通道

This commit is contained in:
tian 2026-07-27 11:27:22 +08:00
parent ac305f3106
commit e8a8432c48
2 changed files with 3 additions and 0 deletions

View File

@ -1702,6 +1702,9 @@ func (u *UI) actionDevicesExportChannels(w http.ResponseWriter, r *http.Request)
break
}
}
if devName == "" {
continue
}
rtspPort := unit.RTSPPort
if rtspPort == "" {
rtspPort = "8555"

Binary file not shown.