diff options
Diffstat (limited to 'view')
-rw-r--r-- | view/streams-json-v1.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/streams-json-v1.php b/view/streams-json-v1.php index 055f6bc..d394384 100644 --- a/view/streams-json-v1.php +++ b/view/streams-json-v1.php @@ -66,7 +66,7 @@ foreach (Conferences::getActiveConferences() as $conference) case 'dash': $urls['dash'] = array( - 'display' => $display, + 'display' => "MPEG-Dash", 'tech' => $room->getDashTech(), 'url' => $room->getDashManifestUrl(), ); |