aboutsummaryrefslogtreecommitdiffhomepage
path: root/FAQ.md
diff options
context:
space:
mode:
author3risian <59593325+3risian@users.noreply.github.com>2020-02-17 08:34:50 +1100
committerChocobozzz <chocobozzz@cpy.re>2020-02-17 10:32:17 +0100
commit5003a1c9fde54e880dc22e06891d211443a40ded (patch)
tree0905078429b43a17425e36e58ae430b88e6a6eb5 /FAQ.md
parentc2777c1dfe688c8fab1ef2fed50e360100fa9198 (diff)
downloadPeerTube-5003a1c9fde54e880dc22e06891d211443a40ded.tar.gz
PeerTube-5003a1c9fde54e880dc22e06891d211443a40ded.tar.zst
PeerTube-5003a1c9fde54e880dc22e06891d211443a40ded.zip
Explain view calculation on short videos, rewording
FAQ previously did not explain how views are calculated for videos under 30 seconds. Minor rewording fixes based on feedback from non-technical person.
Diffstat (limited to 'FAQ.md')
-rw-r--r--FAQ.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/FAQ.md b/FAQ.md
index 1a3b1847b..971be03d2 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -101,7 +101,7 @@ We need this information because Twitter requires an account for links share/vid
101 101
102## How video views are calculated? 102## How video views are calculated?
103 103
104Your web browser sends a view to the server after 30 seconds of playback. Then, the IP cannot send another view in the next hour. 104Your web browser sends a view to the server after 30 seconds of playback. If a video is less than 30 seconds in length, a view is sent after 75% of the video. After giving a view, that IP address cannot add another view in the next hour.
105Views are buffered, so don't panic if the view counter stays the same after you watched a video. 105Views are buffered, so don't panic if the view counter stays the same after you watched a video.
106 106
107 107