Edit Info Other
Login

MPD"

Differences between revisions 1 and 6 (spanning 5 versions)
Revision 1 as of 2009-09-20 15:55:37
Size: 693
Editor: Yovko Yovkov
Comment:
Revision 6 as of 2021-10-20 08:21:22
Size: 828
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= MPD on Fedora 11 with Pulse Audio= = MPD on Fedora with Pulse Audio =
Line 4: Line 4:
1. Install rpmforge
2. Install mpd
3. Edit /etc/mpd
== Edit /etc/mpd (pipewire) Fedora 34 and later ==
{{{
audio_output {
    type "pipewire"
    name "PipeWire"
 }
}}}

== Edit /etc/mpd (pulseaudio) ==
Line 15: Line 21:
4. Edit /etc/init.d/mpd and add next line: == Edit /etc/init.d/mpd and add next line: ==
Line 20: Line 26:
5. Edit /etc/pulse/default.pa file and add after the last line: == Edit /etc/pulse/default.pa file and add after the last line: ==
Line 23: Line 29:
6. Enjoy your MPD Server. No need to be logged on the server ... == Enjoy your MPD Server. No need to be logged on the server ... ==

----
CategoryHowto

MPD on Fedora with Pulse Audio

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

Edit /etc/mpd (pipewire) Fedora 34 and later

audio_output {
    type "pipewire"
    name "PipeWire"
 }

Edit /etc/mpd (pulseaudio)

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)