Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for saving video files to object storage (#4290) | Jelle Besseling | 2021-08-17 | 3 | -1/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | -92/+13 |
| | |||||
* | Limit live bitrate | Chocobozzz | 2021-08-06 | 1 | -0/+1 |
| | |||||
* | Cleanup shared models imports | Chocobozzz | 2021-07-28 | 1 | -1/+1 |
| | |||||
* | Introduce videos command | Chocobozzz | 2021-07-20 | 1 | -0/+1 |
| | |||||
* | Introduce comments command | Chocobozzz | 2021-07-20 | 3 | -4/+7 |
| | |||||
* | Introduce channels command | Chocobozzz | 2021-07-20 | 2 | -0/+4 |
| | |||||
* | Introduce playlist command | Chocobozzz | 2021-07-20 | 2 | -0/+4 |
| | |||||
* | Support short uuid for GET video/playlist | Chocobozzz | 2021-06-29 | 6 | -0/+16 |
| | |||||
* | Add ability to search playlists | Chocobozzz | 2021-06-25 | 1 | -0/+4 |
| | |||||
* | Cleanup shared models | Chocobozzz | 2021-05-11 | 9 | -12/+12 |
| | |||||
* | Update channel updatedAt when uploading a video | Chocobozzz | 2021-05-10 | 1 | -0/+3 |
| | |||||
* | Add ability for plugins to specify scale filter | Chocobozzz | 2021-04-09 | 1 | -1/+4 |
| | |||||
* | add option for transcode plugins to add video filters and make all options ↵ | Théo Le Calvar | 2021-04-09 | 1 | -2/+3 |
| | | | | optional | ||||
* | add support for inputOptions in trancode plugins | Théo Le Calvar | 2021-04-09 | 1 | -0/+1 |
| | |||||
* | Add banners support | Chocobozzz | 2021-04-08 | 1 | -0/+2 |
| | |||||
* | Agnostic actor image storage | Chocobozzz | 2021-04-08 | 1 | -3/+2 |
| | |||||
* | Fix feeds | Chocobozzz | 2021-02-18 | 1 | -2/+1 |
| | |||||
* | Dissociate video file names and video uuid | Chocobozzz | 2021-02-18 | 1 | -1/+7 |
| | |||||
* | add best trending strategy based on Reddit's best | Rigel Kent | 2021-02-04 | 1 | -1/+2 |
| | | | | | | inspired from https://www.reddit.com/r/changelog/comments/7spgg0/best_is_the_new_hotness/ this implementation only adds freshness, and doesn't personalize based on subscribed communities yet. | ||||
* | Support transcoding options/encoders by plugins | Chocobozzz | 2021-01-28 | 2 | -0/+49 |
| | |||||
* | modularize abstract video list header and implement video hotness ↵ | Rigel Kent | 2021-01-28 | 1 | -1/+4 |
| | | | | recommendation variant | ||||
* | add support for 1440p (Quad HD/QHD/WQHD) videos | Rigel Kent | 2021-01-13 | 1 | -1/+8 |
| | |||||
* | Live views update | Chocobozzz | 2020-12-09 | 2 | -2/+3 |
| | |||||
* | Add permanent live support | Chocobozzz | 2020-12-03 | 3 | -0/+3 |
| | |||||
* | Support encoding profiles | Chocobozzz | 2020-11-25 | 1 | -1/+1 |
| | |||||
* | Add ability to display all channel/account videos | Chocobozzz | 2020-11-18 | 1 | -1/+1 |
| | |||||
* | Implement video comment list in admin | Chocobozzz | 2020-11-13 | 1 | -0/+20 |
| | |||||
* | Add check constraints live tests | Chocobozzz | 2020-11-09 | 1 | -2/+3 |
| | |||||
* | Begin live tests | Chocobozzz | 2020-11-09 | 1 | -2/+2 |
| | |||||
* | Add check params live tests | Chocobozzz | 2020-11-09 | 1 | -0/+3 |
| | |||||
* | Add ability to save live replay | Chocobozzz | 2020-11-09 | 4 | -0/+11 |
| | |||||
* | Add watch messages if live has not started | Chocobozzz | 2020-11-09 | 5 | -2/+12 |
| | |||||
* | Live streaming implementation first step | Chocobozzz | 2020-11-09 | 6 | -3/+12 |
| | |||||
* | Fix VideoStreamingPlaylist model | Chocobozzz | 2020-08-27 | 1 | -1/+1 |
| | |||||
* | Don't use @shared in models | Chocobozzz | 2020-08-27 | 2 | -3/+4 |
| | | | | So other projects can use them | ||||
* | Add ability to set custom field to video form | Chocobozzz | 2020-08-21 | 2 | -0/+4 |
| | |||||
* | add ng-select for templatable select options | Rigel Kent | 2020-08-11 | 1 | -0/+1 |
| | | | | | | | - create select-tags component to replace ngx-chips - create select-options to factorize option selection in forms - create select-channel to simplify channel selection - refactor tags validation | ||||
* | Add ability to share playlists in modal | Chocobozzz | 2020-08-07 | 1 | -0/+2 |
| | |||||
* | Reorganize shared models | Chocobozzz | 2020-08-07 | 11 | -11/+11 |
| | |||||
* | Upgrade to angular 10 | Chocobozzz | 2020-08-07 | 3 | -15/+10 |
| | |||||
* | Use 3 tables to represent abuses | Chocobozzz | 2020-07-10 | 8 | -98/+0 |
| | |||||
* | fix change ownership typing | Rigel Kent | 2020-06-28 | 1 | -6/+2 |
| | |||||
* | Lazy load all routes | Chocobozzz | 2020-06-23 | 1 | -0/+1 |
| | |||||
* | Reorganize client shared modules | Chocobozzz | 2020-06-23 | 10 | -35/+71 |
| | |||||
* | predefined report reasons & improved reporter UI (#2842) | Rigel Kent | 2020-06-22 | 4 | -0/+44 |
| | | | | | - added `startAt` and `endAt` optional timestamps to help pin down reported sections of a video - added predefined report reasons - added video player with report modal | ||||
* | More robust max bitrate calculation | Chocobozzz | 2020-06-17 | 1 | -31/+34 |
| | |||||
* | Add videos count in channels list | Chocobozzz | 2020-06-16 | 1 | -0/+2 |
| | |||||
* | First implem global search | Chocobozzz | 2020-06-10 | 1 | -0/+10 |
| | |||||
* | Add server plugin filter hooks for import with torrent and url (#2621) | Rigel Kent | 2020-05-14 | 1 | -1/+2 |
| | | | | | | | | | | | * Add server plugin filter hooks for import with torrent and url * WIP: pre and post-import filter hooks * Rebased * Cleanup filters to accept imports Co-authored-by: Chocobozzz <me@florianbigard.com> |