This commit is contained in:
Evgeny Sorokin 2024-04-03 05:38:04 +03:00
parent 0c8c00bd51
commit d816689f7d
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ common_static_files = {
'+bootstrap.min.css': 1,
'+bootstrap.bundle.min.js': 1,
'+polyfills.js': 1,
'+app.js': 9,
'+app.js': 10,
'+app.css': 6,
'hls.js': 1
}

View File

@ -144,7 +144,7 @@ var Cameras = {
hlsDebugVideoEvents: false,
getUrl: function(name) {
return this.pfx + 'live.m3u8';
return this.pfx + name + '/live.m3u8';
},
setupHls: function(video, name, useHls) {