Skip to content

File Layout

All recordings are stored within the recordings directory.

Structure

text
recordings/
└── <cameraID>/
    ├── 2026-08-12_09-00-00_to_10-00-00.mp4
    └── 2026-08-12_10-00-00_ongoing.mp4

Naming Convention

  1. Ongoing Files: While a 1-hour block is actively being recorded, the file is named with the start time and the _ongoing suffix: YYYY-MM-DD_HH-MM-SS_ongoing.mp4

  2. Completed Files: Upon rotation, the ongoing file is renamed to include both the start and end times: YYYY-MM-DD_HH-MM-SS_to_HH-MM-SS.mp4

Released under the MIT License.