there will be an hd-webm stream

This commit is contained in:
MaZderMind 2014-12-13 14:07:01 +01:00
parent 2aa691a677
commit 92ed876cbe

View file

@ -7,14 +7,12 @@
style="width: 100%; height: 100%;"
class="<?=h($miniroom ? 'nosubs' : 'subs')?>"
>
<? if($format == 'sd'): ?>
<source
data-plugin-type="native"
src="<?=h(link_stream('webm', $room, 'webm', $translated))?>"
title="WebM (Icecast)"
type="video/webm"
/>
<? endif ?>
<source
data-plugin-type="native"
src="<?=h(link_stream('webm', $room, $format, $translated))?>"
title="WebM (Icecast)"
type="video/webm"
/>
<source
data-plugin-type="flash"
src="<?=h(link_stream('rtmp', $room, $format, $translated))?>"