From d00fda4353e943c249354edf6e11cccfdc089d83 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Thu, 22 Dec 2016 20:25:35 +0100 Subject: working example of minimal dash player --- model/Room.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'model/Room.php') diff --git a/model/Room.php b/model/Room.php index b20a0f0..8ee4ce2 100644 --- a/model/Room.php +++ b/model/Room.php @@ -163,6 +163,10 @@ class Room return $this->getConference()->get('ROOMS.'.$this->getSlug().'.DASH'); } + public function getDashManifestUrl() { + return proto().'://cdn.c3voc.de/dash/'.rawurlencode($this->getStream()).'/manifest.mpd'; + } + public function hasTranslation() { return $this->getConference()->get('ROOMS.'.$this->getSlug().'.TRANSLATION'); } -- cgit v1.2.3