aboutsummaryrefslogtreecommitdiff
path: root/template/assemblies/switcher/miniroom-video.phtml
blob: ace02bcd34fc3fea3ade8f56934128ca94b13f68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<h3>Directlinks</h3>
<ul>
<? foreach(array('rtmp', 'hls') as $protocol): ?>
		<li>
			<span class="label filetype" title="<?=h(format_text('sd'))?>"><?=h($protocol)?></span>
			<a href="<?=h(link_stream($protocol, $room, 'sd'))?>">
				<span class="fa fa-video-camera"></span>
				live video-podcast
			</a>
		</li>
<? endforeach ?>
	<li>
		<span class="label filetype" title="<?=h(format_text('webm'))?>">WebM</span>
		<a href="<?=h(link_stream('webm', $room, 'webm'))?>">
			<span class="fa fa-video-camera"></span>
			live video-podcast
		</a>
	</li>
</ul>