From 2dd1290a20fe884d01ef412b25d52f68e356db49 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 7 May 2013 16:38:09 +0200 Subject: lower audio bitrate for hls mini streams --- contrib/hls/start-hls.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib') diff --git a/contrib/hls/start-hls.sh b/contrib/hls/start-hls.sh index 59a18a6..44c5f05 100755 --- a/contrib/hls/start-hls.sh +++ b/contrib/hls/start-hls.sh @@ -38,7 +38,7 @@ case "$3" in arate=96k ;; mini) - arate=96k + arate=64k ;; *) arate=128k -- cgit v1.2.3