增加视频监控页面

This commit is contained in:
15683799673
2025-07-21 03:38:19 +08:00
parent f18b3ae03e
commit ee1365cd4c
17 changed files with 403 additions and 106 deletions

View File

@@ -0,0 +1,22 @@
export interface AddStreamProxyResult {
key:string;
rtsp:string;
rtmp:string;
flv:string;
wsFlv:string;
mp4:string;
hls:string;
}
export interface AddStreamProxyQuery {
videoIp:string;
videoPort:number;
factoryNo:string;
account:string;
pwd:string;
channelId:string;
startTime:string;
endTime:string;
stream:string;
}