1
0
Fork 0

Compare commits

..

8 Commits

Author SHA1 Message Date
Icedream cb963b0986
Document physical inputs and outputs for NDI+Live Mix. 2025-04-28 23:23:21 +02:00
Icedream 777a5522ad
Change to local AOO server. 2025-04-28 23:16:26 +02:00
Icedream 733f44302b
Change SonoBus output.
The new layout is all stereo, 3x Main, the rest are Voice.
2025-04-28 23:06:06 +02:00
Icedream e5229b09a5
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-04-28 23:03:12 +02:00
Icedream daab6fe522
Remove direct connections from SonoBos to Mix 1. 2025-04-28 23:00:04 +02:00
Icedream 8488145e9d
Fix types on stream API response. 2025-04-28 14:43:52 +02:00
Icedream 3677a36f07
Disable automatic streaming to SI. 2025-04-28 14:43:36 +02:00
Icedream 89fbe54279
Add base NDI + Live Mix Ardour project file. 2025-04-28 14:24:11 +02:00
2 changed files with 4 additions and 1 deletions

View File

@ -5,6 +5,9 @@
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=true,
start=false,
format="audio/mpeg",
encoding="ISO-8859-1",
%ffmpeg(