通用通道支持停止实时流

This commit is contained in:
lin
2025-08-01 15:58:30 +08:00
parent 3f6264cad9
commit c75122008c
11 changed files with 709 additions and 132 deletions

View File

@@ -260,6 +260,15 @@ export function playChannel(channelId) {
}
})
}
export function stopPlayChannel(channelId) {
return request({
method: 'get',
url: '/api/common/channel/play/stop',
params: {
channelId: channelId
}
})
}
// 前端控制