Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add support for saving video files to object storage (#4290) | Jelle Besseling | 2021-08-17 | 11 | -79/+832 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | |||||
* | Fix search index tests | Chocobozzz | 2021-08-11 | 1 | -2/+2 | |
| | ||||||
* | Improve target bitrate calculation | Chocobozzz | 2021-08-06 | 5 | -41/+59 | |
| | ||||||
* | Limit live bitrate | Chocobozzz | 2021-08-06 | 2 | -8/+36 | |
| | ||||||
* | Do not index remote actors | Chocobozzz | 2021-08-05 | 1 | -0/+34 | |
| | ||||||
* | Update search index tests | Chocobozzz | 2021-07-29 | 1 | -111/+120 | |
| | ||||||
* | Correctly cleanup test servers | Chocobozzz | 2021-07-29 | 2 | -2/+2 | |
| | ||||||
* | Refactor search query options | Chocobozzz | 2021-07-29 | 1 | -37/+105 | |
| | ||||||
* | Search channels against handles and not names | Chocobozzz | 2021-07-29 | 2 | -5/+16 | |
| | ||||||
* | Add ability to search by uuids/actor names | Chocobozzz | 2021-07-28 | 4 | -7/+88 | |
| | ||||||
* | Update search index tests | Chocobozzz | 2021-07-28 | 2 | -40/+103 | |
| | ||||||
* | Increase test timeout | Chocobozzz | 2021-07-28 | 2 | -2/+2 | |
| | ||||||
* | Filter host for channels and playlists search | Chocobozzz | 2021-07-28 | 2 | -15/+101 | |
| | ||||||
* | Fix oembed for playlists | Chocobozzz | 2021-07-27 | 1 | -4/+4 | |
| | ||||||
* | Add ability to search by host in server | Chocobozzz | 2021-07-27 | 7 | -136/+195 | |
| | ||||||
* | Use random names for VOD HLS playlists | Chocobozzz | 2021-07-26 | 10 | -34/+80 | |
| | ||||||
* | Generate random uuid for video files | Chocobozzz | 2021-07-26 | 15 | -185/+258 | |
| | ||||||
* | Fix tests with node 16 | Chocobozzz | 2021-07-22 | 1 | -8/+13 | |
| | ||||||
* | Simplify createServer args | Chocobozzz | 2021-07-22 | 1 | -1/+1 | |
| | ||||||
* | Move apicache in peertube | Chocobozzz | 2021-07-22 | 1 | -3/+37 | |
| | | | | Allow us to upgrade to node 16 | |||||
* | Speed up plugin transcoding tests | Chocobozzz | 2021-07-22 | 3 | -77/+82 | |
| | ||||||
* | Add overviews filter hook tests | Chocobozzz | 2021-07-21 | 2 | -3/+14 | |
| | ||||||
* | Merge branch 'next' into develop | Chocobozzz | 2021-07-21 | 136 | -10483/+8186 | |
|\ | ||||||
| * | Rename captions commands | Chocobozzz | 2021-07-21 | 5 | -18/+18 | |
| | | ||||||
| * | Add ability for instances to follow any actor | Chocobozzz | 2021-07-21 | 11 | -298/+369 | |
| | | ||||||
| * | Reorganize imports | Chocobozzz | 2021-07-20 | 104 | -195/+158 | |
| | | ||||||
| * | Refactor requests | Chocobozzz | 2021-07-20 | 77 | -647/+609 | |
| | | ||||||
| * | Fix server run | Chocobozzz | 2021-07-20 | 1 | -1/+1 | |
| | | ||||||
| * | Centralize test URLs | Chocobozzz | 2021-07-20 | 8 | -42/+42 | |
| | | ||||||
| * | Use an object to represent a server | Chocobozzz | 2021-07-20 | 130 | -609/+610 | |
| | | ||||||
| * | Shorter server command names | Chocobozzz | 2021-07-20 | 128 | -2307/+2307 | |
| | | ||||||
| * | Introduce videos command | Chocobozzz | 2021-07-20 | 93 | -2349/+1780 | |
| | | ||||||
| * | Introduce user command | Chocobozzz | 2021-07-20 | 73 | -1071/+560 | |
| | | ||||||
| * | Introduce login command | Chocobozzz | 2021-07-20 | 54 | -297/+253 | |
| | | ||||||
| * | Introduce server commands | Chocobozzz | 2021-07-20 | 40 | -385/+343 | |
| | | ||||||
| * | Fix NSFW tests | Chocobozzz | 2021-07-20 | 2 | -2/+3 | |
| | | ||||||
| * | Introduce notifications command | Chocobozzz | 2021-07-20 | 9 | -168/+154 | |
| | | ||||||
| * | Introduce sql command | Chocobozzz | 2021-07-20 | 27 | -118/+75 | |
| | | ||||||
| * | Fix CLI tools | Chocobozzz | 2021-07-20 | 2 | -2/+10 | |
| | | ||||||
| * | Introduce comments command | Chocobozzz | 2021-07-20 | 18 | -529/+454 | |
| | | ||||||
| * | Introduce channels command | Chocobozzz | 2021-07-20 | 18 | -247/+156 | |
| | | ||||||
| * | Introduce streaming playlists command | Chocobozzz | 2021-07-20 | 3 | -13/+25 | |
| | | ||||||
| * | Introduce import command | Chocobozzz | 2021-07-20 | 7 | -115/+93 | |
| | | ||||||
| * | Introduce history command | Chocobozzz | 2021-07-20 | 1 | -30/+29 | |
| | | ||||||
| * | Introduce playlist command | Chocobozzz | 2021-07-20 | 15 | -706/+535 | |
| | | ||||||
| * | Introduce change ownership command | Chocobozzz | 2021-07-20 | 1 | -85/+100 | |
| | | ||||||
| * | Introduce captions command | Chocobozzz | 2021-07-20 | 5 | -86/+60 | |
| | | ||||||
| * | Introduce blacklist command | Chocobozzz | 2021-07-20 | 9 | -145/+92 | |
| | | ||||||
| * | Shorter live methods | Chocobozzz | 2021-07-20 | 12 | -80/+80 | |
| | | ||||||
| * | Introduce services command | Chocobozzz | 2021-07-20 | 1 | -4/+3 | |
| | |