From 26158ebc51e19780a69b35f15256c80c836ef27e Mon Sep 17 00:00:00 2001 From: Anton Schubert Date: Thu, 21 Dec 2017 12:47:16 +0100 Subject: fix hls playlist url --- model/Room.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'model') diff --git a/model/Room.php b/model/Room.php index 017a2ca..a436c93 100644 --- a/model/Room.php +++ b/model/Room.php @@ -164,7 +164,7 @@ class Room } public function getHLSPlaylistUrl() { - return proto().'://cdn.c3voc.de/hls/'.rawurlencode($this->getSlug().'_'.$this->getStream()).'.m3u8'; + return proto().'://cdn.c3voc.de/hls/'.rawurlencode($this->getStream()).'_native.m3u8'; } public function getDashManifestUrl() { -- cgit v1.2.3