Release: v2.3.0

This commit is contained in:
Patrick Asmus
2026-09-06 13:46:50 +02:00
parent b5930459f1
commit 808d34a244
8 changed files with 1766 additions and 8 deletions
+41
View File
@@ -0,0 +1,41 @@
###############################################
# stream-recorder - Job-Definition (MP3/Audio)
###############################################
# Kopieren und anpassen:
# cp jobs/templates/example-mp3.job.dist jobs/mein-radio.job
# Name des Streams
STREAM_NAME="Mein-Radiosender"
# Stream-URL (HTTP/HTTPS Audio-Stream)
STREAM_URL="https://example.com/stream.mp3"
# Stream-Typ: auto, rtmp, hls, mp3, aac, ogg, flac, http
STREAM_TYPE="auto"
# Ausgabeformat
OUTPUT_FORMAT=""
# Maximale Aufnahmedauer in Sekunden (leer = unbegrenzt)
# Für Radio-Mitschnitte empfohlen, z.B. 3600 für 1 Stunde
MAX_DURATION="3600"
# Zusätzliche ffmpeg-Argumente (optional)
EXTRA_FFMPEG_ARGS=""
###############################################
# Zeitplanung (optional)
###############################################
SCHEDULE_ENABLED=false
SCHEDULE_DAYS="Mo-Fr"
SCHEDULE_START="18:00"
SCHEDULE_STOP=""
###############################################
# Plik-Upload (optional)
# Fertige Aufnahme automatisch auf Plik hochladen
# PLIK_URL muss in der Konfiguration gesetzt sein
###############################################
PLIK_ENABLED=false