From 3b896417ec6424130e85f21c5ce44a0525fe0395 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Wed, 28 Dec 2016 20:52:27 +0100 Subject: enable dash on dekan only --- configs/conferences/33c3/config.php | 8 ++++---- model/Room.php | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configs/conferences/33c3/config.php b/configs/conferences/33c3/config.php index 225a2a1..4592905 100644 --- a/configs/conferences/33c3/config.php +++ b/configs/conferences/33c3/config.php @@ -209,7 +209,7 @@ $CONFIG['ROOMS'] = array( * als Default-Stream angenommen. */ 'HD_VIDEO' => true, - 'DASH' => false, + 'DASH' => true, /** * Slide-Only-Stream (1024×576) verfügbar @@ -371,7 +371,7 @@ $CONFIG['ROOMS'] = array( 'TRANSLATION' => true, 'SD_VIDEO' => true, 'HD_VIDEO' => true, - 'DASH' => false, + 'DASH' => true, 'AUDIO' => true, 'SLIDES' => true, 'MUSIC' => false, @@ -402,7 +402,7 @@ $CONFIG['ROOMS'] = array( 'TRANSLATION' => true, 'SD_VIDEO' => true, 'HD_VIDEO' => true, - 'DASH' => false, + 'DASH' => true, 'AUDIO' => true, 'SLIDES' => true, 'MUSIC' => false, @@ -432,7 +432,7 @@ $CONFIG['ROOMS'] = array( 'TRANSLATION' => true, 'SD_VIDEO' => true, 'HD_VIDEO' => true, - 'DASH' => false, + 'DASH' => true, 'AUDIO' => true, 'SLIDES' => true, 'MUSIC' => false, diff --git a/model/Room.php b/model/Room.php index 8ee4ce2..fffb3c4 100644 --- a/model/Room.php +++ b/model/Room.php @@ -164,7 +164,7 @@ class Room } public function getDashManifestUrl() { - return proto().'://cdn.c3voc.de/dash/'.rawurlencode($this->getStream()).'/manifest.mpd'; + return proto().'://dekan.cch.c3voc.de/dash/'.rawurlencode($this->getStream()).'/manifest.mpd'; } public function hasTranslation() { -- cgit v1.2.3