[Icecast] m3u generation prefers one TCP port

Karl Heyes karl at xiph.org
Thu Feb 5 15:00:09 UTC 2009


Charlie Allom wrote:
> I have auto-generated m3u's preferring port :8000 even when accessed
> from :80
> 
>     <listen-socket>
>         <port>8000</port>
>     </listen-socket>
>     <listen-socket>
>         <port>80</port>
>     </listen-socket>
> 
> ~% w3m -dump_source http://icecast.playlouder.com:80/totalrock.m3u
> http://icecast.playlouder.com:8000/totalrock
> ~% 
> 
> Is this a bug or misinterpretation of the config?

The automatic m3u generation uses the Host: header if available and 
falls back to the <hostname> and first port defined when not.

karl.





More information about the Icecast mailing list