<div style="max-width: <?=h($width)?>px; max-height: <?=h($height)?>px;" class="video-wrap">
	<video
		autoplay="autoplay"
		preload="auto"
		width="<?=h($width)?>"
		height="<?=h($height)?>"
		style="width: 100%; height: 100%;"
		class="relive"
	>
		<source
			src="<?=h($talk['playlist'])?>"
			title="h.264 (HLS)"
			type="application/x-mpegURL"
		/>
	</video>
</div>