Formats
foreach(array('hd', 'sd') as $iter): ?>
-
=h(strtoupper($iter))?>
video
endforeach ?>
include("$assemblies/desktop-player.phtml") ?>
foreach(array('rtmp', 'hls') as $protocol): ?>
Directlinks (=h(strtoupper($protocol))?>)
if($protocol == 'hls')
$formats = array('hd', 'sd', 'auto');
else
$formats = array('hd', 'sd');
?>
foreach($formats as $iter): ?>
-
=h(strtoupper($iter))?>
video
endforeach ?>
endforeach ?>
Directlinks (WebM)
foreach(array('hd', 'sd') as $iter): ?>
-
=h(strtoupper($iter))?>
video
endforeach ?>