Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Fix live log tags | Chocobozzz | 2021-12-07 | 1 | -14/+29 |
| | |||||
* | Auto update publishedAt in live restream | Chocobozzz | 2021-11-26 | 1 | -0/+1 |
| | |||||
* | Add ability to run transcoding jobs | Chocobozzz | 2021-11-18 | 1 | -2/+2 |
| | |||||
* | Refactor video views | Chocobozzz | 2021-11-09 | 1 | -48/+1 |
| | | | | | | | | 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 | ||||
* | Correctly close RTMPS server too | Chocobozzz | 2021-11-05 | 1 | -3/+12 |
| | |||||
* | Support RTMPS | Chocobozzz | 2021-11-05 | 2 | -36/+68 |
| | |||||
* | Fix live bitrate | Chocobozzz | 2021-10-11 | 1 | -1/+1 |
| | |||||
* | esModuleInterop to true | Chocobozzz | 2021-08-27 | 1 | -7/+7 |
| | |||||
* | Remove useless async | Chocobozzz | 2021-08-26 | 1 | -1/+1 |
| | |||||
* | Add support for saving video files to object storage (#4290) | Jelle Besseling | 2021-08-17 | 3 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add support for saving video files to object storage * Add support for custom url generation on s3 stored files Uses two config keys to support url generation that doesn't directly go to (compatible s3). Can be used to generate urls to any cache server or CDN. * Upload files to s3 concurrently and delete originals afterwards * Only publish after move to object storage is complete * Use base url instead of url template * Fix mistyped config field * Add rudenmentary way to download before transcode * Implement Chocobozzz suggestions https://github.com/Chocobozzz/PeerTube/pull/4290#issuecomment-891670478 The remarks in question: Try to use objectStorage prefix instead of s3 prefix for your function/variables/config names Prefer to use a tree for the config: s3.streaming_playlists_bucket -> object_storage.streaming_playlists.bucket Use uppercase for config: S3.STREAMING_PLAYLISTS_BUCKETINFO.bucket -> OBJECT_STORAGE.STREAMING_PLAYLISTS.BUCKET (maybe BUCKET_NAME instead of BUCKET) I suggest to rename moveJobsRunning to pendingMovingJobs (or better, create a dedicated videoJobInfo table with a pendingMove & videoId columns so we could also use this table to track pending transcoding jobs) https://github.com/Chocobozzz/PeerTube/pull/4290/files#diff-3e26d41ca4bda1de8e1747af70ca2af642abcc1e9e0bfb94239ff2165acfbde5R19 uses a string instead of an integer I think we should store the origin object storage URL in fileUrl, without base_url injection. Instead, inject the base_url at "runtime" so admins can easily change this configuration without running a script to update DB URLs * Import correct function * Support multipart upload * Remove import of node 15.0 module stream/promises * Extend maximum upload job length Using the same value as for redundancy downloading seems logical * Use dynamic part size for really large uploads Also adds very small part size for local testing * Fix decreasePendingMove query * Resolve various PR comments * Move to object storage after optimize * Make upload size configurable and increase default * Prune webtorrent files that are stored in object storage * Move files after transcoding jobs * Fix federation * Add video path manager * Support move to external storage job in client * Fix live object storage tests Co-authored-by: Chocobozzz <me@florianbigard.com> | ||||
* | Improve target bitrate calculation | Chocobozzz | 2021-08-06 | 2 | -6/+16 |
| | |||||
* | Limit live bitrate | Chocobozzz | 2021-08-06 | 2 | -5/+28 |
| | |||||
* | Use random names for VOD HLS playlists | Chocobozzz | 2021-07-26 | 2 | -15/+18 |
| | |||||
* | Upgrade server dependencies | Chocobozzz | 2021-07-22 | 1 | -3/+3 |
| | |||||
* | It's not the week-end yet | Chocobozzz | 2021-06-17 | 1 | -2/+0 |
| | |||||
* | Fix muxing cleanup | Chocobozzz | 2021-06-17 | 2 | -3/+1 |
| | |||||
* | Fix memory leak | Chocobozzz | 2021-06-17 | 2 | -3/+19 |
| | |||||
* | Refactor live manager | Chocobozzz | 2021-06-17 | 7 | -0/+893 |