From 5820112bc8babe58c51f06cf208e4d6ebfdee353 Mon Sep 17 00:00:00 2001 From: wenlele Date: Thu, 21 Jul 2022 08:42:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8Ahttp=E8=BD=AC=E5=8C=96?= =?UTF-8?q?=E6=88=90https=E7=9A=84=E9=99=90=E5=88=B6=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/VideoAccess-VCMP/web/client/index.html | 2 +- .../web/client/src/components/videoPlayer/videoPlay.jsx | 4 ++-- .../src/sections/equipmentWarehouse/containers/camera.jsx | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/code/VideoAccess-VCMP/web/client/index.html b/code/VideoAccess-VCMP/web/client/index.html index e181401..e67994b 100644 --- a/code/VideoAccess-VCMP/web/client/index.html +++ b/code/VideoAccess-VCMP/web/client/index.html @@ -4,7 +4,7 @@ - + diff --git a/code/VideoAccess-VCMP/web/client/src/components/videoPlayer/videoPlay.jsx b/code/VideoAccess-VCMP/web/client/src/components/videoPlayer/videoPlay.jsx index 7fe6048..0d2d470 100644 --- a/code/VideoAccess-VCMP/web/client/src/components/videoPlayer/videoPlay.jsx +++ b/code/VideoAccess-VCMP/web/client/src/components/videoPlayer/videoPlay.jsx @@ -251,7 +251,7 @@ const VideoPlay = ({ // console.log(err); // }) - const inviteRes_ = await request.get(`${iotVideoServer}/api/gb28181/invite?id=${videoObj.topSerialNo}&channel=${videoObj.serialNo}`) + const inviteRes_ = await request.get(`${iotVideoServer}/api/gb28181/invite?id=${videoObj.topSerialNo}&channel=${videoObj.serialNo}`) } catch (error) { console.log(error.response); } @@ -267,7 +267,7 @@ const VideoPlay = ({ debug: true, showBandwidth: false, // 显示网速 operateBtns: { - fullscreen: false, + fullscreen: true, screenshot: false, play: false, audio: false, diff --git a/code/VideoAccess-VCMP/web/client/src/sections/equipmentWarehouse/containers/camera.jsx b/code/VideoAccess-VCMP/web/client/src/sections/equipmentWarehouse/containers/camera.jsx index 022a9db..5e0a0e9 100644 --- a/code/VideoAccess-VCMP/web/client/src/sections/equipmentWarehouse/containers/camera.jsx +++ b/code/VideoAccess-VCMP/web/client/src/sections/equipmentWarehouse/containers/camera.jsx @@ -225,6 +225,7 @@ const CameraHeader = (props) => { yingshiToken: row.secretYingshi?.token, playUrlSd: row.gbCamera?.playUrl?.liveUrl?.sd?.ezopen, playUrlHd: row.gbCamera?.playUrl?.liveUrl?.hd?.ezopen, + replayUrl:row.gbCamera?.playUrl?.replayUrl?.cloud, content:data, }) } else {