fix
This commit is contained in:
parent
0c8c00bd51
commit
d816689f7d
@ -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
|
||||
}
|
||||
|
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user