Compare commits
8 Commits
63fb9cbe0e
...
cb963b0986
Author | SHA1 | Date |
---|---|---|
|
cb963b0986 | |
|
777a5522ad | |
|
733f44302b | |
|
e5229b09a5 | |
|
daab6fe522 | |
|
8488145e9d | |
|
3677a36f07 | |
|
89fbe54279 |
|
@ -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)
|
||||
|
||||
|
|
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue