Jump to content

refin

Members
  • Content Count

    2
  • Joined

  • Last visited

Community Reputation

0 Neutral
  1. Hi You could use Hiki NVR for this, released just yesterday... It is server side, but would be easy to use for this. There is currently a scheduler to roll over recordings every x minutes. If you raise a request on github I would be happy to add a max recording length feature. This will mean you could centrally configure all your cameras and then every x minutes it would record a video of x seconds from the configured cameras. It's written in nodejs and would be pretty easy to modify yourself if you need anything else. Server load will be minimal. https://github.com/refinitive/hiki Adam.
  2. Hi all, I've just uploaded a basic CCTV network video recording application to Github, I wonder if it would be of any use to users on here. Rather than having a web interface, doing motion detection and lots of other complicated things in software, it just focuses on streaming the files to disk in the most useful way. It has the following features: - Records a continuous stream into a dated directory structure split into configurable file length. - Hooks into the event API to record motion events simultaneously with the 24x7 recording, allowing you to purge these much later to preserve space. - Saves thumbnail images for a media library - Executes a command after a recording - intended to push the latest recording to the cloud/plex It runs in docker, or you can install it natively on a Linux machine. It is designed to work with a recent Hikvision IP camera, so I presume it works with most. I would be interested to hear which it works with so I can update the compatibility page. It will require a certain level of knowledge to get up and running, but should be simple to maintain once it is working. https://github.com/refinitive/hiki Thanks for reading this, fingers crossed it works out of the box. Any problems please get back to me. Adam.
×