diff options
author | Florian Larysch | 2015-09-10 22:38:53 +0200 |
---|---|---|
committer | Florian Larysch | 2015-09-10 22:38:53 +0200 |
commit | 6965d2264493ecc8650fe985e650d5b638a6f30d (patch) | |
tree | e5f926c89f655fc7c91417f02a99dbb4d8310b49 /template/relive-player.phtml | |
parent | 8e434bdd7fd0df18bb4178bbd8f9c2bf68398f4a (diff) |
explain that downloading HLS m3u8 files does not work
Diffstat (limited to 'template/relive-player.phtml')
-rw-r--r-- | template/relive-player.phtml | 1 |
1 files changed, 1 insertions, 0 deletions
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> |