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
parent
acab30fedc
commit
7b4908eb15
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue