summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2013-05-05 02:30:57 +0200
committerChristian Pointner <equinox@spreadspace.org>2013-05-05 02:30:57 +0200
commiteadcdc85c56ff33c9e72c157146cdd6f61d0bf6e (patch)
treebdf1d8ec4813487b2314647a8eddf478a8bf5a00
parentsupport missing record entries in config (diff)
project agnostic naming at hls example
-rwxr-xr-xcontrib/hls/install.sh2
-rwxr-xr-xcontrib/hls/start-hls.sh4
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)