diff options
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 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() { |