[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

ltsp & pulseaudio



  Hello.

In our organization we use ltsp on debian wheezy for our work. But we
get a non-working sound - mplayer freezes on playing and default sink stay
in suspend state forever, even if we run mplayer localy on thin station. The
problem is resolved if we add module-suspend-on-idle to pulseaudio. May be
we not alone in this problem. A patch for
/opt/ltsp/amd64/usr/share/ltsp/ltsp-init-common is attached.
--- ltsp-init-common.old	2014-02-07 12:24:58.000000000 +0400
+++ ltsp-init-common	2014-02-07 12:25:18.000000000 +0400
@@ -34,6 +34,7 @@
                 -L $PULSE_VOLUME_RESTORE \
                 -L module-rescue-streams \
                 -L "module-native-protocol-unix auth-anonymous=1" \
+                -L "module-suspend-on-idle" \
                 -n &
                 ;;
             [Ff][Aa][Ll][Ss][Ee]|[Nn]|[Nn][Oo])

Reply to: