1
0
Fork 0

Compare commits

..

10 Commits

Author SHA1 Message Date
Icedream 63fb9cbe0e
Document physical inputs and outputs for NDI+Live Mix. 2025-05-01 15:06:55 +02:00
Icedream 9646583400
Change to local AOO server. 2025-05-01 15:06:55 +02:00
Icedream bc125e805a
Change SonoBus output.
The new layout is all stereo, 3x Main, the rest are Voice.
2025-05-01 15:06:55 +02:00
Icedream 9c81a411a6
Remove send-out of mixed audio via SonoBus.
This gets rid of the Ambiguous lighting and the extra CPU load along with the
failing latency calculation.
2025-05-01 15:06:54 +02:00
Icedream 5f76d88113
Remove direct connections from SonoBos to Mix 1. 2025-05-01 15:06:54 +02:00
Icedream fec5a1c022
Add base NDI + Live Mix Ardour project file. 2025-05-01 15:06:54 +02:00
Icedream 7b4908eb15
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.
2025-04-28 18:19:51 +02:00
Icedream acab30fedc
Remove workaround for savonet/liquidsoap#2996.
This issue is no longer present in liquidsoap 2.3.x and the workaround
may actually introduce more issues with metadata mapping.
2025-04-28 18:07:08 +02:00
Icedream 8c462278b0
Fix types on stream API response. 2025-04-28 14:56:04 +02:00
Icedream 0cc13cc0e3
Disable automatic streaming to SI. 2025-04-28 14:56:03 +02:00
2 changed files with 1 additions and 4 deletions

View File

@ -5,9 +5,6 @@
metadata_api_hostname = environment.get(default="icedream-bitwave", "METADATA_API_HOSTNAME")
def setup_harbor_metadata_api(~metadata_api_port=21338, ~id="", s) =
# HACK - work around https://github.com/savonet/liquidsoap/issues/2996
id = if id != "" then id else s.id() end
s = drop_metadata(s) # stream metadata wipes out own data
s = insert_metadata(s)

View File

@ -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(