aboutsummaryrefslogtreecommitdiff
path: root/template/assemblies/desktop-player.phtml
diff options
context:
space:
mode:
authorFlorian Larysch2016-12-21 14:06:27 +0100
committerFlorian Larysch2016-12-21 14:08:18 +0100
commit83f3bd033eec9010d311cb22682e27f64a2bf56b (patch)
tree67011c266f663f14c7fac5d0cd788555e1b2be64 /template/assemblies/desktop-player.phtml
parent8d05da5674048a76d234e09a24f4ecd61eef2f0f (diff)
update desktop player hint
In-browser playback has gotten better in recent years, so we can moderate the suggestion to use a desktop player a bit.
Diffstat (limited to '')
-rw-r--r--template/assemblies/desktop-player.phtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/assemblies/desktop-player.phtml b/template/assemblies/desktop-player.phtml
index b5ed0c6..ffb8a93 100644
--- a/template/assemblies/desktop-player.phtml
+++ b/template/assemblies/desktop-player.phtml
@@ -1,5 +1,5 @@
<div class="desktop-player-hint">
- <h3>Use a desktop player!</h3>
- <p>Browsers and video doesn't go together well, even in <?=h(date('Y'))?> and especially when it's live. So for your best viewing experience please use a desktop player like VLC or mplayer.</p>
+ <h3>Try a desktop player!</h3>
+ <p>If you're experiencing problems with the web player, please try a desktop player such as VLC.</p>
<p>Beware that downloading the HLS playlist file is useless because of the way HLS works. You need to play the URL from your player.</p>
</div>