...
On the Linux audio server, PulseAudio must be enabled for network access . Perform the following steps to enable network access to PulseAudio on the Linux audio serveras shown below:
Configure PulseAudio on Linux for network access | ||
---|---|---|
Step | Description | Command |
1 | Check if PulseAudio is installed on the system. |
If the software is not installed, use
to install it. |
2 | Enable network access to the PulseAudio server. | Edit the PulseAudio configuration file: If PulseAudio runs under the non-root account of the current desktop user (normal case, recommended):
If PulseAudio is run as root user (system mode, not recommended, only useful in special cases – e.g., embedded use where no real local users exist):
Add the following line if it does not already exist:
Save the file. |
3 | Restart the PulseAudio server. | If the default.pa file was modified, the following commands must be run as the non-root user under which PulseAudio was originally started. Stop the PulseAudio server:
Start the PulseAudio server:
If PulseAudio was started in system mode and the system.pa file was modified, the system-wide service must be restarted. Please note: if “autospawn = yes” is set in /etc/pulse/client.conf, the process will be restarted automatically after stopping it. |
4 | Check if the server is listening on its port. |
OR
|
...