3.0.0 - Continuous Recordings #928
roflcoopter
started this conversation in
General
Replies: 1 comment 2 replies
-
Cool beans! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This release is a big one. It mainly focuses on continuous recordings, but also includes a lot of other features and fixes.
I have been working on this release for a long time and I am very happy with the result. I hope you will enjoy it as much as I do.
The release cadence has been very slow lately and for that I am sorry. I will try to make smaller releases more often in the future.
Breaking changes
/recordings
folder, and should be removed from your docker volumescreate_event_clip
, or use the newExport
feature in the UI.mp4
file extension is now forced andextension
is removedsegments_folder
is removed in favor of tier paths from the newstorage
component/thumbnails
folder (depending on the tier config)filename_pattern
inthumbnail
is removed, stored as ID of the recordingaudio_codec
behavior changed. It is now only used as stream information. To transcode Audio, setaudio_codec
underrecorder
trigger_recorder
is removed in favor oftrigger_event_recording
raw_command
you need to update itNew features
24/7 recordings
The main feature included in this release is the option of having 24/7 recordings.
With this comes a new component,
storage
which will allow you to retain data based on time (like it is today) and based one consumed space.This allows you to use your storage to its maximum.
Documentation for how the recordings work can be found here
Updated screenshots for the frontend can be found here
Storage Tiers
Another feature of the
storage
component aretiers
.They allow you to store recordings on multiple media.
Say you have one 256GB SSD and a 1TB HDD, you can keep the most recent recordings on the SSD for fast access while offloading the older recordings to the HDD for archiving.
Timeline
To easily view 24/7 recordings, a new Timeline view is available.
It currently shows continuous recordings and different events such as motion, detected objects, face recognition etc.
Events
The Events view is a more concise view than the Timeline.
Here you can scroll through and view all the Events.
Other new features
/config
folder. This will allow you to see the logs without having to enter the container.The PTZ functionality will be ported to the web UI as well at some point.
max_recording_time
has been added to therecorder
component. This will allow you to set a maximum recording time for each recording. This is useful if you have a lot of motion events and want to keep the recordings short.record_only
has been added to therecorder
component. This will allow you to record without running any detectors.still_image_width
andstill_image_height
has been added to thecamera
component. This will allow you to set the resolution of the still images.Changes
Fixes
This has been a long standing issue which caused FFProbe to fail when trying to connect to the camera.
KeyError: UUID
in the logsDocker images will be on Docker Hub shortly
This discussion was created from the release 3.0.0 - Continuous Recordings.
Beta Was this translation helpful? Give feedback.
All reactions