Hi Xerces77 (and anyone else who might have input) -
Any luck with this? I am looking into generating some stats for a roku channel, (eg number of views per title, amount of bandwidth used per subscriber) and in looking at the apache logs, it seems that the information stored is not going to provide accurate data, since there are multiple requests for a single viewing and it seems that there's no way to tell how much data the user actually received.
I'm thinking about more complicated solutions like taking the ip address' first request for a given title, finding the same ip's last request for that title, subtract the time entries to find out how long they watched, divide by total time of title and multiply by title's file size to approximate the amount of data consumed by that ip address for that title. Actually, this is pretty horrible, because what if they paused it for a half hour
😞Hopefully there's another better way?
thank you in advance,
Joe
aspiring