lws: store hls.js locally
This commit is contained in:
parent
75ab5f7515
commit
e42cedfeb4
@ -80,7 +80,8 @@ class MiscHandler extends RequestHandler
|
||||
if ($hls_debug)
|
||||
$hls_opts['debug'] = true;
|
||||
|
||||
$this->tpl->add_external_static('js', 'https://cdn.jsdelivr.net/npm/hls.js@latest');
|
||||
$this->tpl->add_static('hls.js');
|
||||
// $this->tpl->add_external_static('js', 'https://cdn.jsdelivr.net/npm/hls.js@latest');
|
||||
|
||||
$hls_host = config::get('cam_hls_host');
|
||||
$hls_proto = config::get('cam_hls_proto');
|
||||
|
Loading…
x
Reference in New Issue
Block a user