diff options
Diffstat (limited to 'template/assemblies/player')
-rw-r--r-- | template/assemblies/player/relive.phtml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/template/assemblies/player/relive.phtml b/template/assemblies/player/relive.phtml new file mode 100644 index 0000000..c37fd87 --- /dev/null +++ b/template/assemblies/player/relive.phtml @@ -0,0 +1,16 @@ +<div style="width: 100%; height: 100%; max-width: <?=h($width)?>px; margin: 0 auto;"> + <video + autoplay="autoplay" + preload="auto" + width="<?=h($width)?>" + height="<?=h($height)?>" + style="width: 100%; height: 100%;" + class="nosubs relive" + > + <source + src="http://vod.c3voc.de/relive/<?=h($talk['playlist'])?>" + title="h.264 (HLS)" + type="application/x-mpegURL" + /> + </video> +</div> |