Earlier quoted context omitted.
It's surprising that anybody working on something related to security and computers would have to Google that name. But yeah, goes to show that Windows is not absolutely omnipresent.
I don’t follow the Windows reference since my understanding was that Kerberos (the authentication protocol and associated project and software) is not platform specific, and also works on UNIX and macOS and other systems where it’s implemented for that matter. Did you think Kerberos was only on Windows?
Kerberos: Open-Source Video Surveillance
91–96 of 96 posts
Re: Kerberos: Open-Source Video Surveillance
#92Interesting. I’ve been building a home camera network and the state of this space (the nvr software) is pretty abysmal: zoneminder, blueiris, shinobi, etc… gonna take this for a spin. This is a terrible name for an open source project though.
Can you be specific on what you found to be the issue? Did you try MotionEye? They're just a front-end for motion which by itself is very configurable (I recently enabled encoding using vaapi driver for some good performance gains for multiple camera detection/recording), But you need to get past the Python 2 mess of MotionEye but the community is very active and soon I expect the Python 3 branch to reach stability.
> This is a terrible name for an open source project though.
Guess, What's the name for their management system repository is[1]
Re: Kerberos: Open-Source Video Surveillance
#93Earlier quoted context omitted.
I don’t follow the Windows reference since my understanding was that Kerberos (the authentication protocol and associated project and software) is not platform specific, and also works on UNIX and macOS and other systems where it’s implemented for that matter. Did you think Kerberos was only on Windows?
It's not platform specific, but everything on Windows uses it, while on other platforms it's a decision people have to make (and often decide for something else, because they don't understand kerberos and it's not trivial to setup). Thus, if you haven't heard of it, you are not on Windows.
Re: Kerberos: Open-Source Video Surveillance
#94Earlier quoted context omitted.
I'm happy with Amcrest cameras, both for indoor and outdoor use. They have some very affordable 4k options with PoE if that matters to you.
I love their cameras but the app is so abysmal. Whenever I connect over vpn to access the cams remotely it goes effectively into a boot loop. I hate it. I keep reporting the crashes on android but no updates come.
Re: Kerberos: Open-Source Video Surveillance
#95How this could be named open source but actually be licensed under a creative commons non comercial license (BY-NC-SA 4.0) https://doc.kerberos.io/opensource/license/
Whether the source is open or not does not limit what type of license that can be applied to it. For example, I can write a program and not release it to any other soul and give it an MIT license. Conversely I could publish code on github available to the public and apply a very strict license.