mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 18:29:27 +02:00
Support video views/viewers stats in server
* Add "currentTime" and "event" body params to view endpoint * Merge watching and view endpoints * Introduce WatchAction AP activity * Add tables to store viewer information of local videos * Add endpoints to fetch video views/viewers stats of local videos * Refactor views/viewers handlers * Support "views" and "viewers" counters for both VOD and live videos
This commit is contained in:
parent
69d48ee30c
commit
b211106695
108 changed files with 2834 additions and 655 deletions
|
@ -301,7 +301,7 @@ describe('Test plugin helpers', function () {
|
|||
// Should not throw -> video exists
|
||||
const video = await servers[0].videos.get({ id: videoUUID })
|
||||
// Should delete the video
|
||||
await servers[0].videos.view({ id: videoUUID })
|
||||
await servers[0].views.simulateView({ id: videoUUID })
|
||||
|
||||
await servers[0].servers.waitUntilLog('Video deleted by plugin four.')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue