fix: 导出视频地址只包含已部署通道
This commit is contained in:
parent
ac305f3106
commit
e8a8432c48
@ -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.
Loading…
Reference in New Issue
Block a user