From 0479d0e674b65dbefc076365e327719f46a0ac7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20=C5=A0ari=C4=87?= Date: Sun, 9 Oct 2022 20:12:05 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0939efd..3af07d6 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ The scripts are written in bash. I will outline their purpose here in short. 1. cleanup.sh - This will remove any video files in X path after the given X days that are specified as a command line argument - 2. location-room.servie - this system service will execute the recording script and make sure it restarts in case of system reboot + 2. location-room.service - this system service will execute the recording script and make sure it restarts in case of system reboot 3. record-location-room.sh - this is the main recording script. it calls ffmpeg and creates an apendable video file for the whole day 4. remux.sh - this script will convert the previous days recording into an mp4 file extension 5. watchdog.sh - this script serves a watchdog function that will check if the ffmpeg recording has stalled and restart it