1
0
Fork 0

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.
main
Icedream 2025-04-28 18:19:51 +02:00
parent acab30fedc
commit 7b4908eb15
Signed by: icedream
GPG Key ID: 468BBEEBB9EC6AEA
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ setup_harbor_stream_api(internal_icecast(
setup_harbor_stream_api(internal_icecast( setup_harbor_stream_api(internal_icecast(
id="out_a_int_mp3_96", id="out_a_int_mp3_96",
mount="/outa/mp3_96", mount="/outa/mp3_96",
start=false, start=true,
format="audio/mpeg", format="audio/mpeg",
encoding="ISO-8859-1", encoding="ISO-8859-1",
%ffmpeg( %ffmpeg(