From d83d5df9c267038938383451f05248493a1c59eb Mon Sep 17 00:00:00 2001 From: Anton Schubert Date: Thu, 21 Dec 2017 12:21:51 +0100 Subject: fix dash manifest 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 24d87cb..017a2ca 100644 --- a/model/Room.php +++ b/model/Room.php @@ -168,7 +168,7 @@ class Room } public function getDashManifestUrl() { - return proto().'://live.dus.c3voc.de/dash/'.rawurlencode($this->getSlug().'_'.$this->getStream()).'.mpd'; + return proto().'://cdn.c3voc.de/dash/'.rawurlencode($this->getStream()).'/manifest.mpd'; } public function getDashTech() { -- cgit v1.2.3