From eadcdc85c56ff33c9e72c157146cdd6f61d0bf6e Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 5 May 2013 02:30:57 +0200 Subject: project agnostic naming at hls example --- contrib/hls/install.sh | 2 +- contrib/hls/start-hls.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/hls/install.sh b/contrib/hls/install.sh index 16585f5..179c808 100755 --- a/contrib/hls/install.sh +++ b/contrib/hls/install.sh @@ -12,5 +12,5 @@ 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" +echo "tmpfs /var/www/live tmpfs size=1G,mode=755,uid=flumotion,gid=flumotion 0 0" diff --git a/contrib/hls/start-hls.sh b/contrib/hls/start-hls.sh index b2a985e..7fa4c19 100755 --- a/contrib/hls/start-hls.sh +++ b/contrib/hls/start-hls.sh @@ -10,7 +10,7 @@ # $ copy start-hls.sh /usr/local/bin # # add following to /etc/fstab -# tmpfs /var/www/elevate-live tmpfs size=1G,mode=755,uid=flumotion,gid=flumotion 0 0 +# tmpfs /var/www/live tmpfs size=1G,mode=755,uid=flumotion,gid=flumotion 0 0 # if [ -z "$1" ] || [ -z "$2" ] || [ -z "$3" ]; then @@ -25,7 +25,7 @@ src="http://localhost:8000/$2-flash-$quality.flv" segmenter="/usr/local/bin/m3u8-segmenter" len=3 num=3 -url="http://elevate-live.spreadspace.org/" +url="http://live.spreadspace.org/" case "$3" in high) -- cgit v1.2.3