aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/job-queue
Commit message (Collapse)AuthorAgeFilesLines
* Fix AP security testsChocobozzz2021-03-241-3/+3
|
* Fix 404 AP status codesChocobozzz2021-03-241-22/+27
|
* Use got instead of requestChocobozzz2021-03-244-17/+13
|
* Refactor a little bit AP validatorsChocobozzz2021-03-241-3/+6
|
* Rename request timeoutChocobozzz2021-03-032-9/+9
|
* Add ability to cleanup remote AP interactionsChocobozzz2021-03-033-1/+205
|
* Fix broken local actorsChocobozzz2021-02-262-0/+25
| | | | | Some channels can't federate because they don't have public/private keys, maybe because the generation failed for various reasons
* Correctly wait transcoding before federatingChocobozzz2021-02-221-16/+22
|
* CleanupChocobozzz2021-02-182-2/+2
|
* Add video files migrationChocobozzz2021-02-181-21/+16
|
* Dissociate video file names and video uuidChocobozzz2021-02-184-11/+15
|
* Remove previous thumbnail if neededChocobozzz2021-02-162-4/+20
|
* Guess if we need to generate the thumbnail for importsChocobozzz2021-02-121-15/+6
|
* Painfully debug concurrent import jobsChocobozzz2021-02-091-22/+41
|
* Allow to specify transcoding and import jobs concurrencyChocobozzz2021-02-082-21/+35
|
* Fix HLS generation after import scriptChocobozzz2021-02-022-2/+13
|
* Transcode audio uploads to lower resolutionsChocobozzz2021-02-021-0/+2
| | | | Better consistency
* Correctly remove torrents with HLS onlyChocobozzz2021-02-011-0/+1
|
* Safely remove webtorrent filesChocobozzz2021-01-251-4/+6
| | | | Only remove them on max quality HLS playlist generation
* Add priority to transcoding jobsChocobozzz2021-01-254-37/+65
| | | | | | | | | | (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-213-71/+136
|
* Support progress for ffmpeg tasksChocobozzz2021-01-211-4/+5
|
* Fix (again) youtube importChocobozzz2021-01-191-1/+1
|
* stricter youtubedl format selectors (#3516)Rigel Kent2021-01-151-1/+5
| | | | | | | | | | | | | | * 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
* Fix buildChocobozzz2020-12-221-1/+1
|
* Force HLS transcodingChocobozzz2020-12-221-8/+18
| | | | | | Fix weird behaviour with some web browsers. Don't really know if it's a ffmpeg bug, a safari bug or a peertube bug, but forcing transcoding seems to fix this playback bug
* Refactor jobs stateChocobozzz2020-12-141-12/+15
|
* add display of logs matching any stateRigel Kent2020-12-131-5/+8
|
* Live views updateChocobozzz2020-12-091-1/+1
|
* Upgrade sequelize to v6Chocobozzz2020-12-091-11/+10
|
* 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-254-10/+11
|
* Fix incorrect IDs in AP federationChocobozzz2020-11-201-0/+2
|
* 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-092-23/+12
|
* Fix replay savingChocobozzz2020-11-091-12/+26
|
* Add ability to save live replayChocobozzz2020-11-092-20/+94
|