Skip to content

Commit

Permalink
BIG. FAT. WARNING.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmens committed Jul 30, 2024
1 parent 885df2d commit 9b63bd2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions radio.liq
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,17 @@ radio =
id="radio_prod", track_sensitive=false, [studio_a, studio_b, noodband]
)

##############################################################################
# WARNING #
# OUTPUTTING TO MULTIPLE #
# ICECAST SERVERS #
# #
# When outputting to multiple distinct Icecast servers, be aware that the #
# instability of one server will affect all other streams. To ensure #
# stability, each Icecast server output requires its own clock. #
# #
##############################################################################

# Function to output an icecast stream with common parameters
def output_icecast_stream(~format, ~description, ~mount, ~source) =
output.icecast(
Expand Down

0 comments on commit 9b63bd2

Please sign in to comment.