Hi all, I built the latest Win32 version of Icecast last night (need I say why its so cool?). I am using it with OddcastDSP and it connects and streams to Icecast just fine. However, when I try and connect to the server I get an HTTP/1.0 404 error. The log shows this: 127.0.0.1 - - [21/Feb/2003:19:51:08 Eastern Standard Time] "GET / HTTP/1.0" 404 109 "(null)" "-" 20793920 and the source log shows similar: 127.0.0.1 - - [21/Feb/2003:19:51:04 Eastern Standard Time] "SOURCE /ice.ogg ICE/1.0" 200 1009046 "(null)" "-" 4536824 Does anyone know why all of these nulls are being requested? Is there a problem in my configuration? I tried my best to gather information on the XMl configuration file, but there wasn't much more than a French site on this. Or is Oddcast to blame for this one? Thanks a bunch, Dan "The Man" C. --- >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 Saturday 22 February 2003 12:19, Daniel Chokola wrote:> Hi all, > I built the latest Win32 version of Icecast last night (need I say why its > so cool?). I am using it with OddcastDSP and it connects and streams to > Icecast just fine. However, when I try and connect to the server I get an > HTTP/1.0 404 error. The log shows this: 127.0.0.1 - - [21/Feb/2003:19:51:08 > Eastern Standard Time] "GET / HTTP/1.0" 404 109 "(null)" "-" 20793920 and > the source log shows similar: > 127.0.0.1 - - [21/Feb/2003:19:51:04 Eastern Standard Time] "SOURCE /ice.ogg > ICE/1.0" 200 1009046 "(null)" "-" 4536824 > > Does anyone know why all of these nulls are being requested? Is there a > problem in my configuration? I tried my best to gather information on the > XMl configuration file, but there wasn't much more than a French site on > this. Or is Oddcast to blame for this one? >The nulls there are very strange - they shouldn't be possible - but aren't the cause of your "problem". In fact, from this, it looks like everything other than the logging is working perfectly. You're just asking your client (the player, whatever you're using) to play the wrong thing, so it doesn't work. The log here suggests that the source (oddcast) is at "/ice.ogg", but your client is requesting "/" instead. Try putting in "http://server:port/ice.ogg" instead of "http://server:port/". Mike --- >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.
thank you very much, im retarded and didnt realize i had to put the ogg in the path :-P ----- Original Message ----- From: "Michael Smith" <msmith@xiph.org> To: <icecast@xiph.org> Sent: Saturday, February 22, 2003 6:53 AM Subject: Re: [icecast] Trouble Connecting with Winamp <p>On Saturday 22 February 2003 12:19, Daniel Chokola wrote:> Hi all, > I built the latest Win32 version of Icecast last night (need I say why its > so cool?). I am using it with OddcastDSP and it connects and streams to > Icecast just fine. However, when I try and connect to the server I get an > HTTP/1.0 404 error. The log shows this: 127.0.0.1 - -[21/Feb/2003:19:51:08> Eastern Standard Time] "GET / HTTP/1.0" 404 109 "(null)" "-" 20793920 and > the source log shows similar: > 127.0.0.1 - - [21/Feb/2003:19:51:04 Eastern Standard Time] "SOURCE/ice.ogg> ICE/1.0" 200 1009046 "(null)" "-" 4536824 > > Does anyone know why all of these nulls are being requested? Is there a > problem in my configuration? I tried my best to gather information on the > XMl configuration file, but there wasn't much more than a French site on > this. Or is Oddcast to blame for this one? >The nulls there are very strange - they shouldn't be possible - but aren't the cause of your "problem". In fact, from this, it looks like everything other than the logging is working perfectly. You're just asking your client (the player, whatever you're using) to play the wrong thing, so it doesn't work. The log here suggests that the source (oddcast) is at "/ice.ogg", but your client is requesting "/" instead. Try putting in "http://server:port/ice.ogg" instead of "http://server:port/". Mike --- >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.