diff options
author | Christian Pointner <equinox@spreadspace.org> | 2013-05-05 02:30:57 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2013-05-05 02:30:57 +0200 |
commit | eadcdc85c56ff33c9e72c157146cdd6f61d0bf6e (patch) | |
tree | bdf1d8ec4813487b2314647a8eddf478a8bf5a00 /contrib/hls/start-hls.sh | |
parent | support missing record entries in config (diff) |
project agnostic naming at hls example
Diffstat (limited to 'contrib/hls/start-hls.sh')
-rwxr-xr-x | contrib/hls/start-hls.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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) |