bartbutenaers / node-red-contrib-multipart-stream-decoder

Node-Red node for decoding multipart streams over http
Apache License 2.0
9 stars 2 forks source link

Error: connect ECONNREFUSED 127.0.0.1:80 #9

Closed arozhankov closed 4 years ago

arozhankov commented 4 years ago

Hello!

Can you please tell me what I need to change for normal operation?

I have "Error: connect ECONNREFUSED 127.0.0.1:80" with URL = "http://admin:pass@IP/streaming/channels/101/preview?Resolution=640x480".

Stream works correctly in the browser.

(Hikvision cam)

bartbutenaers commented 4 years ago

Hi, Could it be that your Hikvision camera only supports digest authentication? This node currently only supports basic authentication. Bart

arozhankov commented 4 years ago

...only supports digest authentication.....

Thank you!!