fix(playout): replace deprecated harbor.bind_addr (#2025)

Only for liquidsoap >=1.3.3
This commit is contained in:
Jonas L 2022-08-07 08:50:42 +02:00 committed by GitHub
parent 406d42323a
commit d95a77655a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ webstream_enabled = ref false
time = ref string_of(gettimeofday())
#live stream setup
set("harbor.bind_addr", "0.0.0.0")
set("harbor.bind_addrs", ["0.0.0.0"])
current_dyn_id = ref '-1'

View File

@ -16,7 +16,7 @@ webstream_enabled = ref false
time = ref string_of(gettimeofday())
#live stream setup
set("harbor.bind_addr", "0.0.0.0")
set("harbor.bind_addrs", ["0.0.0.0"])
current_dyn_id = ref '-1'