aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/live
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix lintChocobozzz2022-04-221-4/+4
|
* Add ability to save replay of permanent livesChocobozzz2022-04-214-24/+144
|
* Support video views/viewers stats in serverChocobozzz2022-04-153-135/+2
| | | | | | | | | | * 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
* Add latency setting supportChocobozzz2022-03-091-1/+8
|
* Add basic video editor supportChocobozzz2022-02-281-2/+2
|
* Increase timeoutChocobozzz2021-12-241-1/+1
|
* Move test functions outside extra-utilsChocobozzz2021-12-177-28/+25
|
* shared/ typescript types dir server-commandsChocobozzz2021-12-177-7/+7
|
* Auto update publishedAt in live restreamChocobozzz2021-11-261-0/+6
|
* Increase live transcoding test timeoutChocobozzz2021-11-151-1/+1
|
* Fix live testsChocobozzz2021-11-151-2/+0
|
* Refactor video viewsChocobozzz2021-11-091-51/+58
| | | | | | | | Introduce viewers attribute for live videos Count views for live videos Reduce delay to see the viewer update for lives Add ability to configure video views buffer interval and view ip expiration
* Support RTMPSChocobozzz2021-11-052-0/+147
|
* Added 144p encoding (#4492)Florian CUNY2021-11-052-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added 144p encoding Implements https://github.com/Chocobozzz/PeerTube/issues/4428 * Fixed typo in core-utils * Increased BitPerPixel for 144p * Disabled 144p by default in test.yaml * Another try at fixing tests * Fixed test in video-transcoder (api-3) * Fixed test in video-imports (api-4) * Fixed test in live-constraints (api-2) * Tried to fix tests in api-3 again * Revert "Tried to fix tests in api-3 again" This reverts commit 266e1143fa37f333d149c2c2791c7bd33621ac14. * Fixed test in config.ts (api-2) * Try to fix test in video-hls.ts (api-3) * Fixed test in video-transcoder.ts (api-3) * Fix tests Co-authored-by: Chocobozzz <me@florianbigard.com>
* Fix bitrate testsChocobozzz2021-10-121-5/+12
|
* Increase live tests timeoutChocobozzz2021-10-081-2/+2
|