diff options
author | Anton Schubert | 2017-07-08 04:37:03 +0200 |
---|---|---|
committer | Anton Schubert | 2017-07-08 04:37:03 +0200 |
commit | 91cb022fe676c710c29ad269289aa1694f0a2aa6 (patch) | |
tree | c7cdba626c947c49696c32afd09e4f70fd9ef86d /model/Room.php | |
parent | 329c7a13bd1ed957efc9c14a8b7e5ea75912b2f8 (diff) |
hardcode dash relay temporarily
Diffstat (limited to 'model/Room.php')
-rw-r--r-- | model/Room.php | 2 |
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() { |