aboutsummaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorMaZderMind2014-12-13 14:07:01 +0100
committerMaZderMind2014-12-13 14:07:01 +0100
commit92ed876cbe0feaa5800fe1e79b7b5e2d3aedfebf (patch)
treed5657d177090838c1279f0213fd04ff56e4af37a /template
parent2aa691a677203a4f79c0d7e4dfb86f06703bc8e2 (diff)
there will be an hd-webm stream
Diffstat (limited to 'template')
-rw-r--r--template/assemblies/player/video.phtml14
1 files changed, 6 insertions, 8 deletions
diff --git a/template/assemblies/player/video.phtml b/template/assemblies/player/video.phtml
index 5456b0c..364f994 100644
--- a/template/assemblies/player/video.phtml
+++ b/template/assemblies/player/video.phtml
@@ -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))?>"