diff options
author | MaZderMind | 2014-12-26 20:55:08 +0100 |
---|---|---|
committer | MaZderMind | 2014-12-26 20:55:08 +0100 |
commit | 7b7860d3416ae2ccdfeacb4f2c444f329e939641 (patch) | |
tree | 99eee14e753d9edecc484ff590501fba04b6f466 | |
parent | 9bf0a3c8d277447a3dc54a8938b3e4b92d58890e (diff) |
no webm hd atm
Diffstat (limited to '')
-rw-r--r-- | template/assemblies/player/video.phtml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/template/assemblies/player/video.phtml b/template/assemblies/player/video.phtml index b6036a5..73ff4ad 100644 --- a/template/assemblies/player/video.phtml +++ b/template/assemblies/player/video.phtml @@ -7,12 +7,14 @@ style="width: 100%; height: 100%;" class="<?=h($miniroom ? 'nosubs' : 'subs')?>" > + <? if($format != 'hd'): ?> <source data-plugin-type="native" src="<?=h(link_stream('webm', $room, $format, $translated))?>" title="WebM (Icecast)" type="video/webm" /> + <? endif ?> <source data-plugin-type="flash" src="<?=h(link_stream('rtmp', $room, $format, $translated))?>" |