[Icecast] Unexpected Feature
Leo Currie
leo.currie at strath.ac.uk
Thu Apr 21 13:39:58 UTC 2005
Hi -
Just noticed this feature, not sure if it affects anyone else, but I
thought I'd post it here 'for the record'.
Icecast 2.2.0.
With multiple <listen-socket> entries, the .m3u playlists generated by
Icecast will always quote the first entry in the list, even if they are
requested on a different port.
For example, a server with this config:
<listen-socket>
<port>8000</port>
</listen-socket>
<listen-socket>
<port>9000</port>
</listen-socket>
will generate the same .m3u containing:
http://server:8000/mount.ogg
from both urls:
http://server:8000/mount.ogg.m3u
http://server:9000/mount.ogg.m3u
Leo
More information about the Icecast
mailing list