[Icecast] Fw: Icecast doesn't bind to my external network interface?

Petr Pisar petr.pisar at atlas.cz
Sun Feb 19 17:10:11 UTC 2012


On Sun, Feb 19, 2012 at 05:50:42PM +0100, per.gunnarsson at lappstockholm.se wrote:
> 
> I can listen to my stream with 
> 
>  mplayer -cache 1024 http://localhost:8000/ices.mp3
> 
> but not 
> 
> mplayer -cache 1024 http://80.244.81.186:8000/ices.mp3 
> 
> This is my icecast.xml with passwords modified
> 
>     <listen-socket>
>         <port>8000</port>
>         <!-- <bind-address>80.244.81.186</bind-address> -->
>         <!-- <shoutcast-mount>/stream</shoutcast-mount> -->
>     </listen-socket>
> 
[...]
> Where did I go wrong?
> 
I think icecast binds to localhost only by default. Put
<bind-address>::</bind-address> or <bind-address>0.0.0.0</bind-address> into
your configuration.

-- Petr
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 230 bytes
Desc: not available
URL: <http://lists.xiph.org/pipermail/icecast/attachments/20120219/1f652059/attachment.sig>


More information about the Icecast mailing list