Copyright (C) 2008-2021 Oliver Bohlen.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
A copy of the license is included in the section entitled "GNU Free Documentation License".
This documentation comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law.
For sending Music or other Sounds over a Network I uns PulseAudio on my Server. So I can play e.g. Music from a mobile device and the Sound is transported over WLAN playing on my Sound-System connected to the Server.
If you want to use this solution you need the following howto(s) finished:
emerge media-sound/pulseaudio
File permissions:
Owner: root
Group: root
Permissions: -rw-r--r--
Click here for a download of the complete file: /etc/conf.d/pulseaudio
Changed on 06.11.15Enable System Wide Startup for PulseAudio
PULSEAUDIO_SHOULD_NOT_GO_SYSTEMWIDE=1
File permissions:
Owner: root
Group: root
Permissions: -rw-r--r--
Click here for a download of the complete file: /etc/portage/profile/use.mask
Changed on 06.11.15Enable System wide PulseAudio for init-Scripts
-system-wide
File permissions:
Owner: root
Group: root
Permissions: -rw-r--r--
Click here for a download of the complete file: /etc/pulse/system.pa
Changed on 06.11.15Listen on Server
load-module module-native-protocol-tcp auth-anonymous=1 auth-ip-acl=127.0.0.1;172.25.0.0/16;my.lan.network.ip/16 #load-module module-alsa-sink
For starting the new service after system reboot you should add it to a runlevel with the following command(s):
rc-update add pulseaudio default
Please send a feedback to: doc<at>gabosh.net
Howto listingHere you can find the official Gentoo Linux Forums where you can find a lot of answers.
Here a link to the official Gentoo Linux Homepage.