docker pull kerberos/kerberos Should I trust a whole image from docker hub with access to a security camera? No. I'd rather trust a Linux distribution to do a reproducible build.
Kerberos: Open-Source Video Surveillance
21–30 of 96 posts
Re: Kerberos: Open-Source Video Surveillance
#22> Single camera per instance (e.g. One Docker container per camera). One camera per Docker instance? This is going to eat up hardware resources like Fat Albert.
What kind of hardware resource would this eat up? Maybe on non-linux where docker isn't as efficient? There is next to zero extra memory overhead on Linux, as the static parts are shared. Computational overhead is also linear with work, which would mostly be the case regardless.
Re: Kerberos: Open-Source Video Surveillance
#23Re: Kerberos: Open-Source Video Surveillance
#24Interesting! I was just setting up Shinobi but this looks really good too. I don't like the idea of having one docker per camera though.. But I'll give it a try.
I tried Shinobi but gave up, I even spent some time on bug reports/issues/with their community. My major issue with Shinobi was each stream is processed by ffmpeg and I had 10+ cameras all requiring 10% cpu each to handle any object/motion detection. The cameras had object/motion detection functionality built in so I figured it made more sense to just do that work on the camera and not on CPU. I also tried offloading…
But good point, I wonder how Kerberos does this
Re: Kerberos: Open-Source Video Surveillance
#25Does it support Kerberos authentication?
To add on to this -- the about page acknowledges how "many are confused" about the name but effectively brushes it off because "kerberos is a good name", then "it's not actually kerberos, but kerberos.io", followed by "it's a mouthful so we'll just say kerberos" (and the HN submission just says kerberos) I feel like the name really might be an impediment to the project. Not that people can't ever re-use names, but th…
If the project is technically good and they market it well, people will get used to the name and learn to distinguish between this and the auth protocol.
Re: Kerberos: Open-Source Video Surveillance
#26> Single camera per instance (e.g. One Docker container per camera). One camera per Docker instance? This is going to eat up hardware resources like Fat Albert.
Re: Kerberos: Open-Source Video Surveillance
#27Does it support Kerberos authentication?
To add on to this -- the about page acknowledges how "many are confused" about the name but effectively brushes it off because "kerberos is a good name", then "it's not actually kerberos, but kerberos.io", followed by "it's a mouthful so we'll just say kerberos" (and the HN submission just says kerberos) I feel like the name really might be an impediment to the project. Not that people can't ever re-use names, but th…
Re: Kerberos: Open-Source Video Surveillance
#28Re: Kerberos: Open-Source Video Surveillance
#29Does it support Kerberos authentication?
To add on to this -- the about page acknowledges how "many are confused" about the name but effectively brushes it off because "kerberos is a good name", then "it's not actually kerberos, but kerberos.io", followed by "it's a mouthful so we'll just say kerberos" (and the HN submission just says kerberos) I feel like the name really might be an impediment to the project. Not that people can't ever re-use names, but th…
Re: Kerberos: Open-Source Video Surveillance
#30> Single camera per instance (e.g. One Docker container per camera). One camera per Docker instance? This is going to eat up hardware resources like Fat Albert.