aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/live
Commit message (Collapse)AuthorAgeFilesLines
* Fix live quota testsChocobozzz2023-05-221-1/+1
|
* More robust quota checkChocobozzz2023-05-221-3/+9
| | | | Avoid concurrency issues with permanent lives
* Fix testsChocobozzz2023-05-221-2/+9
|
* Force stop remote live transcodingChocobozzz2023-05-221-1/+1
|
* Remove low timeoutsChocobozzz2023-05-221-4/+0
| | | | Default timeout is 30s
* Increase test timeoutsChocobozzz2023-05-111-14/+14
|
* Fix reset sequelize instanceChocobozzz2023-05-111-4/+3
|
* Correctly wait for live segment generationChocobozzz2023-05-111-13/+15
|
* Increase timeoutChocobozzz2023-05-091-1/+1
|
* Increase timeoutsChocobozzz2023-05-092-4/+4
|
* Add runner server testsChocobozzz2023-05-091-7/+19
|
* Feature/Add replay privacy (#5692)Wicklow2023-03-314-80/+204
| | | | | | | | | | | | | | | | | | | | | | | | | * 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
|
* Correctly delete live files from object storageChocobozzz2022-10-253-10/+22
|
* Put private videos under a specific subdirectoryChocobozzz2022-10-242-8/+9
|
* Wait segment sha processingChocobozzz2022-10-111-1/+1
|
* Fix live testsChocobozzz2022-10-112-4/+29
|
* Live supports object storageChocobozzz2022-10-042-47/+42
| | | | | | | | * 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
* Relax bitrate/fps testChocobozzz2022-09-281-2/+2
|
* Add test for RTMP stream without audioChocobozzz2022-09-281-0/+12
|
* Don't display remove file icon in some casesChocobozzz2022-09-131-2/+2
|
* Cleanup tests importsChocobozzz2022-08-177-21/+7
|
* We don't need to import mochaChocobozzz2022-08-177-7/+0
|
* Increase test timeoutChocobozzz2022-08-161-1/+1
|
* Fix testsChocobozzz2022-08-161-2/+2
|
* Increase timeoutsChocobozzz2022-08-161-1/+1
|
* Fix live testsChocobozzz2022-08-111-1/+1
|
* Add option to not transcode original resolutionChocobozzz2022-08-091-5/+68
|
* Clearer live sessionChocobozzz2022-07-221-0/+8
| | | | | | | | | 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 videos statsChocobozzz2022-07-081-2/+2
|
* Merge branch 'release/4.2.0' into developChocobozzz2022-06-241-1/+1
|\
| * Fix lintChocobozzz2022-06-241-1/+1
| |
| * Fix removed sha segments on fast restreamChocobozzz2022-06-241-2/+3
| |
* | Fix removed sha segments on fast restreamChocobozzz2022-06-241-2/+3
| |
* | Merge branch 'release/4.2.0' into developChocobozzz2022-06-234-45/+133
|\|
| * Fix fast restream in saved permanent liveChocobozzz2022-06-234-45/+133
| |
* | Increase test timeoutChocobozzz2022-06-171-1/+1
| |
* | Merge branch 'release/4.2.0' into developChocobozzz2022-06-161-0/+7
|\|
| * Fix live ending job that breaks new live sessionChocobozzz2022-06-161-0/+7
| |
* | Merge branch 'release/4.2.0' into developChocobozzz2022-05-252-1/+35
|\|
| * More robust live ending jobChocobozzz2022-05-251-1/+1
| |
| * Fix saving permanent live replay on quick restreamChocobozzz2022-05-251-0/+34
| |
* | Increase test timeoutChocobozzz2022-05-241-1/+1
|/
* Fix quota inconstistencies with livesChocobozzz2022-05-041-0/+25
|
* Fix live constraints testsChocobozzz2022-05-031-9/+4
|
* Support live session in serverChocobozzz2022-05-034-11/+138
|
* Fix getting live by anonymous userChocobozzz2022-05-032-107/+79
|