fix local IP

This commit is contained in:
Ivan
2023-11-08 12:10:37 +03:00
parent bbce9452d5
commit 69f324ce5f
5 changed files with 35 additions and 35 deletions

View File

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