feat: 部分修复Hdmi再次启动启动不了的bug
This commit is contained in:
@@ -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视频流');
|
||||
|
||||
Reference in New Issue
Block a user