From 2c8a57a188d953fe40f8d94cdec4c1ec78600b02 Mon Sep 17 00:00:00 2001 From: technik Date: Thu, 5 Feb 2026 12:05:02 +0100 Subject: [PATCH] README.md aktualisiert --- README.md | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ad9a006..7b93bf9 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,21 @@ # Livewire Recorder -WAV Logfiles every hour UTC from a Livewire Multicast Stream Input +Hourly WAV Files in UTC from a Livewire Multicast Stream Input -Prerequisites Livewire Network PTP synchronized, ffmpeg, mediamtx ("https://github.com/bluenviron/mediamtx") for signal distribution +Prerequisites +Livewire network PTP synchronized, ffmpeg, mediamtx ("https://github.com/bluenviron/mediamtx") for signal distribution +Enough disk space e.g. NAS mounted Architecture -- mediamtx.yml example -- Folder Structure YYYY/MM/DD for ffmpeg output files +- mediamtx for audiosignal +- Prepaired folder structure YYYY/MM/DD for ffmpeg output files - Livewire SDP -> mediamtx->rtsp->ffmpeg-->wav file -- Filename YYYYMMDD_hh_mm_ss.wav -- Systemd Control +- Filename 2026-01-12_12_00_00.wav +- Systemd control with check of required mountpoint + +Mediamtx config example file with Livewire SDP source +Systemd Streamervice example file + +systemctl daemon-reload +systemctl enable recorder.service +systemctl start --now recorder.service