aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/job-queue/handlers/video-live-ending.ts
Commit message (Collapse)AuthorAgeFilesLines
* Reload the video after waiting for the files lockChocobozzz2023-05-091-0/+1
|
* Implement remote runner jobs in serverChocobozzz2023-05-091-4/+6
| | | | Move ffmpeg functions to @shared
* Feature/Add replay privacy (#5692)Wicklow2023-03-311-2/+13
| | | | | | | | | | | | | | | | | | | | | | | | | * Add replay settings feature * Fix replay settings behaviour * Fix tests * Fix tests * Fix tests * Update openapi doc and fix tests * Add tests and fix code * Models correction * Add migration and update controller and middleware * Add check params tests * Fix video live middleware * Updated code based on review comments
* Put private videos under a specific subdirectoryChocobozzz2022-10-241-6/+16
|
* Prevent error logChocobozzz2022-10-041-2/+2
|
* Live supports object storageChocobozzz2022-10-041-12/+11
| | | | | | | | * Sync live files (segments, master playlist, resolution playlist, segment sha file) into object storage * Automatically delete them when the live ends * Segment sha file is now a file on disk, and not stored in memory anymore
* Fix saved live master playlist bandwidthChocobozzz2022-09-091-12/+2
|
* Move to bullmqChocobozzz2022-08-091-1/+1
|
* Add option to not transcode original resolutionChocobozzz2022-08-091-2/+1
|
* Clearer live sessionChocobozzz2022-07-221-33/+44
| | | | | | | | | Get the save replay setting when the session started to prevent inconsistent behaviour when the setting changed before the session was processed by the live ending job Display more information about the potential session replay in live modal information
* Rename video full loadingChocobozzz2022-06-281-2/+2
|
* Fix removed sha segments on fast restreamChocobozzz2022-06-241-10/+3
|
* Fix fast restream in saved permanent liveChocobozzz2022-06-231-7/+7
|
* Fix live ending job that breaks new live sessionChocobozzz2022-06-161-8/+11
|
* More robust live ending jobChocobozzz2022-05-251-2/+6
|
* Fix saving permanent live replay on quick restreamChocobozzz2022-05-251-31/+20
|
* Support live session in serverChocobozzz2022-05-031-27/+60
|
* Add ability to save replay of permanent livesChocobozzz2022-04-211-45/+114
|
* Add video edition finished notificationChocobozzz2022-03-221-1/+1
|
* Add basic video editor supportChocobozzz2022-02-281-4/+4
|
* esModuleInterop to trueChocobozzz2021-08-271-2/+2
|
* Add support for saving video files to object storage (#4290)Jelle Besseling2021-08-171-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-061-2/+2
|
* Use random names for VOD HLS playlistsChocobozzz2021-07-261-5/+10
|
* Refactor live managerChocobozzz2021-06-171-14/+5
|
* Move transcoding files in their own directoryChocobozzz2021-05-111-1/+1
|
* Dissociate video file names and video uuidChocobozzz2021-02-181-1/+1
|
* Remove previous thumbnail if neededChocobozzz2021-02-161-2/+10
|
* Refactor transcoding job handlersChocobozzz2021-01-211-2/+2
|
* Live views updateChocobozzz2020-12-091-1/+1
|
* Fix replay last segments loopChocobozzz2020-12-071-12/+3
|
* Fix lintChocobozzz2020-12-041-1/+1
|
* Load video in permanent live after last one endedChocobozzz2020-12-041-5/+9
|
* Fix audio issues with live replayChocobozzz2020-12-041-12/+6
|
* Add permanent live supportChocobozzz2020-12-031-11/+16
|
* Fix live invalid save replay durationChocobozzz2020-12-031-3/+5
|
* Fix live replay duration glitchChocobozzz2020-12-021-43/+24
|
* Fix live saving after a server restartChocobozzz2020-11-301-6/+7
|
* Fix high CPU with long live when save replay is trueChocobozzz2020-11-301-7/+25
|
* Split ffmpeg utils with ffprobe utilsChocobozzz2020-11-251-2/+3
|
* Handle views for live videosChocobozzz2020-11-091-0/+2
|
* Don't add live videos in redundancyChocobozzz2020-11-091-1/+1
|
* Regenerate miniature on live saveChocobozzz2020-11-091-1/+11
|
* Fix audio sync after saving replayChocobozzz2020-11-091-4/+0
| | | | | hls.js seems to not correctly handle audio gaps with fragmented mp4 (but can with a ts playlist)
* Add save replay live testsChocobozzz2020-11-091-12/+21
|
* Add check constraints live testsChocobozzz2020-11-091-5/+14
|
* Add modal to display live informationChocobozzz2020-11-091-1/+11
|
* Fix replay savingChocobozzz2020-11-091-12/+26
|
* Add ability to save live replayChocobozzz2020-11-091-12/+72
|
* Add watch messages if live has not startedChocobozzz2020-11-091-0/+47