From e3cd9d55f70709dc6f8f0a13c53a607b6962a6d5 Mon Sep 17 00:00:00 2001 From: Lukas Schauer Date: Sat, 3 Apr 2021 23:47:56 +0200 Subject: path for native_hd.m3u8 --- model/Room.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'model/Room.php') 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() { -- cgit v1.2.3