From bbbed49887f8a3f4a98b689d4500292d3ce0ccfe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Verstraeten?= Date: Fri, 7 Apr 2023 08:41:47 +0200 Subject: [PATCH] Add capabilities + fix typo --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 42f9e48..0812e65 100644 --- a/README.md +++ b/README.md @@ -97,11 +97,16 @@ This repository contains everything you'll need to know about our core product, - Simplified and modern user interface. - Multi architecture (ARMv7, ARMv8, amd64, etc). - Multi camera support: IP Cameras (H264), USB cameras and Raspberry Pi Cameras [through a RTSP proxy](https://github.com/kerberos-io/camera-to-rtsp). -- Single camera per instance (e.g. oneƄ container per camera). -- Ability to specifiy conditions: motion region, time table, continuous recording, etc. +- Single camera per instance (e.g. one container per camera). +- Primary and secondary stream setup (record full-res, stream low-res). +- Low resolution streaming through MQTT and full resolution streaming through WebRTC. +- Ability to specifiy conditions: offline mode, motion region, time table, continuous recording, etc. +- Post- and pre-recording on motion detection. +- Ability to create fragmented recordings, and streaming though HLS fMP4. - [Deploy where you want](#how-to-run-and-deploy-a-kerberos-agent) with the tools you use: `docker`, `docker compose`, `ansible`, `terraform`, `kubernetes`, etc. -- Cloud storage (Kerberos Hub, Kerberos Vault). WIP: Minio, Storj, etc. +- Cloud storage (Kerberos Hub, Kerberos Vault). WIP: Minio, Storj, Dropbox, Google Drive etc. - WIP: Integrations (Webhooks, MQTT, Script, etc). +- REST API access and documentation through Swagger (trigger recording, update configuration, etc). - MIT License ## How to run and deploy a Kerberos Agent