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

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to