aboutsummaryrefslogtreecommitdiff
path: root/template/assemblies/player/relive.phtml
diff options
context:
space:
mode:
authorAnton Schubert2020-04-13 19:31:07 +0200
committerAnton Schubert2020-04-13 19:31:07 +0200
commit24f02757c9966ddc05871e6bd49226b752f183e4 (patch)
treea5a4ea8347ae506f5a66481efcb7c8c0b96c9f82 /template/assemblies/player/relive.phtml
parent5fed49b39d7f3a8e7f32690f4d5ba28ba5c93ecc (diff)
use voc-player for relive, update clappr plugins, remove old assets, clean up dash/relive player embeds
Diffstat (limited to 'template/assemblies/player/relive.phtml')
-rw-r--r--template/assemblies/player/relive.phtml6
1 files changed, 2 insertions, 4 deletions
diff --git a/template/assemblies/player/relive.phtml b/template/assemblies/player/relive.phtml
index 361e1bb..91c79ba 100644
--- a/template/assemblies/player/relive.phtml
+++ b/template/assemblies/player/relive.phtml
@@ -1,9 +1,7 @@
<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']))?>"
+ data-voc-player
+ data-source="<?= h(forceproto($talk['playlist'])) ?>"
<? if(array_key_exists('sprites', $talk)): ?>
data-sprites="<?= h($talk['sprites']['url']) ?>"
data-sprites-n="<?= h($talk['sprites']['n']) ?>"