fix local IP
This commit is contained in:
@ -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 => {
|
||||
|
Reference in New Issue
Block a user