Oliver Stirling
2004-Aug-06 14:23 UTC
[icecast] could not create listener socket on port 8000
jensen galan wrote:>thanks for the advice! > >i tried the netstat command to see if anything is >running on port 8000, and it came up empty. > >any other suggestions? really appreciate this. > >jg > >__________________________________ > >Do you have the server configured on the correct ip address (clutching at straws) as I supose it might come up with that. Oli --- >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.
jensen galan
2004-Aug-06 14:23 UTC
[icecast] could not create listener socket on port 8000
--- Oliver Stirling <oliver@ojms.org.uk> wrote:> jensen galan wrote: > > >thanks for the advice! > > > >i tried the netstat command to see if anything is > >running on port 8000, and it came up empty. > > > >any other suggestions? really appreciate this. > > > >jg > > > >__________________________________ > > > > > Do you have the server configured on the correct ip > address (clutching > at straws) as I supose it might come up with that. > > Olii think i have the icecast.xml file configured correctly: <hostname>localhost</hostname> <port>8000</port> <listen-socket> <port>8000</port> <bind-address>192.168.1.99</bind-address> </listen-socket> i have a linux box running the icecast server behind a router on my private network. is this configuration ok? thanks again. jg __________________________________ Do you Yahoo!? Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes http://hotjobs.sweepstakes.yahoo.com/signingbonus --- >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.
On Wed, 7 Jan 2004, jensen galan wrote:> <hostname>localhost</hostname> > <port>8000</port> > > <listen-socket> > <port>8000</port> > <bind-address>192.168.1.99</bind-address> > </listen-socket>ah. I think I see your problem. You don't want to use both of these port values. If you want it to just use one port on all interfaces, use the first one. If you only want it to use port 8000 on the 192.168 interface, or if you want to use multiple ports, use the second one. Don't use both, as it will try and do both and obviously fail. Geoff. <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.