[PATCH 11/13] Prevent pulseaudio from exiting every 20 seconds

Neil Jerram neil at ossau.homelinux.net
Thu Nov 22 19:45:05 CET 2012


Also do some logging, which I think will be useful.
---
 devices/gta04/src/devtools/scripts/pulse.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devices/gta04/src/devtools/scripts/pulse.sh b/devices/gta04/src/devtools/scripts/pulse.sh
index 28e015b..7b17d7a 100755
--- a/devices/gta04/src/devtools/scripts/pulse.sh
+++ b/devices/gta04/src/devtools/scripts/pulse.sh
@@ -4,6 +4,6 @@ then
 	while [ 1 = 1  ]
 	do
 		logger -t pulse.sh "Starting pulseaudio"
-		pulseaudio 2>&1 | logger -t pulse.sh
+		pulseaudio --log-level=info --exit-idle-time=-1 2>&1 | logger -t pulse.sh
 	done
 fi
-- 
1.7.10.4


--=-=-=--



More information about the community mailing list