A simple solution to record multiple cameras indefinitely.
- Encode rtsp streams into videos of fixed duration without cuts
- Run with docker compose
- Automatically delete old videos
- Abruptly closed videos are still playable
- Optionally use CUDA for faster encoding
- Edit
docker-compose.yaml
to set the video duration and cameras parameters - Edit
StorageManager\storage_config.yaml
to set when videos should be deleted
-
Start:
docker compose up -d
-
Stop:
docker compose down