CC-4371: input.harbor for rebroadcasting webstreams has hardcoded password.
-fixed
This commit is contained in:
parent
1787be1541
commit
989f040603
2 changed files with 4 additions and 2 deletions
|
@ -393,7 +393,7 @@ end
|
|||
dyn_out = output.icecast(%wav,
|
||||
host="localhost",
|
||||
port=8999,
|
||||
password="hackme",
|
||||
password=stream_harbor_pass,
|
||||
mount="test-harbor",
|
||||
fallible=true)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue