[Pkg-mpd-maintainers] Bug#970444: Can't connect to httpd stream on MPD

kaliko kaliko at azylum.org
Mon Sep 21 15:04:31 BST 2020


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.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <http://alioth-lists.debian.net/pipermail/pkg-mpd-maintainers/attachments/20200921/4dfcb122/attachment.sig>


More information about the Pkg-mpd-maintainers mailing list