diff --git a/hands_20220614/hands_esp32cam_stream.js b/hands_20220614/hands_esp32cam_stream.js index 4fe443fce6..51381f2556 100644 --- a/hands_20220614/hands_esp32cam_stream.js +++ b/hands_20220614/hands_esp32cam_stream.js @@ -13,6 +13,7 @@ window.onload = function () { var result = document.getElementById("gamediv_hands"); ShowImage.src = document.location.origin+':81/?stream'; + ShowImage.src = ShowImage.src.replace(":81:81",":81"); ShowImage.style.visibility = "visible"; setTimeout(function(){ShowImage.style.visibility = "hidden";start();},5000);