http adaptation

This commit is contained in:
Ivan
2023-11-08 10:25:47 +03:00
parent 2163477255
commit d6fb0cbb5d
5 changed files with 11 additions and 11 deletions

View File

@ -351,7 +351,7 @@
const camerasPerGroup = 5;
var totalCameras = 12 - 1;
const isSecure = window.location.protocol === "https:";
const baseURL = "https://{{VIRTUAL_HOST}}/http/live.flv";
const baseURL = "http://{{VIRTUAL_HOST}}/http/live.flv";
function stopAllCameras() {
flvPlayers.forEach(player => {