how make 2 mountpoints from ices2 (icecast)

475 views Asked by At

How I can make more than 1 mountpoints from one ices-playlist.xml? I try to write:

<ices>

<stream>
<param name="file">rock.txt</param>
</stream>

<stream>
<param name="file">pop.txt</param>
</stream>

</ices>

When I check in icecast, I have 2 Mountpoints. But both of them play the second stream.

Please tell me what have I done wrong. Thanks.

1

There are 1 answers

0
ePirat On

I would try to just start two instances of ices with different configs, one for each mountpoint you need.