diff options
author | MaZderMind | 2016-12-29 02:27:48 +0100 |
---|---|---|
committer | MaZderMind | 2016-12-29 02:27:48 +0100 |
commit | 5faaebf0454e2d35b5fccc55ef9685328680f780 (patch) | |
tree | 1054d3ea270b749215b4d381020e4ae014b8e5e9 /template/assemblies/player/relive.phtml | |
parent | b802ead38b52fa2306b480572518da20687d0d94 (diff) | |
parent | ca2b184b87dba5c0f382332116b277d5ed156878 (diff) |
Merge branch 'feature/relive-js' into events/33c3
Diffstat (limited to 'template/assemblies/player/relive.phtml')
-rw-r--r-- | template/assemblies/player/relive.phtml | 22 |
1 files changed, 7 insertions, 15 deletions
diff --git a/template/assemblies/player/relive.phtml b/template/assemblies/player/relive.phtml index ae108b1..93b6c95 100644 --- a/template/assemblies/player/relive.phtml +++ b/template/assemblies/player/relive.phtml @@ -1,16 +1,8 @@ -<div style="max-width: <?=h($width)?>px; max-height: <?=h($height)?>px;" class="video-wrap"> - <video - autoplay="autoplay" - preload="auto" - width="<?=h($width)?>" - height="<?=h($height)?>" - style="width: 100%; height: 100%;" - class="relive mejs" - > - <source - src="<?=h(forceproto($talk['playlist']))?>" - title="h.264 (HLS)" - type="application/x-mpegURL" - /> - </video> +<div + style="max-width: <?=h($width)?>px; max-height: <?=h($height)?>px;" + class="video-wrap" + data-width="<?=h($width)?>" + data-height="<?=h($height)?>" + data-m3u8="<?=h(forceproto($talk['playlist']))?>" +> </div> |