fix(playout): replace deprecated harbor.bind_addr (#2025)
Only for liquidsoap >=1.3.3
This commit is contained in:
parent
406d42323a
commit
d95a77655a
|
@ -16,7 +16,7 @@ webstream_enabled = ref false
|
||||||
time = ref string_of(gettimeofday())
|
time = ref string_of(gettimeofday())
|
||||||
|
|
||||||
#live stream setup
|
#live stream setup
|
||||||
set("harbor.bind_addr", "0.0.0.0")
|
set("harbor.bind_addrs", ["0.0.0.0"])
|
||||||
|
|
||||||
current_dyn_id = ref '-1'
|
current_dyn_id = ref '-1'
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@ webstream_enabled = ref false
|
||||||
time = ref string_of(gettimeofday())
|
time = ref string_of(gettimeofday())
|
||||||
|
|
||||||
#live stream setup
|
#live stream setup
|
||||||
set("harbor.bind_addr", "0.0.0.0")
|
set("harbor.bind_addrs", ["0.0.0.0"])
|
||||||
|
|
||||||
current_dyn_id = ref '-1'
|
current_dyn_id = ref '-1'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue