|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
#1 |
|
Junior Member
Join Date: Feb 2004
Posts: 29
|
shoutcast log / viewer count / uid... how do i know how many UNIQUE viewers I've had?
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_ |
|
|
|
|
|
#2 |
|
Moderator Alumni
Join Date: May 2000
Location: Next Door
Posts: 8,888
|
I would trust your w3c log. UID's are just unique identifiers for connections, their number reflects no true relationship to individual IP's.
-Jay | Radio Toolbox.com |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Feb 2004
Posts: 29
|
ok... i was beginning to wonder about such high numbers.
thanks, D. |
|
|
|
|
|
#4 |
|
Junior Member
Join Date: Feb 2004
Posts: 29
|
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_ ) |
|
|
|
|
|
#5 |
|
Junior Member
Join Date: Feb 2004
Posts: 29
|
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 !) |
|
|
|
|
|
#6 |
|
Major Dude
|
Don't hate on the VB, thats all I know how to use
|
|
|
|
|
|
#7 |
|
Junior Member
Join Date: Feb 2004
Location: Seattle, WA
Posts: 4
|
what about something that can pull what's being played as well and match it with the viewer?
|
|
|
|
|
|
#8 | |
|
Junior Member
Join Date: Feb 2004
Posts: 29
|
Quote:
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 ? ] |
|
|
|
|
|
|
#9 |
|
Moderator
Join Date: Apr 2003
Location: SCVI . NET
Posts: 2,833
|
|
|
|
|
|
|
#10 | |
|
Major Dude
|
Quote:
|
|
|
|
|
|
|
#11 |
|
Moderator
Join Date: Apr 2003
Location: SCVI . NET
Posts: 2,833
|
Gotta watch that cough ken, might be contagious :P
|
|
|
|
|
|
#12 |
|
Junior Member
Join Date: Feb 2004
Posts: 29
|
![]() gotcha... D. |
|
|
|
|
|
#13 |
|
Junior Member
Join Date: Feb 2004
Posts: 29
|
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 ![]() Doug ( _HF_ ) |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|