[Icecast] Icecast not listening ports?

Geoff Shang geoff at QuiteLikely.com
Mon Jun 21 09:02:48 UTC 2010


On Mon, 21 Jun 2010, Jian Du wrote:

>    <hostname>127.0.0.1</hostname>
>
>    <listen-socket>
>        <port>8008</port>
>        <bind-address>127.0.0.1</bind-address>
>    </listen-socket>

The <bind-address> parameter is your problem, you're telling it to only 
listen on 127.0.0.1 aka localhost.  You can comment it out or remove it 
entirely to have it listen on all available interfaces.

You may want to also change hostname to something more meaningful.

Geoff.




More information about the Icecast mailing list