this post was submitted on 07 Jun 2022
51 points (100.0% liked)

Fediverse

17535 readers
72 users here now

A community dedicated to fediverse news and discussion.

Fediverse is a portmanteau of "federation" and "universe".

Getting started on Fediverse;

founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] AsepticFuturisticFox@lemmy.ml 4 points 2 years ago (1 children)

Very cool release, I was wondering if those stats aren't a privacy problem though? How does Peertube collect them?

[–] Tryp@lemmy.ca 1 points 2 years ago (1 children)

Well viewers by country would require an external service in order to be reliable to my knowledge. I think it's possible to anonymize while also retaining the portion needed for origin lookup.

Everything else seems fairly trivial since you connect to the instance and they send you data. It can all be metricized based off data sent, rewinds/skips (in the case of audience engagement), simultaneous connections/peers, etc. There's probably multiple ways to obtain this data really and I'm glad they are getting it! Pretty minor data that has a lot of use to creators in exchange for using the service is a-okay for me but that's just my opinion.

I found some more detail in the github for how they check view count, could probs find more if you dug around:

https://github.com/Chocobozzz/PeerTube/blob/ffcfb32b2f593be46120b9e5fd16d6f8741d8ddc/server/lib/views/video-views-manager.ts

[–] AsepticFuturisticFox@lemmy.ml 1 points 2 years ago

Thank you for your kind answer!