From ee1dee9f842e95d39cd12f155916eaa9560db193 Mon Sep 17 00:00:00 2001 From: "gao.zhiyuan" Date: Fri, 24 Jun 2022 17:45:03 +0800 Subject: [PATCH] =?UTF-8?q?=E8=90=A4=E7=9F=B3=E7=8A=B6=E6=80=81=E8=8E=B7?= =?UTF-8?q?=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/VideoAccess-VCMP/api/app/lib/utils/rtmp2others.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/code/VideoAccess-VCMP/api/app/lib/utils/rtmp2others.js b/code/VideoAccess-VCMP/api/app/lib/utils/rtmp2others.js index a60069c..8e3d364 100644 --- a/code/VideoAccess-VCMP/api/app/lib/utils/rtmp2others.js +++ b/code/VideoAccess-VCMP/api/app/lib/utils/rtmp2others.js @@ -28,7 +28,12 @@ module.exports = function (app, opts) { } } + const getYingshiPlayUrl = async (deviceSerial) => { + + } + return { - rtmp2others + rtmp2others, + getYingshiPlayUrl, } } \ No newline at end of file