#!/bin/bash
# Redémarre le service Icecast
# DÉSACTIVÉ : Icecast est géré séparément par systemd
# sudo /etc/init.d/icecast2 restart

# Lance rtl_fm et ffmpeg avec les paramètres spécifiés

/usr/bin/rtl_fm -d 00000001 -f 433525000 -M fm -s 22050 -g 30 - | ffmpeg -f s16le -ar 22050 -ac 1 -i - -af "afftdn=nf=-25,agate=threshold=-30dB:attack=2:release=300" -acodec libvorbis -b:a 32k -f ogg -content_type application/ogg icecast://<ICECAST_SOURCE_USER>:<ICECAST_SOURCE_PASSWORD>@127.0.0.1:8000/radio.ogg
