summaryrefslogtreecommitdiff
path: root/templates/video.mdwn
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2017-05-16 18:17:57 +0200
committerJonas Smedegaard <dr@jones.dk>2017-05-16 18:17:57 +0200
commit5a4c4a9ce7d3ec8546cd8dd8f5648d905fab00cb (patch)
tree78f6809810fc584c0cbcdb63f89e022105787fb8 /templates/video.mdwn
parent7212169a6cd9f984c231b74cf17c5f1c6b2b631f (diff)
Extend video template: Add link for external players.
Diffstat (limited to 'templates/video.mdwn')
-rw-r--r--templates/video.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/video.mdwn b/templates/video.mdwn
index e954f33..72f7fcf 100644
--- a/templates/video.mdwn
+++ b/templates/video.mdwn
@@ -15,6 +15,9 @@
title="Sorry, the video formats provided are not supported by your browser." />
</video>
<TMPL_IF live-app>
+<p><strong>Link for external players:</strong>
+<TMPL_UNLESS nom3u8><a href="//media.couchdesign.dk/<TMPL_VAR stem>.m3u8">HLS</a> (works with Mpv, Mplayer and VLC).
+</TMPL_UNLESS></p>
[[!meta script="/js/lib/adapter.min.js"]]
[[!meta script="/js/lib/janus.nojquery.js"]]
<script type="text/javascript" src="/js/app/<TMPL_VAR live-app>.js"></script>