Hi James

Le 17/09/2020 à 16:52, James Klaas a écrit :
>> Also, you need to start playing something for MPD to listen on the HTTPD port
> 
> but I can't even get there. Unless something has changed the way I
> start things up is to run
> 
> mpc add http://192.168.47.122:8000
> mpc play

I'm confused here, I suppose 192.168.47.122 is your MPD server.
Then you cannot ask it to play itself.

Try something like that:

    # Add some tracks
    mpc listall | head | mpc add
    # start playing
    mpc play

Now if the http output is configured and enabled, mpd should stream some audio 
on
http://192.168.47.122:8000

You can use your browser to listen to the stream:

    xdg-open http://192.168.47.122:8000

> Here's my mpd.conf file:
> 
> # An example configuration file for MPD.
> # Read the user manual for documentation: http://www.musicpd.org/doc/user/
> # or /usr/share/doc/mpd/user-manual.html
> […]

There is no audio_output defined in the conf you pasted!

k.

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to