aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/job-queue
Commit message (Collapse)AuthorAgeFilesLines
* More robust live ending jobChocobozzz2022-05-251-2/+6
|
* Fix saving permanent live replay on quick restreamChocobozzz2022-05-251-31/+20
|
* Reduce error logsChocobozzz2022-05-181-1/+7
|
* Support live session in serverChocobozzz2022-05-031-27/+60
|
* Add ability to save replay of permanent livesChocobozzz2022-04-211-45/+114
|
* Support video views/viewers stats in serverChocobozzz2022-04-151-1/+1
| | | | | | | | | | * Add "currentTime" and "event" body params to view endpoint * Merge watching and view endpoints * Introduce WatchAction AP activity * Add tables to store viewer information of local videos * Add endpoints to fetch video views/viewers stats of local videos * Refactor views/viewers handlers * Support "views" and "viewers" counters for both VOD and live videos
* Don't clean mastodon ratesChocobozzz2022-04-151-0/+3
| | | | Workaround of https://github.com/mastodon/mastodon/issues/13571
* Refactor AP context builderChocobozzz2022-03-243-61/+2
|
* Remove activitypub helperChocobozzz2022-03-232-2/+2
| | | | Put functions in lib/activitypub instead
* Rename studio to editorChocobozzz2022-03-222-24/+24
|
* Add video edition finished notificationChocobozzz2022-03-226-28/+29
|
* Don't store remote rates of remote videosChocobozzz2022-03-183-8/+2
| | | | | In the future we'll stop to expose all available rates to improve users privacy
* Fix torrent creationChocobozzz2022-03-161-0/+4
|
* Process video torrents in orderChocobozzz2022-03-162-1/+94
| | | | Prevent update before video torrent generation for example
* Add basic video editor supportChocobozzz2022-02-286-21/+255
|
* Fix import timeout inconsistencyChocobozzz2022-02-091-3/+3
|
* Fix HLS re transcoding with object storage enabledChocobozzz2022-02-011-4/+13
|
* Prevent HLS transcoding after webtorrent transcodingChocobozzz2022-02-011-4/+8
|
* Add ability to filter my imports by target URLChocobozzz2022-01-191-4/+4
|
* Add ability to cancel & delete video importsChocobozzz2022-01-192-14/+27
|
* Fix bull redis optionsChocobozzz2022-01-141-3/+9
|
* Fix audio transcoding with video only fileChocobozzz2022-01-061-9/+16
|
* Fix testsChocobozzz2021-12-281-24/+14
|
* Cleanup unavailable remote AP resourceChocobozzz2021-12-281-13/+24
|
* Fix shared importsChocobozzz2021-12-243-7/+8
|
* Fix video import transcodingChocobozzz2021-12-231-2/+2
|
* Don't stuck state when move transcoding job failedChocobozzz2021-12-231-11/+18
|
* Fix audio only transcodingChocobozzz2021-12-231-5/+11
|
* chore(refactor): remove shared folder dependencies to the serverlutangar2021-12-162-2/+2
| | | | | | | | | | | Many files from the `shared` folder were importing files from the `server` folder. When attempting to use Typescript project references to describe dependencies, it highlighted a circular dependency beetween `shared` <-> `server`. The Typescript project forbid such usages. Using project references greatly improve performance by rebuilding only the updated project and not all source files. > see https://www.typescriptlang.org/docs/handbook/project-references.html
* Update torrent metadata on video updateChocobozzz2021-12-081-2/+2
|
* Fix pending transcoding with failed jobChocobozzz2021-12-031-13/+14
|
* Fix transcoding job count inconsistencyChocobozzz2021-11-291-7/+7
|
* Add ability to run transcoding jobsChocobozzz2021-11-182-8/+13
|
* Add ability to remove hls/webtorrent filesChocobozzz2021-11-182-2/+2
|
* Refactor video viewsChocobozzz2021-11-092-29/+19
| | | | | | | | 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
* Add transcoding fail message in clientChocobozzz2021-11-092-17/+4
|
* video: add video stranscoding_failed statekontrollanten2021-11-091-2/+9
|
* Add migrate-to-object-storage script (#4481)kontrollanten2021-11-091-1/+7
| | | | | | | | | | | | | | | | | | * add migrate-to-object-storage-script closes #4467 * add migrate-to-unique-playlist-filenames script * fix(migrate-to-unique-playlist-filenames): update master/segments256 run updateMasterHLSPlaylist and updateSha256VODSegments after file rename. * Improve move to object storage scripts * PR remarks Co-authored-by: Chocobozzz <me@florianbigard.com>
* prevent multiple post-process triggering of upload-resumable (#4175)Rigel Kent2021-10-251-0/+2
| | | | | | | | | * 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>
* Rewrite youtube-dl importChocobozzz2021-10-221-3/+3
| | | | | | | | Use python3 binary Allows to use a custom youtube-dl release URL Allows to use yt-dlp (youtube-dl fork) Remove proxy config from configuration to use HTTP_PROXY and HTTPS_PROXY env variables
* Fix lintChocobozzz2021-10-141-1/+1
|
* Fix user subscription follows countChocobozzz2021-10-141-13/+5
|
* Process slow followers in unicast job queueChocobozzz2021-10-132-9/+13
|
* Fix infohash with object storageChocobozzz2021-09-071-0/+4
|
* More robust webtorrent redundancy downloadChocobozzz2021-09-061-1/+1
| | | | | Avoid issues with inconsistencies between magnet infohash and torrent infohash, blocking webtorrent upload that will timeout
* esModuleInterop to trueChocobozzz2021-08-2715-50/+50
|
* Better logs for transcodingChocobozzz2021-08-261-13/+28
|
* Optimize torrent URL updateChocobozzz2021-08-181-2/+2
|
* Add support for saving video files to object storage (#4290)Jelle Besseling2021-08-176-82/+234
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 calculationChocobozzz2021-08-064-12/+12
|