diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/video.mdwn | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/video.mdwn b/templates/video.mdwn index 25a34d5..c8ed9e1 100644 --- a/templates/video.mdwn +++ b/templates/video.mdwn @@ -15,8 +15,9 @@ title="Sorry, the video formats provided are not supported by your browser." /> </video> </div><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). +<p><strong>External players:</strong> +Use <TMPL_UNLESS nom3u8><a href="//media.couchdesign.dk/<TMPL_VAR stem>.m3u8">this link</a> (HLS stream) +to play with e.g. <a href="https://mpv.io/">mpv</a>. </TMPL_UNLESS></p> [[!meta script="/js/lib/adapter.min.js"]] [[!meta script="/js/lib/janus.nojquery.js"]] |