aboutsummaryrefslogtreecommitdiff
path: root/model
diff options
context:
space:
mode:
authorAnton Schubert2017-12-21 12:21:51 +0100
committerMaZderMind2018-01-24 23:29:53 +0100
commitd83d5df9c267038938383451f05248493a1c59eb (patch)
treedd06b7f46e408e9ce409693465b9093a70507404 /model
parentceaad129176e3ff5dd47b884c024569f474eec5b (diff)
fix dash manifest url
Diffstat (limited to 'model')
-rw-r--r--model/Room.php2
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() {