aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Larysch2016-12-21 14:06:27 +0100
committerFlorian Larysch2016-12-21 14:06:27 +0100
commit97428d62ffabac32a706d0c17f36a73b06c7d8ef (patch)
treedae17e65a1d9e4607d4823e390206ae8fa52afc9
parent4a7a7ed1bcc6f36fb18f7f564d8f43a7e64a2e48 (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>