summaryrefslogtreecommitdiff
path: root/contrib/hls
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/hls')
-rwxr-xr-xcontrib/hls/install.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/hls/install.sh b/contrib/hls/install.sh
index 33ca20d..16585f5 100755
--- a/contrib/hls/install.sh
+++ b/contrib/hls/install.sh
@@ -10,3 +10,7 @@ make
sudo cp m3u8-segmenter /usr/local/bin
cd ..
sudo cp start-hls.sh /usr/local/bin
+
+echo "For improved performance add following to /etc/fstab"
+echo "tmpfs /var/www/elevate-live tmpfs size=1G,mode=755,uid=flumotion,gid=flumotion 0 0"
+