PDA

View Full Version : shoutcast log / viewer count / uid... how do i know how many UNIQUE viewers I've had?


_HF_
18th February 2004, 18:44
Ok.. the title pretty much says it all.

I've had my (webcam) nsv stream running all day.

from what I can see, and have noticed whilst watching the log window, all 4 of my available user slots are maxxed out all the time. (wow aren't I popular ??!!).

Now, the UID count is up to about, in fact just over, 16000 now.

However, having run the w3c format log through analog, it says I've had 350 unique visits all day.

What gives ?

Whats the actual number of people I've had watching me all day ?

Are there any programmes out there which will make any proper sense of the shoutcast server log, without endless amounts of hacking ?


Any help much appreciated,


Doug - _HF_

Jay
18th February 2004, 19:08
I would trust your w3c log. UID's are just unique identifiers for connections, their number reflects no true relationship to individual IP's.

_HF_
18th February 2004, 19:21
ok... i was beginning to wonder about such high numbers.

thanks,


D.

_HF_
18th February 2004, 23:03
still not sure i trust any of the numbers, so i've started coding up an app to count through the shoutcast format log and give stats back like:
total unique visitors (IP's)
number of visits per IP
total viewing/listening time per IP
data sent per IP
bandwidth per IP

etc etc

i'll keep you posted on progress... and will release the working program to the public free of charge, since there seems to be a lack of a standalone easy to use ready to go kinda solution IYKWIM.... :)

also, if you think i've missed any other obvious data that cam be extracted from the native log, i'll see if I can squeeze it out and include it in the prog.


cheers


doug ( _HF_ )

_HF_
20th February 2004, 22:56
here is v0.0.1 of the logfile parser.

pretty basic.... in fact was made in VB. so there.

you're gonna say that it's shit.
and you're right.


so what can I do to improve it a bit ?

the programme basically does all I ever wanted it to do (and that is to accurately count the number of unique hits on my SC server).


suggestions may or may not get implemented... depends on a number of things, first and foremost whether I can really be bothered to do it.

if all else fails, i'll give you the source :)


DH ( _HF_ )

{BTW... the REAL count that I was confused over in the initial post was in fact about 4000... so there !)

ken52787
20th February 2004, 23:06
Don't hate on the VB, thats all I know how to use :D

Subspace.TV
21st February 2004, 03:15
what about something that can pull what's being played as well and match it with the viewer?

_HF_
21st February 2004, 10:38
Originally posted by Subspace.TV
what about something that can pull what's being played as well and match it with the viewer?


thats not quite the point of this.... this program is really only for "after the event" analysis of the log file.


D.


[BTW ken your web link doens't work... gets redirected to paysforsurveys.com... what programs have you written ? ]

sankt
21st February 2004, 12:38
I mirror kens software

www.scvi.net/software
www.scvi.net/gui.htm

ken52787
21st February 2004, 14:01
BTW ken your web link doens't work... gets redirected to paysforsurveys.com... what programs have you written ?

I kno, my free webspace is really retarded. It doesn't work for some people and is slow for all who can see it. Luckily Sankt was friendly enough to mirror it. I wrote nsvgui and another that I am not at liberty to discuss here *cough, cough, look at bottom of software page, cough*

sankt
21st February 2004, 14:25
Gotta watch that cough ken, might be contagious :P

_HF_
21st February 2004, 15:26
;)

gotcha...


D.

_HF_
2nd March 2004, 15:51
updated log parser program.
now, a "visit" is a successful connection to your stream, and not just unique IP's.. so if someone from the internet looks at your stream say twice, then that is 2 visits :p

Doug
( _HF_ )