From b6df13af2489715976132b44848a618f95098972 Mon Sep 17 00:00:00 2001 From: fine <54142345+criver31@users.noreply.github.com> Date: 星期五, 05 一月 2024 14:14:19 +0800 Subject: [PATCH] 修复zlm重连不在线 --- web_src/index.html | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/web_src/index.html b/web_src/index.html index 21ad271..bd66d39 100644 --- a/web_src/index.html +++ b/web_src/index.html @@ -11,8 +11,10 @@ <body> <script type="text/javascript" src="./static/js/jessibuca/jessibuca.js"></script> <script type="text/javascript" src="./static/js/EasyWasmPlayer.js"></script> + <script type="text/javascript" src="./static/js/liveplayer-lib.min.js"></script> <script type="text/javascript" src="./static/js/ZLMRTCClient.js"></script> - <script type="text/javascript" src="./static/js/mapConfig.js"></script> + <script type="text/javascript" src="./static/js/config.js"></script> <div id="app"></div> + </body> </html> -- Gitblit v1.8.0