aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/job-queue/handlers/video-transcoding.ts
Commit message (Collapse)AuthorAgeFilesLines
* Fix lintChocobozzz2021-06-151-1/+0
|
* Fix missing transactionsChocobozzz2021-06-151-27/+23
|
* Cleanup models directory organizationChocobozzz2021-05-111-1/+1
|
* Move transcoding files in their own directoryChocobozzz2021-05-111-1/+1
|
* Fix lintChocobozzz2021-05-051-1/+0
|
* Fix transcoding job priorityChocobozzz2021-05-051-3/+3
| | | | | New resolution jobs are also important if waiting for transcoding is enabled since we publish the video after the first resolution generation
* Correctly wait transcoding before federatingChocobozzz2021-02-221-16/+22
|
* Dissociate video file names and video uuidChocobozzz2021-02-181-1/+1
|
* Allow to specify transcoding and import jobs concurrencyChocobozzz2021-02-081-19/+25
|
* Fix HLS generation after import scriptChocobozzz2021-02-021-1/+1
|
* 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-251-34/+57
| | | | | | | | | | (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-67/+132
|
* Support progress for ffmpeg tasksChocobozzz2021-01-211-4/+5
|
* 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
* Split ffmpeg utils with ffprobe utilsChocobozzz2020-11-251-1/+1
|
* Add modal to display live informationChocobozzz2020-11-091-22/+1
|
* Add ability to save live replayChocobozzz2020-11-091-8/+22
|
* Live streaming implementation first stepChocobozzz2020-11-091-1/+1
|
* Fix resolution for portrait videosChocobozzz2020-08-031-4/+5
|
* Split types and typingsChocobozzz2020-06-181-1/+1
|
* Add moderation helpers to pluginsChocobozzz2020-05-071-1/+1
|
* Fix HLS audio only transcodingChocobozzz2020-05-051-0/+1
|
* Avoir some circular dependenciesChocobozzz2020-05-041-35/+7
|
* Move to eslintcontainChocobozzz2020-02-031-10/+7
|
* Add ability to disable webtorrentChocobozzz2019-11-251-55/+64
| | | | In favour of HLS
* Stronger model typingsChocobozzz2019-08-191-3/+4
|
* Correctly notify on auto blacklistChocobozzz2019-07-241-2/+2
|
* Add audio support in uploadChocobozzz2019-05-161-15/+41
|
* Move config in its own fileChocobozzz2019-04-111-1/+2
|
* add quarantine videos feature (#1637)Josh Morel2019-04-021-8/+4
| | | | | | | | | | | | | | | | | | | | * add quarantine videos feature * increase Notification settings test timeout to 20000ms. was completing 7000 locally but timing out after 10000 on travis * fix quarantine video test issues -propagate misspelling -remove skip from server/tests/client.ts * WIP use blacklist for moderator video approval instead of video.quarantine boolean * finish auto-blacklist feature
* Move video file import in its own fileChocobozzz2019-03-191-29/+5
|
* Rename video-file job to video-transcodingChocobozzz2019-03-191-0/+204