From 7c253c46fbbb32c1806d4fc973367c9e0b9510b9 Mon Sep 17 00:00:00 2001 From: fustyles <34397289+fustyles@users.noreply.github.com> Date: Tue, 10 Oct 2023 23:08:43 +0800 Subject: [PATCH] Update holistic_esp32cam_stream.js --- holistic_20201012/holistic_esp32cam_stream.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/holistic_20201012/holistic_esp32cam_stream.js b/holistic_20201012/holistic_esp32cam_stream.js index 6b7c710bc5..b5785fd17c 100644 --- a/holistic_20201012/holistic_esp32cam_stream.js +++ b/holistic_20201012/holistic_esp32cam_stream.js @@ -19,7 +19,7 @@ window.onload = function () { var result_lefthand = document.getElementById("gamediv_lefthand_holistic"); var result_righthand = document.getElementById("gamediv_righthand_holistic"); - ShowImage.src = window.location.hostname+':81/?stream'; + ShowImage.src = 'http://'+window.location.hostname+':81/?stream'; ShowImage.style.visibility = "visible"; setTimeout(function(){ShowImage.style.visibility = "hidden";start();},5000);