This file contains hidden or 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
| # Configuring sound server | |
| # Tested on Ubuntu 11.10 | |
| sudo apt-get install pulseaudio-module-zeroconf | |
| # Change /etc/default/pulseaudio file on server to contain: | |
| PULSEAUDIO_SYSTEM_START=1 | |
| DISALLOW_MODULE_LOADING=1 |