aboutsummaryrefslogtreecommitdiff
path: root/template/assemblies/player/relive.phtml
blob: 361e1bbcddc8657c33bb85d02f78d326a9e23917 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<div
	style="max-width: <?=h($width)?>px; max-height: <?=h($height)?>px;"
	class="video-wrap"
	data-width="<?=h($width)?>"
	data-height="<?=h($height)?>"
	data-m3u8="<?=h(forceproto($talk['playlist']))?>"
	<? if(array_key_exists('sprites', $talk)): ?>
	data-sprites="<?= h($talk['sprites']['url']) ?>"
	data-sprites-n="<?= h($talk['sprites']['n']) ?>"
	data-sprites-cols="<?= h($talk['sprites']['cols']) ?>"
	data-sprites-interval="<?= h($talk['sprites']['interval']) ?>"
	<? endif ?>
>
</div>