enable webm stresms for native

This commit is contained in:
MaZderMind 2014-12-27 10:01:33 +01:00
parent a0b7031f99
commit 77d3c10bd8

View file

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