Oh ... Ok tryed to do it with 8100 but either doesnt work... <p><p>-----Original Message----- From: owner-icecast@xiph.org [mailto:owner-icecast@xiph.org]On Behalf Of Michael Smith Sent: Monday, May 20, 2002 1:31 PM To: icecast@xiph.org Subject: Re: [icecast] Multiple Instances are Crashing <p>At 12:16 PM 5/20/02 +0200, you wrote:>If i want to start icecast a 2nd time with different Config File, Port etc. >Icecast Crashes. I have the newset release installed on Suse 7.3... >How to do? I need Icecast on Port 8000 and 80000 (for 2nd radioserver)..That's impossible, port 80000 doesn't (and cannot) exist. tcp specifies port as a 16 bit number, limiting it to 65536 (or maybe 65535, I'm not sure). Michael <p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered. <p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
in config file (icecast.conf) it states: -- # you can now use multiple ports. the default port ia the first one defined. # define PORT, and PORT+1 for shoutcast compatibility ############ port 8000 port 8001 --- Trying to run two icecast makes no sense (especially as by default icecast does not let you) since you can configure 1 to bind to multiple ports. o the solution is to use to port configuration option. Bearing in mind what everyone else has said on this thread. Although I might be incorrect as no one has helped me with my problem ;) K <p>webmaster@chat-radio.de wrote:>Oh ... >Ok tryed to do it with 8100 but either doesnt work... > > > >-----Original Message----- >From: owner-icecast@xiph.org [mailto:owner-icecast@xiph.org]On Behalf Of >Michael Smith >Sent: Monday, May 20, 2002 1:31 PM >To: icecast@xiph.org >Subject: Re: [icecast] Multiple Instances are Crashing > > >At 12:16 PM 5/20/02 +0200, you wrote: > > >>If i want to start icecast a 2nd time with different Config File, Port etc. >>Icecast Crashes. I have the newset release installed on Suse 7.3... >>How to do? I need Icecast on Port 8000 and 80000 (for 2nd radioserver).. >> >> > >That's impossible, port 80000 doesn't (and cannot) exist. >tcp specifies port as a 16 bit number, limiting it to 65536 (or maybe >65535, I'm not sure). > >Michael > > >--- >8 ---- >List archives: http://www.xiph.org/archives/ >icecast project homepage: http://www.icecast.org/ >To unsubscribe from this list, send a message to 'icecast-request@xiph.org' >containing only the word 'unsubscribe' in the body. No subject is needed. >Unsubscribe messages sent to the list will be ignored/filtered. > > >--- >8 ---- >List archives: http://www.xiph.org/archives/ >icecast project homepage: http://www.icecast.org/ >To unsubscribe from this list, send a message to 'icecast-request@xiph.org' >containing only the word 'unsubscribe' in the body. No subject is needed. >Unsubscribe messages sent to the list will be ignored/filtered. > > > ><p><p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
At 12:48 PM 5/20/2002 +0100, you wrote:>--- >Trying to run two icecast makes no sense (especially as by default icecast >does not let you) since you can configure 1 to bind to multiple ports. > >so the solution is to use to port configuration option. Bearing in mind >what everyone else has said on this thread. > >Although I might be incorrect as no one has helped me with my problem ;) >Kthe original poster said that they wanted different config files for each server instance. There are some reasons for this I guess, i.e. one server private and one server public, or other such things...but for most people, using a single server, but utilizing multiple mount points is sufficient to run 2 stations. Most people I talk to are suprized that icecast supports multiple stations via mountpoints with a single server...I believe this has to do with too much shoutcast on the brain.... anyway, having said all that, you should still be able to start multiple icecast processes each with it's own config. Can the original poster provide exactly how each icecast process is being started and include any messages that are generated ? oddsock <p><p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.