rsiot/doc/external_services/sentryshot/
mod.rs

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
//! # Sentryshot
//!
//! Сохранение потока с видеокамеры. [Ссылка на репозиторий](https://github.com/SentryShot/sentryshot).
//!
//! ## docker
//!
//! ```yml
#![doc = include_str!("docker-compose.yml")]
//! ```
//!
//! ## Файлы конфигурации
//!
//! ### `./sentryshot/configs/sentryshot.toml`
//!
//! Проверить max_disk_usage.
//!
//! ```toml
#![doc = include_str!("configs/sentryshot.toml")]
//! ```
//!
//! ### `./sentryshot/configs/monitors/`
//!
//! В папке хранятся файлы конфигурации для каждой камеры. Пример файла 'tapo.json' для камеры RTSP:
//!
//! ```json
#![doc = include_str!("configs/monitors/tapo.json")]
//! ```