Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix hls tests | Chocobozzz | 2021-08-18 | 1 | -3/+3 |
| | |||||
* | Remove useless condition | Chocobozzz | 2021-08-18 | 1 | -6/+2 |
| | |||||
* | Set ACL when uploading objects | Chocobozzz | 2021-08-18 | 1 | -2/+4 |
| | |||||
* | Optimize torrent URL update | Chocobozzz | 2021-08-18 | 3 | -15/+57 |
| | |||||
* | Support short uuid for scripts | Chocobozzz | 2021-08-17 | 2 | -11/+16 |
| | |||||
* | Remove optimize old videos script | Chocobozzz | 2021-08-17 | 3 | -98/+1 |
| | | | | It is not compatible with HLS and I don't have time to maintain it | ||||
* | Add support for saving video files to object storage (#4290) | Jelle Besseling | 2021-08-17 | 53 | -506/+2342 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 |
| | |||||
* | Update server dependencies | Chocobozzz | 2021-08-11 | 1 | -1/+2 |
| | |||||
* | Correctly handle large HLS files for redundancy | Chocobozzz | 2021-08-06 | 2 | -12/+16 |
| | |||||
* | Fix cli build | Chocobozzz | 2021-08-06 | 1 | -1/+1 |
| | |||||
* | Improve target bitrate calculation | Chocobozzz | 2021-08-06 | 16 | -106/+143 |
| | |||||
* | Limit live bitrate | Chocobozzz | 2021-08-06 | 7 | -44/+100 |
| | |||||
* | Remove deprecated transcoding job names | Chocobozzz | 2021-08-05 | 1 | -12/+1 |
| | |||||
* | Fix upload without files | Chocobozzz | 2021-08-05 | 1 | -1/+1 |
| | |||||
* | Fix backend channel name validator consistency | Chocobozzz | 2021-08-05 | 4 | -16/+25 |
| | |||||
* | Do not index remote actors | Chocobozzz | 2021-08-05 | 2 | -2/+43 |
| | |||||
* | Refactor notifier | Chocobozzz | 2021-08-02 | 37 | -1231/+1627 |
| | |||||
* | Merge branch 'release/3.3.0' into develop | Chocobozzz | 2021-07-29 | 1 | -2/+2 |
|\ | |||||
| * | Fix video format utils | Chocobozzz | 2021-07-29 | 1 | -2/+2 |
| | | |||||
* | | Refactor options in models | Chocobozzz | 2021-07-29 | 3 | -110/+82 |
| | | |||||
* | | Update search index tests | Chocobozzz | 2021-07-29 | 1 | -111/+120 |
| | | |||||
* | | Correctly cleanup test servers | Chocobozzz | 2021-07-29 | 2 | -2/+2 |
| | | |||||
* | | Log ffmpeg command | Chocobozzz | 2021-07-29 | 1 | -1/+5 |
| | | |||||
* | | Refactor search query options | Chocobozzz | 2021-07-29 | 10 | -117/+231 |
| | | |||||
* | | Search channels against handles and not names | Chocobozzz | 2021-07-29 | 6 | -18/+53 |
| | | |||||
* | | Add ability to search by uuids/actor names | Chocobozzz | 2021-07-28 | 12 | -46/+208 |
| | | |||||
* | | 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 | 16 | -77/+230 |
| | | |||||
* | | Fix oembed for playlists | Chocobozzz | 2021-07-27 | 2 | -5/+5 |
| | | |||||
* | | Add ability to search by host in server | Chocobozzz | 2021-07-27 | 12 | -139/+227 |
| | | |||||
* | | Fix build | Chocobozzz | 2021-07-26 | 1 | -1/+1 |
| | | |||||
* | | Refactor video links builders | Chocobozzz | 2021-07-26 | 8 | -25/+46 |
| | | |||||
* | | Use random names for VOD HLS playlists | Chocobozzz | 2021-07-26 | 36 | -210/+429 |
| | | |||||
* | | Generate random uuid for video files | Chocobozzz | 2021-07-26 | 21 | -223/+285 |
| | | |||||
* | | Fix tests with node 16 | Chocobozzz | 2021-07-22 | 1 | -8/+13 |
| | | |||||
* | | Simplify createServer args | Chocobozzz | 2021-07-22 | 2 | -2/+2 |
| | | |||||
* | | Upgrade server dependencies | Chocobozzz | 2021-07-22 | 1 | -3/+3 |
| | | |||||
* | | Move apicache in peertube | Chocobozzz | 2021-07-22 | 13 | -59/+372 |
| | | | | | | | | 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 | 3 | -7/+18 |
| | | |||||
* | | Add new filter hooks to /overviews/videos | Michael Williams | 2021-07-21 | 1 | -3/+10 |
| | | | | | | | | | | | | This change adds new filter hooks `filter:api.overviews.videos.list.params` and `filter:api.overviews.videos.list.params` to /overviews/videos. The motivation is to make a plugin to [use `originallyPublishedAt` in all places where `publishedAt` is used](https://github.com/ahdinosaur/peertube-plugin-originally-published-at). | ||||
* | | Merge branch 'next' into develop | Chocobozzz | 2021-07-21 | 246 | -10893/+8606 |
|\ \ | |||||
| * | | Rename captions commands | Chocobozzz | 2021-07-21 | 5 | -18/+18 |
| | | | |||||
| * | | Add ability for instances to follow any actor | Chocobozzz | 2021-07-21 | 19 | -332/+466 |
| | | | |||||
| * | | Reorganize imports | Chocobozzz | 2021-07-20 | 135 | -268/+227 |
| | | | |||||
| * | | Refactor requests | Chocobozzz | 2021-07-20 | 167 | -748/+709 |
| | | | |||||
| * | | Fix server run | Chocobozzz | 2021-07-20 | 1 | -1/+1 |
| | | | |||||
| * | | Centralize test URLs | Chocobozzz | 2021-07-20 | 8 | -42/+42 |
| | | |