From 654c2a6c76331d79cd74dfa2188b9efc73e39e83 Mon Sep 17 00:00:00 2001 From: technik Date: Thu, 5 Feb 2026 12:17:15 +0100 Subject: [PATCH] README.md aktualisiert --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7b93bf9..4ced41e 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,20 @@ # Livewire Recorder -Hourly WAV Files in UTC from a Livewire Multicast Stream Input + +Audio Recorder with hourly WAV files from a Livewire Multicast Stream Input +with an integrated folderkeeper Prerequisites -Livewire network PTP synchronized, ffmpeg, mediamtx ("https://github.com/bluenviron/mediamtx") for signal distribution +Livewire network synchronized, +mediamtx ("https://github.com/bluenviron/mediamtx") for signal distribution, +ffmpeg, ntp server(ntpsec, chrony) Enough disk space e.g. NAS mounted Architecture - mediamtx for audiosignal -- Prepaired folder structure YYYY/MM/DD for ffmpeg output files +- Prepaired folder structure ../%Y/%m/%d/ e.g. ../2026/01/01/ for ffmpeg output files - Livewire SDP -> mediamtx->rtsp->ffmpeg-->wav file -- Filename 2026-01-12_12_00_00.wav -- Systemd control with check of required mountpoint +- Filename %Y-%m-%d_%H-%M-%S.wav e.g. 2026-01-12_12_00_00.wav +- Systemd control with check of the required mountpoint Mediamtx config example file with Livewire SDP source Systemd Streamervice example file