aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/live/live-fast-restream.ts
Commit message (Collapse)AuthorAgeFilesLines
* Prevent object storage mock conflictsChocobozzz2023-05-231-2/+1
| | | | When running tests in parallel
* Fix reset sequelize instanceChocobozzz2023-05-111-4/+3
|
* 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
* Try to debug test timeoutChocobozzz2023-01-241-0/+3
|
* Try to debug a CI issueChocobozzz2023-01-031-3/+9
|
* Prefer using sequelize replacements even for testsChocobozzz2023-01-031-1/+1
|
* Fix server lintChocobozzz2022-11-151-1/+1
|
* Put private videos under a specific subdirectoryChocobozzz2022-10-241-2/+2
|
* Fix live testsChocobozzz2022-10-111-1/+20
|
* Live supports object storageChocobozzz2022-10-041-1/+1
| | | | | | | | * 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
* Cleanup tests importsChocobozzz2022-08-171-3/+1
|
* We don't need to import mochaChocobozzz2022-08-171-1/+0
|
* Fix lintChocobozzz2022-06-241-1/+1
|
* Fix removed sha segments on fast restreamChocobozzz2022-06-241-2/+3
|
* Fix fast restream in saved permanent liveChocobozzz2022-06-231-0/+128