Last active
February 16, 2016 14:19
-
-
Save k1000/9c4a4760dbb5773a13a4 to your computer and use it in GitHub Desktop.
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
#https://rootprompt.apatsch.net/2013/02/20/raspberry-pi-network-audio-player-pulseaudio-dlna-and-bluetooth-a2dp-part-1-pulseaudio/ | |
#https://github.com/volumio/Volumio2/issues/159 | |
#https://github.com/masmu/pulseaudio-dlna | |
# Set pulse daemon config | |
cat <<EOF > /etc/default/pulseaudio | |
PULSEAUDIO_SYSTEM_START=1 | |
DISALLOW_MODULE_LOADING=0 | |
EOF | |
pulseaudio -vvv --system | |
# run | |
paprefs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment