From 75347b4c8b480e51d39e65031e4570b445270ad6 Mon Sep 17 00:00:00 2001 From: Mustafa BOLEKEN Date: Mon, 9 Sep 2024 12:10:25 +0300 Subject: [PATCH] Increate the wait time of resolution change process --- src/main/webapp/player.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/player.html b/src/main/webapp/player.html index 2489494c..edbfad4e 100644 --- a/src/main/webapp/player.html +++ b/src/main/webapp/player.html @@ -735,7 +735,7 @@

let overlay = document.getElementById('video-overlay'); getVideo.pause(); overlay.style.display = "block"; - setTimeout(function(){ getVideo.play();overlay.style.display = "none";}, 1000); + setTimeout(function(){ getVideo.play();overlay.style.display = "none";}, 2000); } else { console.log( info + " notification received");