Files
admin-vben5/apps/web-antd/src/api/sis/stream/model.d.ts

25 lines
385 B
TypeScript
Raw Normal View History

2025-07-21 03:38:19 +08:00
export interface AddStreamProxyResult {
key:string;
2025-08-28 09:10:56 +08:00
app:string;
streamId:string;
2025-07-21 03:38:19 +08:00
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;
}