1
0
Fork 0
peertube/shared/server-commands/videos/index.ts
Chocobozzz b211106695 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
2022-04-15 09:49:35 +02:00

17 lines
589 B
TypeScript

export * from './blacklist-command'
export * from './captions-command'
export * from './change-ownership-command'
export * from './channels'
export * from './channels-command'
export * from './comments-command'
export * from './history-command'
export * from './imports-command'
export * from './live-command'
export * from './live'
export * from './playlists-command'
export * from './services-command'
export * from './streaming-playlists-command'
export * from './comments-command'
export * from './video-studio-command'
export * from './views-command'
export * from './videos-command'