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