summaryrefslogtreecommitdiff
path: root/contrib/hls/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/hls/install.sh')
-rwxr-xr-xcontrib/hls/install.sh18
1 files changed, 0 insertions, 18 deletions
diff --git a/contrib/hls/install.sh b/contrib/hls/install.sh
deleted file mode 100755
index b6561cb..0000000
--- a/contrib/hls/install.sh
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh
-
-set -e
-
-sudo aptitude install git build-essential ffmpeg pkg-config libavformat-dev runit
-git clone `cat m3u8-segmenter-git-repo`
-cd m3u8-segmenter
-./configure
-make
-sudo cp m3u8-segmenter /usr/local/bin
-cd ..
-sudo cp start-hls.sh /usr/local/bin
-
-echo "******* finished ********"
-echo ""
-echo "For improved performance add following to /etc/fstab"
-echo "tmpfs /var/www/live tmpfs size=1G,mode=755,uid=flumotion,gid=flumotion 0 0"
-