divzeroweb

2f30.org website
git clone git://git.2f30.org/divzeroweb
Log | Files | Refs | README | LICENSE

commit 871e53f3664983a9544c73064ec85554cf76e3d4
parent 8b8fd55787b5e68b25556af21e9cdd64a552d1ab
Author: lostd <lostd@2f30.org>
Date:   Thu, 20 Mar 2014 19:30:25 +0200

Use icecast defaults

Diffstat:
Mguides/icecast.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/guides/icecast.md b/guides/icecast.md @@ -51,7 +51,7 @@ thing in `/etc/mpd.conf` is the following part: host "localhost" port "8000" mount "/play.ogg" - password "changeme" + password "hackme" bitrate "128" format "44100:16:2" } @@ -111,7 +111,7 @@ Again, the relevant portion of the configuration file is shown here: host "localhost" port "8000" mount "/live.ogg" - password "changeme" + password "hackme" bitrate "128" format "44100:16:2" }