saveMP4CopyOnCDNStorageToAllowDownload)) { $downloadOptions[] = VideoHLS::getCDNDownloadLink($videos_id, 'mp4'); } if (!empty($videoHLSObj->saveMP3CopyOnCDNStorageToAllowDownload)) { $downloadOptions[] = VideoHLS::getCDNDownloadLink($videos_id, 'mp3'); } if (empty($downloadOptions)) { forbiddenPage('All download options on VideoHLS plugin are disabled'); } $video = Video::getVideoLight($videos_id); $height = 'calc(50vh - 50px)'; if (count($downloadOptions) == 1) { $height = 'calc(100vh - 50px)'; } ?> <?php echo $config->getWebSiteTitle(); ?> :: Download Video