Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix infohash with object storage | Chocobozzz | 2021-09-07 | 2 | -0/+28 |
| | |||||
* | Fix test event leak | Chocobozzz | 2021-08-26 | 1 | -10/+11 |
| | |||||
* | Rename jobs list command | Chocobozzz | 2021-08-26 | 2 | -3/+3 |
| | |||||
* | Optimize torrent URL update | Chocobozzz | 2021-08-18 | 1 | -1/+5 |
| | |||||
* | Add support for saving video files to object storage (#4290) | Jelle Besseling | 2021-08-17 | 7 | -5/+183 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
* | Search channels against handles and not names | Chocobozzz | 2021-07-29 | 2 | -6/+4 |
| | |||||
* | Refactor video links builders | Chocobozzz | 2021-07-26 | 1 | -1/+1 |
| | |||||
* | Use random names for VOD HLS playlists | Chocobozzz | 2021-07-26 | 1 | -2/+1 |
| | |||||
* | Generate random uuid for video files | Chocobozzz | 2021-07-26 | 2 | -14/+13 |
| | |||||
* | Simplify createServer args | Chocobozzz | 2021-07-22 | 2 | -8/+9 |
| | |||||
* | Upgrade server dependencies | Chocobozzz | 2021-07-22 | 1 | -2/+1 |
| | |||||
* | Add ability for instances to follow any actor | Chocobozzz | 2021-07-21 | 2 | -12/+27 |
| | |||||
* | Reorganize imports | Chocobozzz | 2021-07-20 | 6 | -10/+6 |
| | |||||
* | Refactor requests | Chocobozzz | 2021-07-20 | 10 | -11/+11 |
| | |||||
* | Fix server run | Chocobozzz | 2021-07-20 | 1 | -6/+8 |
| | |||||
* | Use an object to represent a server | Chocobozzz | 2021-07-20 | 9 | -398/+411 |
| | |||||
* | Shorter server command names | Chocobozzz | 2021-07-20 | 6 | -124/+124 |
| | |||||
* | Introduce videos command | Chocobozzz | 2021-07-20 | 1 | -1/+4 |
| | |||||
* | Introduce user command | Chocobozzz | 2021-07-20 | 1 | -1/+3 |
| | |||||
* | Introduce login command | Chocobozzz | 2021-07-20 | 2 | -21/+3 |
| | |||||
* | Introduce server commands | Chocobozzz | 2021-07-20 | 6 | -100/+130 |
| | |||||
* | Introduce notifications command | Chocobozzz | 2021-07-20 | 1 | -2/+4 |
| | |||||
* | Introduce sql command | Chocobozzz | 2021-07-20 | 1 | -2/+8 |
| | |||||
* | Fix CLI tools | Chocobozzz | 2021-07-20 | 1 | -42/+47 |
| | |||||
* | Introduce comments command | Chocobozzz | 2021-07-20 | 1 | -0/+3 |
| | |||||
* | Introduce channels command | Chocobozzz | 2021-07-20 | 1 | -0/+3 |
| | |||||
* | Introduce streaming playlists command | Chocobozzz | 2021-07-20 | 1 | -1/+4 |
| | |||||
* | Introduce import command | Chocobozzz | 2021-07-20 | 1 | -1/+12 |
| | |||||
* | Introduce history command | Chocobozzz | 2021-07-20 | 1 | -1/+3 |
| | |||||
* | Introduce playlist command | Chocobozzz | 2021-07-20 | 1 | -1/+3 |
| | |||||
* | Introduce change ownership command | Chocobozzz | 2021-07-20 | 1 | -1/+3 |
| | |||||
* | Introduce captions command | Chocobozzz | 2021-07-20 | 1 | -1/+3 |
| | |||||
* | Introduce blacklist command | Chocobozzz | 2021-07-20 | 1 | -1/+3 |
| | |||||
* | Specify if we want to fallback to the server token | Chocobozzz | 2021-07-20 | 8 | -7/+33 |
| | |||||
* | Introduce services command | Chocobozzz | 2021-07-20 | 1 | -1/+3 |
| | |||||
* | Introduce live command | Chocobozzz | 2021-07-20 | 1 | -0/+3 |
| | |||||
* | Introduce subscriptions command | Chocobozzz | 2021-07-20 | 1 | -1/+3 |
| | |||||
* | Introduce blocklist command | Chocobozzz | 2021-07-20 | 1 | -1/+3 |
| | |||||
* | Introduce accounts command | Chocobozzz | 2021-07-20 | 1 | -0/+3 |
| | |||||
* | Introduce socket io command | Chocobozzz | 2021-07-20 | 1 | -0/+3 |
| | |||||
* | Introduce config command | Chocobozzz | 2021-07-20 | 4 | -261/+264 |
| | |||||
* | Introduce stats command | Chocobozzz | 2021-07-20 | 4 | -23/+31 |
| | |||||
* | Introduce redundancy command | Chocobozzz | 2021-07-20 | 4 | -88/+81 |
| | |||||
* | Introduce plugins command | Chocobozzz | 2021-07-20 | 4 | -293/+254 |
| | |||||
* | Introduce jobs command | Chocobozzz | 2021-07-20 | 4 | -60/+47 |
| | |||||
* | Introduce follows command | Chocobozzz | 2021-07-20 | 4 | -127/+133 |
| | |||||
* | Introduce debug command | Chocobozzz | 2021-07-20 | 5 | -38/+40 |
| | |||||
* | Introduce contact form command | Chocobozzz | 2021-07-20 | 4 | -31/+35 |
| | |||||
* | Move AP request in requests file | Chocobozzz | 2021-07-20 | 1 | -15/+0 |
| | |||||
* | Introduce search command | Chocobozzz | 2021-07-20 | 1 | -0/+3 |
| |