Hello, I'm working on a project of a commercial webradio. I need to register everytime somebody listens to my radio : when the stream begins, when it ends, the IP. But in the file access.log, there are many GETs from my listeners, before it streams, during, after, and so on. ShoutCast does it as I want but I wanna use IceCast in order to stream Ogg Vorbis ! I feel that the logging module in IceCast 2 is not registring the listening cessions, just mixing all types of connections to the server. So all the statistics made by the log parsers meens nothing... I've seen the new version of Webalizer : Streaming Version. Chris, how do you make this : "In streaming mode The Webalizer - Streaming Version will ignore any non streaming log." ??? Many of you were interested by this, could you please help me and share your developpments ? Maybe someone has developped a patch for IceCast 2 which can do correct logging... Thanks ! --- >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.
Hello, yes, I can share, but everything is already shared here: http://webalizer.kezako.net The full source code of Webalizer is available. I didn't made any change to icecast to calculate begining and ending of the stream. It is based on icecast logging: icecast gives for each listener the time of the end of listening, the amount of bytes transfered. So, with the average bit rate provided in webalizer conf file, I calculate the begining. It is accurate enough for log analysis purpose, but perhaps not for something else. I don't think icecast2 logging is not correct. I would say it is doing in a different way. To extract listeners log, its easy as you have to give the source name in webalizer conf file... that's just a filename comparison in webalizer.>So all the statistics made by the log parsers meens nothing...I would say the opposite... it means everything, just need some sorting. 1-a webalizer conf file set up to ignore any .ogg and .mp3 file will produce web statistics for non stream files served by webalizer 2-a webalizer conf file set up to accept only .ogg and .mp3 (what I develpped) will produce stream statistics no more complicated... I hope this will help. Regards, Chris --- >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.