Edit Info Other
Login

MPD"

Differences between revisions 4 and 5
Revision 4 as of 2016-02-29 16:38:36
Size: 683
Comment:
Revision 5 as of 2020-10-06 21:21:21
Size: 689
Comment: CategoryHowto
Deletions are marked like this. Additions are marked like this.
Line 23: Line 23:
----

MPD on Fedora with Pulse Audio

What I am intending to do is to setup MPD "dedicated" server.

Edit /etc/mpd

audio_output {
type            "pulse"
name            "Aerion Pulse Daemon"
device "hw:0,0"
format "44100:16:2"
}

Edit /etc/init.d/mpd and add next line:

 /usr/bin/pulseaudio --start --log-target=syslog &  between lines: {{{ /usr/bin/pulseaudio --start --log-target=syslog &daemon $mpd }}}

Edit /etc/pulse/default.pa file and add after the last line:

 load-module module-native-protocol-tcp listen=0.0.0.0 auth-anonymous=1 

Enjoy your MPD Server. No need to be logged on the server ...


CategoryHowto

Howto/MPD (last edited 2023-11-14 09:37:58 by anonymous)