Cédric Verstraeten

Results 503 comments of Cédric Verstraeten

As we speak the issue was resolved by @aler9 from the [rtsp-simple-server project](https://github.com/aler9/rtsp-simple-server). We now have implemented/integrated/documented this approach [on the `camera-to-rtsp` repo](https://github.com/kerberos-io/camera-to-rtsp).

It looks like this is almost working, I got 3 linking errors though. #9 584.7 go run -tags static ./cmd/version/main.go #9 613.8 # gocv.io/x/gocv #9 613.8 /usr/bin/ld: cannot find -lippiw...

Yes looks like not stable enough as ONVIF version might be different, and the authentication mechanism might fail. No clue so far..

@kalmastenitin what is the ONVIF version on both cameras. I do have 2 Hikvisions one with ONVIF 17 (working) and another one ONVIF 19 (not working). My guess is that...

Please merge.

@GHNewbiee we started working on a lightweight form of encryption. See above PR for follow up #97

Thanks for the feedback, so what we have been designing so far looks like this. We've implemented some mechanism to secure the keys as much. ![encryption](https://user-images.githubusercontent.com/1546779/232290122-1afd96c9-9ceb-47c8-8330-3bf2226aaa7c.png) We might tweak this...