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.
This commit is contained in:
Florian Larysch 2016-12-21 14:06:27 +01:00
parent 8d05da5674
commit 83f3bd033e

View file

@ -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>