aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/server-commands/videos/live-command.ts
Commit message (Collapse)AuthorAgeFilesLines
* Prevent object storage mock conflictsChocobozzz2023-05-231-10/+10
| | | | When running tests in parallel
* Correctly wait for live segment generationChocobozzz2023-05-111-1/+6
|
* Try to have more robust live testsChocobozzz2023-05-101-1/+1
|
* Add runner server testsChocobozzz2023-05-091-1/+1
|
* Feature/Add replay privacy (#5692)Wicklow2023-03-311-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Fix live with base url object storageChocobozzz2023-01-271-2/+10
|
* Use private ACL for private videos in s3Chocobozzz2022-10-241-3/+3
|
* Put private videos under a specific subdirectoryChocobozzz2022-10-241-0/+26
|
* Wait segment sha processingChocobozzz2022-10-111-0/+9
|
* Fix live testsChocobozzz2022-10-111-16/+27
|
* Try to fix testsChocobozzz2022-10-101-0/+11
|
* Live supports object storageChocobozzz2022-10-041-10/+50
| | | | | | | | * Sync live files (segments, master playlist, resolution playlist, segment sha file) into object storage * Automatically delete them when the live ends * Segment sha file is now a file on disk, and not stored in memory anymore
* Reimplement a typed omit functionChocobozzz2022-08-171-3/+2
|
* Fix fast restream in saved permanent liveChocobozzz2022-06-231-4/+24
|
* Support live session in serverChocobozzz2022-05-031-1/+47
|
* Add ability to save replay of permanent livesChocobozzz2022-04-211-1/+1
|
* Move test functions outside extra-utilsChocobozzz2021-12-171-1/+1
|
* shared/ typescript types dir server-commandsChocobozzz2021-12-171-0/+155