upd
This commit is contained in:
parent
6e1884e151
commit
a1c7aff91f
@ -55,6 +55,8 @@ return [
|
|||||||
'modem.js' => 2,
|
'modem.js' => 2,
|
||||||
'inverter.js' => 2,
|
'inverter.js' => 2,
|
||||||
'h265webjs-dist/h265webjs-v20221106.js' => 3,
|
'h265webjs-dist/h265webjs-v20221106.js' => 3,
|
||||||
|
'h265webjs-dist/h265webjs-v20221106-reminified.js' => 1,
|
||||||
|
'h265webjs-dist/missile.js' => 1,
|
||||||
],
|
],
|
||||||
|
|
||||||
'cam_hls_access_key' => '',
|
'cam_hls_access_key' => '',
|
||||||
|
@ -112,7 +112,7 @@ class MiscHandler extends RequestHandler
|
|||||||
if ($include_h265) {
|
if ($include_h265) {
|
||||||
$js_config['h265webjsConfig'] = $js_h265webjs_config;
|
$js_config['h265webjsConfig'] = $js_h265webjs_config;
|
||||||
$this->tpl->add_static('h265webjs-dist/missile.js');
|
$this->tpl->add_static('h265webjs-dist/missile.js');
|
||||||
$this->tpl->add_static('h265webjs-dist/h265webjs-v20221106.js');
|
$this->tpl->add_static('h265webjs-dist/h265webjs-v20221106-reminified.js');
|
||||||
}
|
}
|
||||||
|
|
||||||
$js_config['camsByType'] = $cams_by_type;
|
$js_config['camsByType'] = $cams_by_type;
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user