I'm running multiple instances of ices. Also, I found what the problem was with the constant stream. I was getting a default stream because I was using my local ip address to run the server, and when I tried to access the different streams from my outside ip address something got confused. I'm running it from my outside ip address and everything works fine. Does anyone know a what to run from two both a local and outside ip address. It seems that people on my local network should be able to talk directly with my machine without going to outside the network. Thanks, Aaron <p>On Fri, 2002-09-13 at 16:30, Maria Wright wrote:> It looks like yer nat'ing. That might have something to do with it. Id have > to think on it, but maybe move the other stream to another port # (8001, > etc). NAT may not be able to translate 2 dif requests through a mapping from > public to private on the same port #. NAT doesnt play nice with certain > types of apps. > > Did you do multiple instances of ICES or some other (hopefully better) > solution? > > Maria > > ----- Original Message ----- > From: "P. Aaron Lott" <palott@math.umd.edu> > To: "Maria Wright" <maria@mariaworld.com> > Sent: Friday, September 13, 2002 3:15 PM > Subject: Re: [icecast] multiple shout streams > > > > So I got multiple streams to work just fine on my local network but if I > > try to access my streams from my ip address that connects to the world I > > only can get my classical play list to play regardless of which mount > > point I choose. Any ideas? > > > > Thanks, > > > > Aaron > > > > > > On Fri, 2002-09-13 at 14:30, Maria Wright wrote: > > > Cant do it that way, unfortunately. The different mount points are > really > > > for streaming different bitrates, not playlists. > > > To have 2 streams playing differernt playlists, you have to run 2 > instances > > > of ICES, each instance referring to a separate config file that in turn > > > points to a different playlist. > > > > > > I just went through this problem and there were a few emails on the list > > > regarding this problem. The final result from the ICECAST developers was > the > > > solution above. > > > > > > Yes, its stupid. Im wondering if theres a way to write a PERL program to > > > fork and/or force the process or something. I havent dug any deeper, > tho. > > > > > > > > > Maria > > > > > > > > > > > > ----- Original Message ----- > > > From: "P. Aaron Lott" <palott@math.umd.edu> > > > To: <icecast@xiph.org> > > > Sent: Friday, September 13, 2002 1:20 PM > > > Subject: [icecast] multiple shout streams > > > > > > > > > > Hi, > > > > > > > > I'm trying to figure out how to have mulitple shout streams running on > > > > my icecast server. I'd like to have it setup like > > > > > > > > http://192.168.1.1:8000/classical plays classical > > > > http://192.168.1.1:8000/pop plays pop > > > > > > > > etc. > > > > > > > > Thanks, > > > > > > > > Aaron > > > > > > > > -- > > > > palott@math.umd.edu > > > > http://www.math.umd.edu/~palott > > > > LCV: IPST 4364A (301)405-4865 > > > > Office: IPST 4364D (301)405-4843 > > > > Fax: (301)314-0827 > > > > > > > > P. Aaron Lott > > > > 1301 Mathematics Building > > > > University of Maryland > > > > College Park, MD 20742-4015 > > > > > > > > --- >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. > > > > > > > > > -- > > palott@math.umd.edu > > http://www.math.umd.edu/~palott > > LCV: IPST 4364A (301)405-4865 > > Office: IPST 4364D (301)405-4843 > > Fax: (301)314-0827 > > > > P. Aaron Lott > > 1301 Mathematics Building > > University of Maryland > > College Park, MD 20742-4015 > > >-- palott@math.umd.edu http://www.math.umd.edu/~palott LCV: IPST 4364A (301)405-4865 Office: IPST 4364D (301)405-4843 Fax: (301)314-0827 P. Aaron Lott 1301 Mathematics Building University of Maryland College Park, MD 20742-4015 --- >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.
My OS in linux. my local ip address is 192.168.1.1 I'm currently running icecast from my comcast ip address 68.50.209.120. But if I try to connect to the stream via 192.168.1.1 I get 404 Entity Not Found The requested file or stream was not found on this server. Thanks, Aaron <p>On Fri, 2002-09-13 at 17:14, zeek wrote:> > What OS is the system? What is the IPaddr? > > Do: > > ifconfig -a > netstat -nr > > > -zeek > > > -----Original Message----- > > From: owner-icecast@xiph.org [mailto:owner-icecast@xiph.org]On Behalf Of > > P. Aaron Lott > > Sent: Friday, September 13, 2002 5:04 PM > > To: Maria Wright > > Cc: icecast@xiph.org > > Subject: Re: [icecast] multiple shout streams > > > > > > I'm running multiple instances of ices. Also, I found what the problem > > was with the constant stream. I was getting a default stream because I > > was using my local ip address to run the server, and when I tried to > > access the different streams from my outside ip address something got > > confused. I'm running it from my outside ip address and everything works > > fine. Does anyone know a what to run from two both a local and outside > > ip address. It seems that people on my local network should be able to > > talk directly with my machine without going to outside the network. > > > > Thanks, > > > > Aaron > > > > > > On Fri, 2002-09-13 at 16:30, Maria Wright wrote: > > > It looks like yer nat'ing. That might have something to do with > > it. Id have > > > to think on it, but maybe move the other stream to another port # (8001, > > > etc). NAT may not be able to translate 2 dif requests through a > > mapping from > > > public to private on the same port #. NAT doesnt play nice with certain > > > types of apps. > > > > > > Did you do multiple instances of ICES or some other (hopefully better) > > > solution? > > > > > > Maria > > > > > > ----- Original Message ----- > > > From: "P. Aaron Lott" <palott@math.umd.edu> > > > To: "Maria Wright" <maria@mariaworld.com> > > > Sent: Friday, September 13, 2002 3:15 PM > > > Subject: Re: [icecast] multiple shout streams > > > > > > > > > > So I got multiple streams to work just fine on my local > > network but if I > > > > try to access my streams from my ip address that connects to > > the world I > > > > only can get my classical play list to play regardless of which mount > > > > point I choose. Any ideas? > > > > > > > > Thanks, > > > > > > > > Aaron > > > > > > > > > > > > On Fri, 2002-09-13 at 14:30, Maria Wright wrote: > > > > > Cant do it that way, unfortunately. The different mount points are > > > really > > > > > for streaming different bitrates, not playlists. > > > > > To have 2 streams playing differernt playlists, you have to run 2 > > > instances > > > > > of ICES, each instance referring to a separate config file > > that in turn > > > > > points to a different playlist. > > > > > > > > > > I just went through this problem and there were a few > > emails on the list > > > > > regarding this problem. The final result from the ICECAST > > developers was > > > the > > > > > solution above. > > > > > > > > > > Yes, its stupid. Im wondering if theres a way to write a > > PERL program to > > > > > fork and/or force the process or something. I havent dug any deeper, > > > tho. > > > > > > > > > > > > > > > Maria > > > > > > > > > > > > > > > > > > > > ----- Original Message ----- > > > > > From: "P. Aaron Lott" <palott@math.umd.edu> > > > > > To: <icecast@xiph.org> > > > > > Sent: Friday, September 13, 2002 1:20 PM > > > > > Subject: [icecast] multiple shout streams > > > > > > > > > > > > > > > > Hi, > > > > > > > > > > > > I'm trying to figure out how to have mulitple shout > > streams running on > > > > > > my icecast server. I'd like to have it setup like > > > > > > > > > > > > http://192.168.1.1:8000/classical plays classical > > > > > > http://192.168.1.1:8000/pop plays pop > > > > > > > > > > > > etc. > > > > > > > > > > > > Thanks, > > > > > > > > > > > > Aaron > > > > > > > > > > > > -- > > > > > > palott@math.umd.edu > > > > > > http://www.math.umd.edu/~palott > > > > > > LCV: IPST 4364A (301)405-4865 > > > > > > Office: IPST 4364D (301)405-4843 > > > > > > Fax: (301)314-0827 > > > > > > > > > > > > P. Aaron Lott > > > > > > 1301 Mathematics Building > > > > > > University of Maryland > > > > > > College Park, MD 20742-4015 > > > > > > > > > > > > --- >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. > > > > > > > > > > > > > > > -- > > > > palott@math.umd.edu > > > > http://www.math.umd.edu/~palott > > > > LCV: IPST 4364A (301)405-4865 > > > > Office: IPST 4364D (301)405-4843 > > > > Fax: (301)314-0827 > > > > > > > > P. Aaron Lott > > > > 1301 Mathematics Building > > > > University of Maryland > > > > College Park, MD 20742-4015 > > > > > > > > > -- > > palott@math.umd.edu > > http://www.math.umd.edu/~palott > > LCV: IPST 4364A (301)405-4865 > > Office: IPST 4364D (301)405-4843 > > Fax: (301)314-0827 > > > > P. Aaron Lott > > 1301 Mathematics Building > > University of Maryland > > College Park, MD 20742-4015 > > > > --- >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.-- palott@math.umd.edu http://www.math.umd.edu/~palott LCV: IPST 4364A (301)405-4865 Office: IPST 4364D (301)405-4843 Fax: (301)314-0827 P. Aaron Lott 1301 Mathematics Building University of Maryland College Park, MD 20742-4015 --- >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.
What OS is the system? What is the IPaddr? Do: ifconfig -a netstat -nr <p>-zeek> -----Original Message----- > From: owner-icecast@xiph.org [mailto:owner-icecast@xiph.org]On Behalf Of > P. Aaron Lott > Sent: Friday, September 13, 2002 5:04 PM > To: Maria Wright > Cc: icecast@xiph.org > Subject: Re: [icecast] multiple shout streams > > > I'm running multiple instances of ices. Also, I found what the problem > was with the constant stream. I was getting a default stream because I > was using my local ip address to run the server, and when I tried to > access the different streams from my outside ip address something got > confused. I'm running it from my outside ip address and everything works > fine. Does anyone know a what to run from two both a local and outside > ip address. It seems that people on my local network should be able to > talk directly with my machine without going to outside the network. > > Thanks, > > Aaron > > > On Fri, 2002-09-13 at 16:30, Maria Wright wrote: > > It looks like yer nat'ing. That might have something to do with > it. Id have > > to think on it, but maybe move the other stream to another port # (8001, > > etc). NAT may not be able to translate 2 dif requests through a > mapping from > > public to private on the same port #. NAT doesnt play nice with certain > > types of apps. > > > > Did you do multiple instances of ICES or some other (hopefully better) > > solution? > > > > Maria > > > > ----- Original Message ----- > > From: "P. Aaron Lott" <palott@math.umd.edu> > > To: "Maria Wright" <maria@mariaworld.com> > > Sent: Friday, September 13, 2002 3:15 PM > > Subject: Re: [icecast] multiple shout streams > > > > > > > So I got multiple streams to work just fine on my local > network but if I > > > try to access my streams from my ip address that connects to > the world I > > > only can get my classical play list to play regardless of which mount > > > point I choose. Any ideas? > > > > > > Thanks, > > > > > > Aaron > > > > > > > > > On Fri, 2002-09-13 at 14:30, Maria Wright wrote: > > > > Cant do it that way, unfortunately. The different mount points are > > really > > > > for streaming different bitrates, not playlists. > > > > To have 2 streams playing differernt playlists, you have to run 2 > > instances > > > > of ICES, each instance referring to a separate config file > that in turn > > > > points to a different playlist. > > > > > > > > I just went through this problem and there were a few > emails on the list > > > > regarding this problem. The final result from the ICECAST > developers was > > the > > > > solution above. > > > > > > > > Yes, its stupid. Im wondering if theres a way to write a > PERL program to > > > > fork and/or force the process or something. I havent dug any deeper, > > tho. > > > > > > > > > > > > Maria > > > > > > > > > > > > > > > > ----- Original Message ----- > > > > From: "P. Aaron Lott" <palott@math.umd.edu> > > > > To: <icecast@xiph.org> > > > > Sent: Friday, September 13, 2002 1:20 PM > > > > Subject: [icecast] multiple shout streams > > > > > > > > > > > > > Hi, > > > > > > > > > > I'm trying to figure out how to have mulitple shout > streams running on > > > > > my icecast server. I'd like to have it setup like > > > > > > > > > > http://192.168.1.1:8000/classical plays classical > > > > > http://192.168.1.1:8000/pop plays pop > > > > > > > > > > etc. > > > > > > > > > > Thanks, > > > > > > > > > > Aaron > > > > > > > > > > -- > > > > > palott@math.umd.edu > > > > > http://www.math.umd.edu/~palott > > > > > LCV: IPST 4364A (301)405-4865 > > > > > Office: IPST 4364D (301)405-4843 > > > > > Fax: (301)314-0827 > > > > > > > > > > P. Aaron Lott > > > > > 1301 Mathematics Building > > > > > University of Maryland > > > > > College Park, MD 20742-4015 > > > > > > > > > > --- >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. > > > > > > > > > > > > -- > > > palott@math.umd.edu > > > http://www.math.umd.edu/~palott > > > LCV: IPST 4364A (301)405-4865 > > > Office: IPST 4364D (301)405-4843 > > > Fax: (301)314-0827 > > > > > > P. Aaron Lott > > > 1301 Mathematics Building > > > University of Maryland > > > College Park, MD 20742-4015 > > > > > > -- > palott@math.umd.edu > http://www.math.umd.edu/~palott > LCV: IPST 4364A (301)405-4865 > Office: IPST 4364D (301)405-4843 > Fax: (301)314-0827 > > P. Aaron Lott > 1301 Mathematics Building > University of Maryland > College Park, MD 20742-4015 > > --- >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.