aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaZderMind2014-12-27 00:58:13 +0100
committerMaZderMind2014-12-27 00:58:13 +0100
commitc264ac62b4a5c136023a638ca010fe4d8a5d74aa (patch)
tree696ec70ae34b7624029db49382158485b58fdb14
parent78ea394513f27cdab05e73d12818ca3566d2d319 (diff)
disable webm
Diffstat (limited to '')
-rw-r--r--template/assemblies/player/video.phtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/assemblies/player/video.phtml b/template/assemblies/player/video.phtml
index 73ff4ad..943e0db 100644
--- a/template/assemblies/player/video.phtml
+++ b/template/assemblies/player/video.phtml
@@ -7,14 +7,14 @@
style="width: 100%; height: 100%;"
class="<?=h($miniroom ? 'nosubs' : 'subs')?>"
>
- <? if($format != 'hd'): ?>
+ <? /*if($format != 'hd'): ?>
<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))?>"