Cédric Verstraeten

Results 503 comments of Cédric Verstraeten

Interesting, this looks like frame loss (due to network connectivity). Can you share the logs generated by the agent? What kind of camera are you using, how is it connected?

@b3ddy, does the Agent and RPI camera run on the same board? You are using the sidecar container to proxy to an RTSP stream?

Exactly! I do run the same setup on one of my boards. Only difference is that we I this image: kerberos/rtsp-simple-server:latest-rpi. Can you give that one a try?

hey @deanfourie1, > My setup is around 10 cams and for onsite recording only with no internet access. I would go for a [docker compose setup](https://github.com/kerberos-io/agent/tree/master/deployments/docker#2-running-multiple-containers-with-docker-compose). > Also, is there...

you might want to setup Minio object storage, which would consolidate your disks and make them available through a "single disk" in Kerberos Vault.

Hmm can you share a sample recording @yllekz? You can send it to [email protected]

Thanks you are making a valid point. For the moment we are creating a new user (without root privileges) inside the container. https://github.com/kerberos-io/agent/blob/master/Dockerfile#L96-L99 We might need to change this to...

Would this be sufficient (https://docs.linuxserver.io/general/understanding-puid-and-pgid). It mentions: We are aware that recent versions of the Docker engine have introduced the --user flag. Our images are not yet compatible with this,...

@yllekz @neutralvibes any thoughts?

Thank you for reporting @Christiaan-Mathu. Which Kerberos Agent version are you using?