CC-4371: input.harbor for rebroadcasting webstreams has hardcoded password.

-fixed
This commit is contained in:
Martin Konecny 2012-09-07 11:41:20 -04:00
parent 1787be1541
commit 989f040603
2 changed files with 4 additions and 2 deletions

View file

@ -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)