Skip to content

Instantly share code, notes, and snippets.

@k1000
Last active February 16, 2016 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save k1000/9c4a4760dbb5773a13a4 to your computer and use it in GitHub Desktop.
Save k1000/9c4a4760dbb5773a13a4 to your computer and use it in GitHub Desktop.
#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