From e874f667df0fc5d1a610b0200824af2b993aa0be Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 5 May 2013 03:39:13 +0200 Subject: added lac web interface modifications --- contrib/hls/start-hls.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'contrib/hls') diff --git a/contrib/hls/start-hls.sh b/contrib/hls/start-hls.sh index 7fa4c19..59a18a6 100755 --- a/contrib/hls/start-hls.sh +++ b/contrib/hls/start-hls.sh @@ -14,7 +14,7 @@ # if [ -z "$1" ] || [ -z "$2" ] || [ -z "$3" ]; then - echo "Usage: $0 (high|medium|low)" + echo "Usage: $0 (high|medium|low|mini)" exit 1 fi @@ -37,6 +37,9 @@ case "$3" in low) arate=96k ;; + mini) + arate=96k + ;; *) arate=128k ;; -- cgit v1.2.3