aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--template/assemblies/desktop-player.phtml1
-rw-r--r--template/relive-player.phtml1
2 files changed, 2 insertions, 0 deletions
diff --git a/template/assemblies/desktop-player.phtml b/template/assemblies/desktop-player.phtml
index 208e4e8..b5ed0c6 100644
--- a/template/assemblies/desktop-player.phtml
+++ b/template/assemblies/desktop-player.phtml
@@ -1,4 +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>
+ <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>
diff --git a/template/relive-player.phtml b/template/relive-player.phtml
index 1982186..d425ca8 100644
--- a/template/relive-player.phtml
+++ b/template/relive-player.phtml
@@ -43,6 +43,7 @@
<p>
As there is no desktop player which supports time-shifting, we chose embed a Flash player here which does.
If you still want to watch with a desktop player, use this URL: <a href="<?=h($talk['playlist'])?>"><?=h($talk['playlist'])?></a>
+ (Note: Downloading this file is useless because of the way HLS works. You need to play the URL from your player.)
</p>
</div>
</div>