From a463b676e24e34ef65684ac4411d8ce5d1bfe6c1 Mon Sep 17 00:00:00 2001
From: duzeng <duzengrass@163.com>
Date: 星期四, 13 十月 2022 20:42:35 +0800
Subject: [PATCH] feat: 点播开始后的截图任务,判断启用https后使用https_fmp4流地址
---
web_src/src/components/channelList.vue | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/web_src/src/components/channelList.vue b/web_src/src/components/channelList.vue
index 933cc44..136ddfe 100644
--- a/web_src/src/components/channelList.vue
+++ b/web_src/src/components/channelList.vue
@@ -250,6 +250,7 @@
that.loadSnap[deviceId + channelId] = 0;
that.getSnapErrorEvent(snapId)
}, 5000)
+ itemData.streamId = res.data.data.stream;
that.$refs.devicePlayer.openDialog("media", deviceId, channelId, {
streamInfo: res.data.data,
hasAudio: itemData.hasAudio
--
Gitblit v1.8.0