CornerBit / HikSink

Converts Hikvision camera events to MQTT
MIT License
70 stars 7 forks source link

Digest not supported by camera #14

Open andrasg opened 1 year ago

andrasg commented 1 year ago

Is there any way to make this work with some quite old cameras?

2023-04-09T21:53:47.065470Z ERROR Camera coms{camera=Entry id=entry}: hik_sink::hikapi::camera: Error reconnecting to camera Could not authenticate with camera: Digest not supported by camera.
scottlamb commented 1 year ago

fyi, I have a crate for handling both basic and digest in one call: https://docs.rs/http-auth/0.1.8/http_auth/#example

andrasg commented 1 year ago

@CornerBit, any chance this gets supported in the future?