myMPD Local Playback

Add a httpd audio output in mpd.conf, refer to https://jcorporation.github.io/myMPD/references/local-playback

# myMPD local playback
audio_output {
    type        "httpd"
    name        "HTTP Stream"
    encoder     "vorbis"
    port        "8000"
    quality     "10.0"
    format      "44100:16:1"
    always_on   "yes"
    tags        "yes"
}

Enable Local playback in mympd menu:

Settings/Features/Local playback/Enable

Launch browser, play the selected music by both:

play button: control the mpd play

local button: link to the httpd output

Test Environment:

mpd: v0.23.15

mympd: v14.1.1

server os: Ubuntu 18.04.1

client os: Android 13

client browse: chrome/firefox