diff options
author | MaZderMind | 2016-12-29 03:55:26 +0100 |
---|---|---|
committer | MaZderMind | 2016-12-29 03:55:26 +0100 |
commit | fbb304af5aa8655ff48c5b9c867509dd9f5b1de5 (patch) | |
tree | 68505636e47da605428427bd621e1ce0a4f5d80a /model | |
parent | f7d1aa166e9f3006e17399c7dd0c236386abc4d7 (diff) |
add dash to the json-api
Diffstat (limited to '')
-rw-r--r-- | model/Room.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/model/Room.php b/model/Room.php index fffb3c4..ecab17e 100644 --- a/model/Room.php +++ b/model/Room.php @@ -167,6 +167,10 @@ class Room return proto().'://dekan.cch.c3voc.de/dash/'.rawurlencode($this->getStream()).'/manifest.mpd'; } + public function getDashTech() { + return 'Adaptive multi-format-multi-bitrate-Stream to rule the World!!1elf'; + } + public function hasTranslation() { return $this->getConference()->get('ROOMS.'.$this->getSlug().'.TRANSLATION'); } |