feat: 部分修复Hdmi再次启动启动不了的bug

This commit is contained in:
alivender
2025-08-04 17:13:50 +08:00
parent 8396b7aaea
commit e0ac21d141
3 changed files with 76 additions and 0 deletions

View File

@@ -362,6 +362,9 @@ function stopStream() {
isPlaying.value = false;
currentVideoSource.value = '';
videoStatus.value = '已停止播放';
const client = AuthManager.createAuthenticatedHdmiVideoStreamClient();
client.disableHdmiTransmission();
addLog('info', '停止播放HDMI视频流');
alert?.info('已停止播放HDMI视频流');