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