Formats
foreach(array('hd', 'sd') as $iter): ?>
-
=h(strtoupper($iter))?>
video
endforeach ?>
foreach(array('rtmp', 'hls') as $protocol): ?>
Directlinks (=h(strtoupper($protocol))?>)
if($protocol == 'hls')
$formats = array('auto', 'hd', 'sd');
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 ?>