aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/server/job.model.ts
Commit message (Collapse)AuthorAgeFilesLines
* Support live session in serverChocobozzz2022-05-031-0/+1
|
* Add ability to save replay of permanent livesChocobozzz2022-04-211-0/+3
|
* Refactor AP context builderChocobozzz2022-03-241-3/+3
|
* Rename studio to editorChocobozzz2022-03-221-16/+13
|
* Add video edition finished notificationChocobozzz2022-03-221-0/+5
|
* Don't store remote rates of remote videosChocobozzz2022-03-181-1/+1
| | | | | In the future we'll stop to expose all available rates to improve users privacy
* Process video torrents in orderChocobozzz2022-03-161-0/+15
| | | | Prevent update before video torrent generation for example
* Add basic video editor supportChocobozzz2022-02-281-0/+39
|
* Prevent HLS transcoding after webtorrent transcodingChocobozzz2022-02-011-2/+4
|
* Fix audio transcoding with video only fileChocobozzz2022-01-061-2/+7
|
* Add ability to run transcoding jobsChocobozzz2021-11-181-1/+3
|
* Refactor video viewsChocobozzz2021-11-091-1/+1
| | | | | | | | Introduce viewers attribute for live videos Count views for live videos Reduce delay to see the viewer update for lives Add ability to configure video views buffer interval and view ip expiration
* prevent multiple post-process triggering of upload-resumable (#4175)Rigel Kent2021-10-251-0/+4
| | | | | | | | | * prevent multiple post-process triggering of upload-resumable * switch from 409 to 503 for upload being processed * Improve resumable upload check Co-authored-by: Chocobozzz <me@florianbigard.com>
* Add support for saving video files to object storage (#4290)Jelle Besseling2021-08-171-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 search playlistsChocobozzz2021-06-251-1/+0
|
* Use got instead of requestChocobozzz2021-03-241-1/+1
|
* Add ability to cleanup remote AP interactionsChocobozzz2021-03-031-0/+1
|
* Fix broken local actorsChocobozzz2021-02-261-0/+5
| | | | | Some channels can't federate because they don't have public/private keys, maybe because the generation failed for various reasons
* Guess if we need to generate the thumbnail for importsChocobozzz2021-02-121-2/+0
|
* Allow to specify transcoding and import jobs concurrencyChocobozzz2021-02-081-0/+1
|
* Add priority to transcoding jobsChocobozzz2021-01-251-0/+1
| | | | | | | | | | (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 transcoding job handlersChocobozzz2021-01-211-5/+5
|
* Support progress for ffmpeg tasksChocobozzz2021-01-211-0/+1
|
* Fix (again) youtube importChocobozzz2021-01-191-2/+0
|
* stricter youtubedl format selectors (#3516)Rigel Kent2021-01-151-0/+1
| | | | | | | | | | | | | | * stricter youtubedl format selectors make sure selectors avoid av1, and otherwise match as closely to the maximum resolution enabled for transcoding * add support for merge formats in youtubedl * avoid vp9.2 in youtubedl to avoid any HDR * move getEnabledResolutions, safer replace of imported extension * add test for youtube-dl selectors
* Refactor jobs stateChocobozzz2020-12-141-1/+1
|
* Add watch messages if live has not startedChocobozzz2020-11-091-0/+5
|
* Don't use @shared in modelsChocobozzz2020-08-271-2/+2
| | | | So other projects can use them
* Add server plugin filter hooks for import with torrent and url (#2621)Rigel Kent2020-05-141-2/+5
| | | | | | | | | | | * 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>
* Add ability for auth plugins to hook tokens validityChocobozzz2020-05-041-1/+1
|
* Avoir some circular dependenciesChocobozzz2020-05-041-0/+100
|
* Move to eslintcontainChocobozzz2020-02-031-13/+14
|
* Add ability to list redundanciesChocobozzz2020-01-281-1/+2
|
* Add ability to filter per job typeChocobozzz2019-12-041-3/+3
|
* Rename video-file job to video-transcodingChocobozzz2019-03-191-1/+1
|
* Delete invalid or deleted remote videosChocobozzz2018-11-201-1/+2
|
* Bufferize videos views in redisChocobozzz2018-08-301-1/+2
|
* Add ability to import video with youtube-dlChocobozzz2018-08-061-1/+2
|
* Migrate to bullChocobozzz2018-07-111-2/+3
|
* Add create-import-video-file-job commandFlorent Fayolle2018-06-071-0/+1
|
* Move server follow in the job queueChocobozzz2018-04-181-0/+1
| | | | It helps to track follow errors
* Add stats routeChocobozzz2018-02-281-0/+17