README.md aktualisiert

This commit is contained in:
2026-02-05 12:05:02 +01:00
parent eeacfcd8a8
commit 2c8a57a188

View File

@@ -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