aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/views/video-views-manager.ts
Commit message (Collapse)AuthorAgeFilesLines
* Add live and viewers otel metricsChocobozzz2022-07-271-1/+8
|
* Optimize view endpointChocobozzz2022-06-171-2/+2
|
* Improve viewer counterChocobozzz2022-04-151-12/+17
| | | | More precise, avoid weird decrease, reuse an id to federate viewers
* Improve views/viewers documentationChocobozzz2022-04-151-0/+18
|
* Support video views/viewers stats in serverChocobozzz2022-04-151-0/+70
* 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