视频流适配内外网

This commit is contained in:
lxj
2025-08-28 09:10:56 +08:00
parent 228a008f00
commit d2102ac20a
2 changed files with 18 additions and 13 deletions

View File

@@ -1,5 +1,7 @@
export interface AddStreamProxyResult {
key:string;
app:string;
streamId:string;
rtsp:string;
rtmp:string;
flv:string;