aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/video/video-live-session.ts
Commit message (Collapse)AuthorAgeFilesLines
* Implement remote runner jobs in serverChocobozzz2023-05-091-2/+11
| | | | Move ffmpeg functions to @shared
* Feature/Add replay privacy (#5692)Wicklow2023-03-311-1/+48
| | | | | | | | | | | | | | | | | | | | | | | | | * Add replay settings feature * Fix replay settings behaviour * Fix tests * Fix tests * Fix tests * Update openapi doc and fix tests * Add tests and fix code * Models correction * Add migration and update controller and middleware * Add check params tests * Fix video live middleware * Updated code based on review comments
* Clearer live sessionChocobozzz2022-07-221-0/+10
| | | | | | | | | Get the save replay setting when the session started to prevent inconsistent behaviour when the setting changed before the session was processed by the live ending job Display more information about the potential session replay in live modal information
* Fix handling broken livesChocobozzz2022-07-121-0/+9
| | | | We want the latest session that may already be finished
* Update server dependenciesChocobozzz2022-06-211-1/+1
|
* Support live session in serverChocobozzz2022-05-031-0/+142