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

kaliko kaliko at azylum.org
Wed Sep 16 14:54:21 BST 2020


Hi James,

16/09/2020 at 15:35, James Klaas wrote :
> […]
> If I try to connect to the httpd stream with curl for testing I get
> the following:
> 
> curl http://192.168.47.122:8000
> curl: (7) Failed to connect to 192.168.47.122 port 8000: Connection refused
> 
> I can connect to the 6600 port without issue:
> 
> curl http://192.168.47.122:6600
> OK MPD 0.21.11
> 
> If I talk to the mpd server and ask for outputs, it says the stream is enabled:
> 
> mpc -h 192.168.47.122 outputs
> Output 1 (My HTTP Stream) is enabled

No firewall running on 192.168.47.122 ?
You can check mpd is actually listening on 8000 with lsof or ss commands :

    lsof -Pan -p MPD_PID -i
    ss -antlp

Do you have anything in mpd logs (enable verbose logging)?

Cheers,
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/20200916/48756c3b/attachment.sig>


More information about the Pkg-mpd-maintainers mailing list