Skip to content

Instantly share code, notes, and snippets.

@rriemann
Created December 21, 2011 13:26
Show Gist options
  • Save rriemann/1506039 to your computer and use it in GitHub Desktop.
Save rriemann/1506039 to your computer and use it in GitHub Desktop.
get pulseaudio work with two servers
# 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
### 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