Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | esModuleInterop to true | Chocobozzz | 2021-08-27 | 1 | -7/+7 |
| | |||||
* | Add support for saving video files to object storage (#4290) | Jelle Besseling | 2021-08-17 | 1 | -4/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
* | Add ability to cleanup remote AP interactions | Chocobozzz | 2021-03-03 | 1 | -0/+10 |
| | |||||
* | Fix broken local actors | Chocobozzz | 2021-02-26 | 1 | -0/+5 |
| | | | | | Some channels can't federate because they don't have public/private keys, maybe because the generation failed for various reasons | ||||
* | Allow to specify transcoding and import jobs concurrency | Chocobozzz | 2021-02-08 | 1 | -2/+10 |
| | |||||
* | Add priority to transcoding jobs | Chocobozzz | 2021-01-25 | 1 | -0/+2 |
| | | | | | | | | | | (1 = highest priority) 100 for new resolutions 10 for original file optimization Add a malus for transcoding jobs depending on how many uploads the user did in the last 7 days | ||||
* | Refactor jobs state | Chocobozzz | 2020-12-14 | 1 | -12/+15 |
| | |||||
* | add display of logs matching any state | Rigel Kent | 2020-12-13 | 1 | -5/+8 |
| | |||||
* | Add watch messages if live has not started | Chocobozzz | 2020-11-09 | 1 | -5/+15 |
| | |||||
* | Support logout and add id and pass tests | Chocobozzz | 2020-05-04 | 1 | -8/+15 |
| | |||||
* | Avoir some circular dependencies | Chocobozzz | 2020-05-04 | 1 | -11/+17 |
| | |||||
* | Move to eslintcontain | Chocobozzz | 2020-02-03 | 1 | -14/+20 |
| | |||||
* | Add url field in caption and use it for thumbnails | Chocobozzz | 2020-01-30 | 1 | -1/+0 |
| | |||||
* | Cleanup server fixme | Chocobozzz | 2020-01-28 | 1 | -2/+1 |
| | |||||
* | Add ability to list redundancies | Chocobozzz | 2020-01-28 | 1 | -5/+8 |
| | |||||
* | Add ability to filter per job type | Chocobozzz | 2019-12-04 | 1 | -4/+22 |
| | |||||
* | Use apicache instead of our broken implementation | Chocobozzz | 2019-04-25 | 1 | -1/+1 |
| | |||||
* | Don't expose constants directly in initializers/ | Chocobozzz | 2019-04-11 | 1 | -1/+1 |
| | |||||
* | Move config in its own file | Chocobozzz | 2019-04-11 | 1 | -2/+2 |
| | |||||
* | Move video file import in its own file | Chocobozzz | 2019-03-19 | 1 | -6/+2 |
| | |||||
* | Rename video-file job to video-transcoding | Chocobozzz | 2019-03-19 | 1 | -5/+11 |
| | |||||
* | Optimize actor follow scores modifications | Chocobozzz | 2018-12-20 | 1 | -2/+2 |
| | |||||
* | Don't quit on queue error | Chocobozzz | 2018-12-11 | 1 | -1/+0 |
| | |||||
* | Delete invalid or deleted remote videos | Chocobozzz | 2018-11-20 | 1 | -2/+6 |
| | |||||
* | Don't forward view, send updates instead | Chocobozzz | 2018-11-15 | 1 | -2/+2 |
| | | | | | To avoid inconsistencies in the federation, now the origin server will tell other instances what is the correct number of views | ||||
* | Bufferize videos views in redis | Chocobozzz | 2018-08-30 | 1 | -4/+16 |
| | |||||
* | Import magnets with webtorrent | Chocobozzz | 2018-08-08 | 1 | -7/+0 |
| | |||||
* | Add job ttl | Chocobozzz | 2018-08-06 | 1 | -6/+4 |
| | |||||
* | Correctly handle video import errors | Chocobozzz | 2018-08-06 | 1 | -1/+4 |
| | |||||
* | Add ability to import video with youtube-dl | Chocobozzz | 2018-08-06 | 1 | -3/+7 |
| | |||||
* | Increase max stalled count in job queue | Chocobozzz | 2018-07-30 | 1 | -1/+4 |
| | |||||
* | Graceful job queue shutdown | Chocobozzz | 2018-07-30 | 1 | -0/+7 |
| | |||||
* | expliciting type checks and predicates (server only) | Rigel Kent | 2018-07-25 | 1 | -1/+1 |
| | |||||
* | adding redis unix connection | Rigel Kent | 2018-07-14 | 1 | -6/+2 |
| | |||||
* | Migrate to bull | Chocobozzz | 2018-07-11 | 1 | -98/+80 |
| | |||||
* | Add concept of video state, and add ability to wait transcoding before | Chocobozzz | 2018-06-12 | 1 | -0/+1 |
| | | | | publishing a video | ||||
* | Improve create import file job | Chocobozzz | 2018-06-07 | 1 | -3/+3 |
| | | | | Fix federation of .ogv videos | ||||
* | Add create-import-video-file-job command | Florent Fayolle | 2018-06-07 | 1 | -1/+3 |
| | |||||
* | feature: db selection in redis | Rigel Kent | 2018-05-21 | 1 | -1/+2 |
| | | | | resolves #579 | ||||
* | Add timeout and TTL to request jobs | Chocobozzz | 2018-05-09 | 1 | -6/+18 |
| | |||||
* | Move server follow in the job queue | Chocobozzz | 2018-04-18 | 1 | -1/+4 |
| | | | | It helps to track follow errors | ||||
* | Fix error logging | Chocobozzz | 2018-03-26 | 1 | -2/+2 |
| | |||||
* | Fix typings | Chocobozzz | 2018-02-27 | 1 | -3/+3 |
| | |||||
* | Fix job panel sorting in administration | Chocobozzz | 2018-02-27 | 1 | -8/+22 |
| | |||||
* | Don't stuck on active jobs | Chocobozzz | 2018-02-12 | 1 | -1/+28 |
| | |||||
* | Fix job count api | Chocobozzz | 2018-02-08 | 1 | -1/+1 |
| | |||||
* | Fix job queue api | Chocobozzz | 2018-02-07 | 1 | -1/+1 |
| | |||||
* | Fix job queue backoff | Chocobozzz | 2018-01-30 | 1 | -1/+1 |
| | |||||
* | Add ability to reset our password | Chocobozzz | 2018-01-30 | 1 | -2/+7 |
| | |||||
* | Move job queue to redis | Chocobozzz | 2018-01-25 | 1 | -0/+124 |
We'll use it as cache in the future. /!\ You'll loose your old jobs (pending jobs too) so upgrade only when you don't have pending job anymore. |