aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Schauer2021-04-03 23:47:56 +0200
committerLukas Schauer2021-04-03 23:47:56 +0200
commite3cd9d55f70709dc6f8f0a13c53a607b6962a6d5 (patch)
treef022884b33f0b8bf47ee2751add2a9a8d8a26140
parent449fe43f66e61d84c91829e467bc0d0ecbbfd46c (diff)
path for native_hd.m3u8
-rw-r--r--model/Room.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/model/Room.php b/model/Room.php
index f0b9a5d..53e8534 100644
--- a/model/Room.php
+++ b/model/Room.php
@@ -209,7 +209,7 @@ class Room
}
public function getHLSPlaylistUrl() {
- return proto().'://'.joinpath([$GLOBALS['CONFIG']['CDN'], 'hls', rawurlencode($this->getStream()).'_native_hd.m3u8']);
+ return proto().'://'.joinpath([$GLOBALS['CONFIG']['CDN'], 'hls', rawurlencode($this->getStream()).'/native_hd.m3u8']);
}
public function getDashManifestUrl() {