Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix tests | Chocobozzz | 2023-05-22 | 1 | -0/+2 |
| | |||||
* | Force stop remote live transcoding | Chocobozzz | 2023-05-22 | 4 | -0/+9 |
| | |||||
* | Remove wait before publishing master playlist | Chocobozzz | 2023-05-19 | 1 | -12/+0 |
| | | | | It doesn't seem necessary | ||||
* | Wait master playlist generation | Chocobozzz | 2023-05-19 | 1 | -7/+12 |
| | |||||
* | Avoid uploading empty master file | Chocobozzz | 2023-05-19 | 1 | -1/+8 |
| | |||||
* | Don't run ffmpeg twice for lives | Chocobozzz | 2023-05-19 | 1 | -2/+0 |
| | |||||
* | Fix peertube runner concurrency | Chocobozzz | 2023-05-19 | 1 | -0/+4 |
| | |||||
* | Force ffmpeg to exit on abort | Chocobozzz | 2023-05-17 | 1 | -2/+12 |
| | |||||
* | Use atomic rename | Chocobozzz | 2023-05-16 | 1 | -3/+3 |
| | |||||
* | Provide public RTMP URL to runners | Chocobozzz | 2023-05-16 | 5 | -25/+55 |
| | |||||
* | Force live stream termination | Chocobozzz | 2023-05-15 | 1 | -1/+4 |
| | |||||
* | Don't save the session twice | Chocobozzz | 2023-05-15 | 1 | -0/+3 |
| | |||||
* | Atomic live segment file write | Chocobozzz | 2023-05-15 | 1 | -3/+11 |
| | |||||
* | Fix S3 live sync | Chocobozzz | 2023-05-10 | 1 | -29/+45 |
| | | | | Ensure TS chunks referenced in M3U8 playlist are already uploaded on S3 | ||||
* | Enable external plugins to test the PR | Chocobozzz | 2023-05-09 | 1 | -18/+22 |
| | |||||
* | Implement remote runner jobs in server | Chocobozzz | 2023-05-09 | 8 | -152/+369 |
| | | | | Move ffmpeg functions to @shared | ||||
* | Feature/Add replay privacy (#5692) | Wicklow | 2023-03-31 | 1 | -10/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Refactor playlist creation for lives | Chocobozzz | 2023-01-27 | 2 | -52/+53 |
| | |||||
* | Fix live with base url object storage | Chocobozzz | 2023-01-27 | 1 | -1/+3 |
| | |||||
* | Fix P2P with object storage | Chocobozzz | 2022-12-30 | 2 | -2/+4 |
| | |||||
* | Fix running again transcoding on a video only file | Chocobozzz | 2022-11-07 | 1 | -3/+3 |
| | |||||
* | Correctly delete live files from object storage | Chocobozzz | 2022-10-25 | 2 | -4/+6 |
| | |||||
* | Prevent concurrency issues when sending m3u8 file | Chocobozzz | 2022-10-24 | 1 | -2/+9 |
| | |||||
* | Use private ACL for private videos in s3 | Chocobozzz | 2022-10-24 | 1 | -10/+17 |
| | |||||
* | Live supports object storage | Chocobozzz | 2022-10-04 | 4 | -72/+188 |
| | | | | | | | | * 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 | ||||
* | Correctly handle RTMP streams without audio | Chocobozzz | 2022-09-28 | 2 | -14/+22 |
| | |||||
* | Use bullmq job dependency | Chocobozzz | 2022-08-09 | 1 | -3/+7 |
| | |||||
* | Limit import depending on transcoding resolutions | Chocobozzz | 2022-08-09 | 1 | -2/+2 |
| | |||||
* | Fix resolution to transcode hook name | Chocobozzz | 2022-08-09 | 1 | -1/+1 |
| | |||||
* | Add option to not transcode original resolution | Chocobozzz | 2022-08-09 | 1 | -4/+10 |
| | |||||
* | Add plugin hook on transcoding resolutions building | Chocobozzz | 2022-08-02 | 1 | -1/+6 |
| | |||||
* | Fix typescript error | Chocobozzz | 2022-08-01 | 1 | -7/+7 |
| | |||||
* | Clearer live session | Chocobozzz | 2022-07-22 | 1 | -1/+3 |
| | | | | | | | | | 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 | ||||
* | Prevent logging error when saving delete live | Chocobozzz | 2022-07-18 | 1 | -0/+2 |
| | |||||
* | Fix live tests | Chocobozzz | 2022-07-13 | 1 | -5/+6 |
| | |||||
* | Prevent error logs when aborting a stream | Chocobozzz | 2022-07-13 | 1 | -0/+7 |
| | |||||
* | Fix handling broken lives | Chocobozzz | 2022-07-12 | 1 | -1/+1 |
| | | | | We want the latest session that may already be finished | ||||
* | Rename video full loading | Chocobozzz | 2022-06-28 | 1 | -2/+2 |
| | |||||
* | Fix removed sha segments on fast restream | Chocobozzz | 2022-06-24 | 2 | -8/+12 |
| | |||||
* | Fix fast restream in saved permanent live | Chocobozzz | 2022-06-23 | 1 | -5/+5 |
| | |||||
* | Fix live ending job that breaks new live session | Chocobozzz | 2022-06-16 | 1 | -0/+1 |
| | |||||
* | Fix saving permanent live replay on quick restream | Chocobozzz | 2022-05-25 | 2 | -6/+40 |
| | |||||
* | Cleanup muxing session method options | Chocobozzz | 2022-05-25 | 1 | -21/+20 |
| | |||||
* | Fix quota inconstistencies with lives | Chocobozzz | 2022-05-04 | 1 | -0/+2 |
| | |||||
* | Support live session in server | Chocobozzz | 2022-05-03 | 2 | -14/+60 |
| | |||||
* | Add ability to provide rtmp listening hostname | Chocobozzz | 2022-05-02 | 1 | -2/+2 |
| | |||||
* | Add ability to save replay of permanent lives | Chocobozzz | 2022-04-21 | 3 | -42/+64 |
| | |||||
* | Add latency setting support | Chocobozzz | 2022-03-09 | 2 | -4/+12 |
| | |||||
* | Add basic video editor support | Chocobozzz | 2022-02-28 | 2 | -9/+9 |
| | |||||
* | Remove unnecessary NPM_RUN_BUILD_OPTS docker arg | Chocobozzz | 2022-01-06 | 1 | -1/+1 |
| |