aboutsummaryrefslogtreecommitdiff
path: root/model/Room.php
diff options
context:
space:
mode:
authorAnton Schubert2017-07-08 04:37:03 +0200
committerAnton Schubert2017-07-08 04:37:03 +0200
commit91cb022fe676c710c29ad269289aa1694f0a2aa6 (patch)
treec7cdba626c947c49696c32afd09e4f70fd9ef86d /model/Room.php
parent329c7a13bd1ed957efc9c14a8b7e5ea75912b2f8 (diff)
hardcode dash relay temporarily
Diffstat (limited to 'model/Room.php')
-rw-r--r--model/Room.php2
1 files changed, 1 insertions, 1 deletions
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() {