diff options
author | Evgeny Sorokin <me@ch1p.io> | 2024-04-03 05:38:04 +0300 |
---|---|---|
committer | Evgeny Sorokin <me@ch1p.io> | 2024-04-03 05:38:04 +0300 |
commit | d816689f7db415e10c15d07048c0c4fbaeb3f04f (patch) | |
tree | 5b976d6f9005df7a2f29378b96c011b385f92402 /web | |
parent | 0c8c00bd5126d204067c8a37d1fff22b46cea1c7 (diff) |
fix
Diffstat (limited to 'web')
-rw-r--r-- | web/kbn_assets/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/kbn_assets/app.js b/web/kbn_assets/app.js index 4fd6141..36d6000 100644 --- a/web/kbn_assets/app.js +++ b/web/kbn_assets/app.js @@ -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) { |