diff options
author | MaZderMind | 2014-12-27 10:01:33 +0100 |
---|---|---|
committer | MaZderMind | 2014-12-27 10:01:33 +0100 |
commit | 77d3c10bd8c7231003ae60ddd5d0a09b0b0d2204 (patch) | |
tree | c52bfdfdf97c626fb48be69dc357ec91e3f7daea /template | |
parent | a0b7031f99992662243cf50de23c0338f0896361 (diff) |
enable webm stresms for native
Diffstat (limited to '')
-rw-r--r-- | template/assemblies/player/video.phtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/assemblies/player/video.phtml b/template/assemblies/player/video.phtml index 943e0db..0955492 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(!$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))?>" |