Created
December 21, 2011 13:26
-
-
Save rriemann/1506039 to your computer and use it in GitHub Desktop.
get pulseaudio work with two servers
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# make server locallay available | |
pacmd load-module module-tunnel-sink server=pluto.local | |
# combine both local servers two one single sink | |
pacmd load-module module-combine-sink sink_name=combined slaves=tunnel-sink.pluto.local,alsa_output.pci-0000_00_1b.0.analog-stereo | |
# usefull cmd: | |
pacmd list-sinks | |
pacmd set-default-sink 3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Network access (may be configured with paprefs, so leave this commented | |
### here if you plan to use paprefs) | |
load-module module-esound-protocol-tcp | |
load-module module-native-protocol-tcp auth-ip-acl=127.0.0.1;192.168.178.0/24 auth-anonymous=1 | |
load-module module-zeroconf-publish | |
# lines above has to be added to /etc/pulse/default.pa on server |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment