From 91cb022fe676c710c29ad269289aa1694f0a2aa6 Mon Sep 17 00:00:00 2001 From: Anton Schubert Date: Sat, 8 Jul 2017 04:37:03 +0200 Subject: hardcode dash relay temporarily --- 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 c1aeafe..4b251cd 100644 --- a/model/Room.php +++ b/model/Room.php @@ -168,7 +168,7 @@ class Room } public function getDashManifestUrl() { - return proto().'://cdn.c3voc.de/dash/'.rawurlencode($this->getSlug().'_'.$this->getStream()).'.mpd'; + return proto().'://live.dus.c3voc.de/dash/'.rawurlencode($this->getSlug().'_'.$this->getStream()).'.mpd'; } public function getDashTech() { -- cgit v1.2.3