<div dir="auto">The key thing about mount points is that you need to configure them in the source clients. Configuring them on the icecast server can be useful, but is optional, and even if you do that, you still have to configure the mount points themselves in the source client as well. </div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, 10 Sep 2019, 06:46 wilderzone.radio.2, <<a href="mailto:wilderzone.radio.2@gmail.com">wilderzone.radio.2@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello, Thomas_B._Rücker,<br>
<br>
Thank you.<br>
<br>
======= At 2019-09-10, 03:33:35 you wrote: =======<br>
<br>
>Hi,<br>
><br>
>On 9/10/19 6:41 AM, wilderzone.radio.2 wrote:<br>
>> Hello, Thomas_B._Rücker,<br>
>><br>
>> Initially I was asking for a working example file with more than one stream instance. Something that I can take as an example to work from.<br>
><br>
><br>
>It took us quite a few emails to get to what your setup actually looks like.<br>
>So the initial ideas didn't work. Iterating over things is often necessary.<br>
><br>
>Without further ado and "geek speak" or "trolling", here's what should<br>
>work for you:<br>
><br>
><icecast><br>
><hostname>wilderZone</hostname><br>
><location>My Wilderness</location><br>
><admin><a href="mailto:wilderzone.radio@gmail.com" target="_blank" rel="noreferrer">wilderzone.radio@gmail.com</a></admin><br>
>    <listen-socket><br>
>        <port>8080</port><br>
>        <shoutcast-mount>/rock</shoutcast-mount><br>
>    </listen-socket><br>
>    <listen-socket><br>
>        <port>8082</port><br>
>        <shoutcast-mount>/blues</shoutcast-mount><br>
>    </listen-socket><br>
><limits><br>
>   <clients>20</clients><br>
>    <sources>4</sources><br>
>    <queue-size>524288</queue-size><br>
>     <client-timeout>30</client-timeout><br>
>    <header-timeout>15</header-timeout><br>
>    <source-timeout>10</source-timeout><br>
>    <burst-on-connect>1</burst-on-connect><br>
>    <burst-size>65535</burst-size><br>
></limits><br>
><authentication><br>
><source-password>NotaRealPassword</source-password><br>
><relay-password>NotaRealPassword</relay-password><br>
><admin-user>admin</admin-user><br>
><admin-password>NotaRealPassword</admin-password><br>
></authentication><br>
><http-headers><br>
>    <header name="Access-Control-Allow-Origin" value="*"/><br>
></http-headers><br>
><fileserve>1</fileserve><br>
><paths><br>
><logdir>./log</logdir><br>
><webroot>./web</webroot><br>
><adminroot>./admin</adminroot><br>
><alias source="/" destination="/status.xsl"/><br>
></paths><br>
><logging><br>
><accesslog>access.log</accesslog><br>
><errorlog>error.log</errorlog><br>
><loglevel>3</loglevel><br>
><logsize>10000</logsize><br>
></logging><br>
></icecast><br>
><br>
>I won't bore you with the "tech gibberish". Once you run Icecast with<br>
>the above settings, you can:<br>
><br>
>Point "SAM" or "DNAS" at your server and port 8080 to broadcast to<br>
>"<a href="http://yourhostname:8080/rock" rel="noreferrer noreferrer" target="_blank">http://yourhostname:8080/rock</a>"<br>
>Point "SAM" or "DNAS" at your server and port 8082 to broadcast to<br>
>"<a href="http://yourhostname:8080/blues" rel="noreferrer noreferrer" target="_blank">http://yourhostname:8080/blues</a>"<br>
><br>
>That's it. It took a while for us all here on the mailing list together<br>
>to find all the details necessary, but in the end it is indeed simple.<br>
><br>
><br>
>TBR<br>
><br>
><br>
>_______________________________________________<br>
>Icecast mailing list<br>
><a href="mailto:Icecast@xiph.org" target="_blank" rel="noreferrer">Icecast@xiph.org</a><br>
><a href="http://lists.xiph.org/mailman/listinfo/icecast" rel="noreferrer noreferrer" target="_blank">http://lists.xiph.org/mailman/listinfo/icecast</a><br>
<br>
= = = = = = = = = = = = = = = = = = = =<br>
<br>
<br>
Best regards.                            <br>
<br>
Foxxe<br>
<a href="mailto:wilderzone.radio.2@gmail.com" target="_blank" rel="noreferrer">wilderzone.radio.2@gmail.com</a><br>
  <a href="http://thewilderzone.sytes.net" rel="noreferrer noreferrer" target="_blank">thewilderzone.sytes.net</a><br>
<a href="mailto:wilderzone.radio.2@gmail.com" target="_blank" rel="noreferrer">wilderzone.radio.2@gmail.com</a><br>
2019-09-10<br>
_______________________________________________<br>
Icecast mailing list<br>
<a href="mailto:Icecast@xiph.org" target="_blank" rel="noreferrer">Icecast@xiph.org</a><br>
<a href="http://lists.xiph.org/mailman/listinfo/icecast" rel="noreferrer noreferrer" target="_blank">http://lists.xiph.org/mailman/listinfo/icecast</a><br>
</blockquote></div>