Michael Smith
2004-Aug-06 14:57 UTC
[icecast-dev] Strange change in icecast kh14 for IP logging
> What I did notice is that the date field is not first, even though it's > date ordered. I personally didn't like that, so I just moved the date > field. opinions ?Please don't change the ordering of the fields. It's quite deliberately ordered for compatibility with the Apache Common Log Format. (hmm... or is it the Combined Log Format? I forget...) 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-dev-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.
Dave St John
2004-Aug-06 14:57 UTC
[icecast-dev] Strange change in icecast kh14 for IP logging
common (CLF) http://www.mediacastone.com/cgi-bin/awstats.pl?config=yp.casterclub.icecast2 i have that set to common log format and it parses the access.log file just dandy. <p><p><p>Dave St John Mediacast1 Administration ----- Original Message ----- From: "Michael Smith" <msmith@xiph.org> To: <icecast-dev@xiph.org> Sent: Wednesday, December 03, 2003 6:30 PM Subject: Re: [icecast-dev] Strange change in icecast kh14 for IP logging <p>>> > What I did notice is that the date field is not first, even though it's > > date ordered. I personally didn't like that, so I just moved the date > > field. opinions ? > > Please don't change the ordering of the fields. It's quite deliberately > ordered for compatibility with the Apache Common Log Format. (hmm... or isit> the Combined Log Format? I forget...) > > 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-dev-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-dev-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.
Karl Heyes
2004-Aug-06 14:57 UTC
[icecast-dev] Strange change in icecast kh14 for IP logging
On Thu, 2003-12-04 at 01:30, Michael Smith wrote:> > What I did notice is that the date field is not first, even though it's > > date ordered. I personally didn't like that, so I just moved the date > > field. opinions ? > > Please don't change the ordering of the fields. It's quite deliberately > ordered for compatibility with the Apache Common Log Format. (hmm... or is it > the Combined Log Format? I forget...)I've already changed it back, I didn't really associate the format initially, and it wasn't supposed to of gone out. It's back as it should be in kh17. karl. <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-dev-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.
Ok i got a few questions when a client connects (winamp) what are the incoming headers icecast looks for to signify what type(ogg or mp3) of stream the client is requesting? example (for shoutcast winamp sends icy-metadata:1) shoutcast server then recognizes its a player capable of streaming media so it sends the icy-metaint:8192 to winamp, along with a slew of other icy headers. o here is my dilema example php code fwrite($sp,"GET /my_mp3 HTTP/1.0\nUser-Agent:Secret stuff alpha\nicy-metadata:1\n\n");//works with winamp when requested via php script but fwrite($sp,"GET /example.ogg HTTP/1.0\nUser-Agent:Secret stuff alpha\n\n"); //will not work in winamp when requested via php script diff highlighted in blue. any ideas./help would be appreaciated. <p><p>Dave St John Mediacast1 Administration <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-dev-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.