From 7b4908eb159b4aa6141812eea7f1304888c3d7fa Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Mon, 28 Apr 2025 18:19:51 +0200 Subject: [PATCH] Enable 96k mp3 output by default. For some reason, just having the FLAC endpoint enabled causes the audio to get into an endless stutter loop on the second metadata change (that is the initial metadata was set already and a second change was requested via the metadata API). Enabling an MP3 output works around this. --- icedreammusic/liquidsoap/stream.liq | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icedreammusic/liquidsoap/stream.liq b/icedreammusic/liquidsoap/stream.liq index d58a0e4..bed8727 100644 --- a/icedreammusic/liquidsoap/stream.liq +++ b/icedreammusic/liquidsoap/stream.liq @@ -101,7 +101,7 @@ setup_harbor_stream_api(internal_icecast( setup_harbor_stream_api(internal_icecast( id="out_a_int_mp3_96", mount="/outa/mp3_96", - start=false, + start=true, format="audio/mpeg", encoding="ISO-8859-1", %ffmpeg(