aboutsummaryrefslogtreecommitdiff
path: root/template/assemblies/player/relive.phtml
diff options
context:
space:
mode:
authorMaZderMind2014-12-27 20:56:20 +0100
committerMaZderMind2014-12-27 20:56:20 +0100
commitda15fd33e4b6d4bb4089c42591de3574d383f874 (patch)
treec3d11dac579fa87837fea90355ef0709c8a5f958 /template/assemblies/player/relive.phtml
parentab0a2cfbf2b4be1d87376052a02ef2e67557bf0b (diff)
relive gui
Diffstat (limited to '')
-rw-r--r--template/assemblies/player/relive.phtml16
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>