wilderzone.radio.2:> Hello, unosonic, > > Okay, we'll do it this way as it appears to be the only sane way... > THIS is the xml config file that I've been using for ONE STREAM ONLY.but it's not the config file you're using actually at your site. can't find any mountpoint called /rock ... there must be another one...
On 9/9/19 12:20 PM, unosonic wrote:> wilderzone.radio.2: >> Hello, unosonic, >> >> Okay, we'll do it this way as it appears to be the only sane way... >> THIS is the xml config file that I've been using for ONE STREAM ONLY. > > but it's not the config file you're using actually at your site. > can't find any mountpoint called /rock ... > there must be another one... >Might be just using the source-password and have it on-the fly? It doesn't have to be in the config for that. TBR
Hello, Thomas_B._Rücker, I've got absolutely NO idea what you are referring to. ======= At 2019-09-09, 08:23:50 you wrote: ======> >Might be just using the source-password and have it on-the fly? It >doesn't have to be in the config for that. > > >TBR= = = = = = = = = = = = = = = = = = = Best regards. Foxxe wilderzone.radio.2 at gmail.com thewilderzone.sytes.net 2019-09-09
Hello, unosonic, Actually that IS one of the 2 config files being used. (This one named icecast.xml) (so far, oddly enough, NO ONE has mentioned the usage of the 2nd config file by name of icecast_run.xml) ======= At 2019-09-09, 08:20:24 you wrote: ======>wilderzone.radio.2: >> Hello, unosonic, >> >> Okay, we'll do it this way as it appears to be the only sane way... >> THIS is the xml config file that I've been using for ONE STREAM ONLY. > > >but it's not the config file you're using actually at your site. >can't find any mountpoint called /rock ... >there must be another one...= = = = = = = = = = = = = = = = = = = Best regards. Foxxe wilderzone.radio.2 at gmail.com thewilderzone.sytes.net 2019-09-09
Hi, On 9/9/19 12:31 PM, wilderzone.radio.2 wrote:> Hello, unosonic, > > Actually that IS one of the 2 config files being used. (This one named icecast.xml) > > (so far, oddly enough, NO ONE has mentioned the usage of the 2nd config file by name of icecast_run.xml)I am not familiar with a file called "icecast_run.xml". Could this be a local modification to your installation? You should be able to check which one is used by opening the "icecast.bat" file that you are using to start the server. TBR
Hi, let me clarify some things as I think there is some confusion here: Icecast only uses one config file, which can be specified during startup of icecast with the -c command line flag, for example: icecast -c /usr/local/etc/icecast.xml On window this is taken care of by the icecast.bat file, and it will use the icecast.xml, there is no second config file. In order to have multiple streams you do not need to configure anything special in the config, all you need to do is start a second stream with a different mount point name in your broadcast software. No two instances of icecast are needed. You only need to explicitly configure mount points in the config file, if you need specific configuration for that, like a different source password or such. Of course if your broadcast software does not support Icecast but just SHOUTcast, things are more complex as SHOUTcast had no concept of different streams on the same server. On 9 Sep 2019, at 13:31, wilderzone.radio.2 wrote:> Hello, unosonic, > > Actually that IS one of the 2 config files being used. (This one named > icecast.xml) > > (so far, oddly enough, NO ONE has mentioned the usage of the 2nd > config file by name of icecast_run.xml) > > ======= At 2019-09-09, 08:20:24 you wrote: ======> >> wilderzone.radio.2: >>> Hello, unosonic, >>> >>> Okay, we'll do it this way as it appears to be the only sane way... >>> THIS is the xml config file that I've been using for ONE STREAM >>> ONLY. >> >> >> but it's not the config file you're using actually at your site. >> can't find any mountpoint called /rock ... >> there must be another one... > > = = = = = = = = = = = = = = = = = = = > > > Best regards. > > Foxxe > wilderzone.radio.2 at gmail.com > thewilderzone.sytes.net > 2019-09-09 > > _______________________________________________ > Icecast mailing list > Icecast at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast
Hello, Thomas_B._Rücker, ======= At 2019-09-09, 08:36:43 you wrote: ======> >I am not familiar with a file called "icecast_run.xml". >Could this be a local modification to your installation? > >You should be able to check which one is used by opening the >"icecast.bat" file that you are using to start the server.aha!! You nailed it! I have no idea why but the package I downloaded months ago (Icecast v2.4.3) came with the batchfile premade and the actual configs seem to be this oddly named file... (I recall being confused as to why there would be TWO config files, but I've seen stranger things in the past so I editted both to reflect my needs...) So here is the actual working config: Now I don't see anywhere in which I can put the extra mount points (nor do I recall a port designation for the 2nd stream mentioned at all tonight). <icecast> <hostname>wilder Zone</hostname> <location>My Wilderness</location> <admin>wilderzone.radio at gmail.com</admin> <shoutcast-mount>/rock</shoutcast-mount> <listen-socket> <port>8080</port> </listen-socket> <listen-socket> <port>8081</port> <shoutcast-compat>1</shoutcast-compat> </listen-socket> <limits> <clients>20</clients> <sources>4</sources> <queue-size>524288</queue-size> <client-timeout>30</client-timeout> <header-timeout>15</header-timeout> <source-timeout>10</source-timeout> <burst-on-connect>1</burst-on-connect> <burst-size>65535</burst-size> </limits> <authentication> <source-password>NotaRealPassword</source-password> <relay-password>NotaRealPassword</relay-password> <admin-user>admin</admin-user> <admin-password>NotaRealPassword</admin-password> </authentication> <http-headers> <header name="Access-Control-Allow-Origin" value="*"/> </http-headers> <fileserve>1</fileserve> <paths> <logdir>./log</logdir> <webroot>./web</webroot> <adminroot>./admin</adminroot> <alias source="/" destination="/status.xsl"/> </paths> <logging> <accesslog>access.log</accesslog> <errorlog>error.log</errorlog> <loglevel>3</loglevel> <logsize>10000</logsize> </logging> </icecast>>_______________________________________________ >Icecast mailing list >Icecast at xiph.org >http://lists.xiph.org/mailman/listinfo/icecast= = = = = = = = = = = = = = = = = = = Best regards. Foxxe wilderzone.radio.2 at gmail.com thewilderzone.sytes.net wilderzone.radio.2 at gmail.com 2019-09-09