diff options
-rw-r--r-- | templates/video.mdwn | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/templates/video.mdwn b/templates/video.mdwn index c8ed9e1..4763cfd 100644 --- a/templates/video.mdwn +++ b/templates/video.mdwn @@ -15,9 +15,10 @@ title="Sorry, the video formats provided are not supported by your browser." /> </video> </div><TMPL_IF live-app> -<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>. +<p><strong>Recommendation:</strong> +For most stable experience, use a desktop computer and play +<TMPL_UNLESS nom3u8><a href="//media.couchdesign.dk/<TMPL_VAR stem>.m3u8">this link</a> (HLS stream) +directly in a dedicated player like <a href="https://mpv.io/">mpv</a>. </TMPL_UNLESS></p> [[!meta script="/js/lib/adapter.min.js"]] [[!meta script="/js/lib/janus.nojquery.js"]] |