Skip to content

A simple solution to record multiple cameras indefinitely

Notifications You must be signed in to change notification settings

edgarGracia/ffmpeg-recorder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ffmpeg-recorder

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

How to use

  1. Edit docker-compose.yaml to set the video duration and cameras parameters
  2. Edit StorageManager\storage_config.yaml to set when videos should be deleted
  • Start:

    docker compose up -d

  • Stop:

    docker compose down

About

A simple solution to record multiple cameras indefinitely

Resources

Stars

Watchers

Forks