Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Stricter models typing | Chocobozzz | 2021-05-12 | 1 | -2/+2 |
| | |||||
* | Cleanup models directory organization | Chocobozzz | 2021-05-11 | 6 | -21/+21 |
| | |||||
* | Move transcoding files in their own directory | Chocobozzz | 2021-05-11 | 2 | -2/+2 |
| | |||||
* | Use a class for youtube-dl | Chocobozzz | 2021-05-11 | 1 | -2/+5 |
| | |||||
* | Fix lint | Chocobozzz | 2021-05-05 | 1 | -1/+0 |
| | |||||
* | Fix transcoding job priority | Chocobozzz | 2021-05-05 | 1 | -3/+3 |
| | | | | | New resolution jobs are also important if waiting for transcoding is enabled since we publish the video after the first resolution generation | ||||
* | Fix AP security tests | Chocobozzz | 2021-03-24 | 1 | -3/+3 |
| | |||||
* | Fix 404 AP status codes | Chocobozzz | 2021-03-24 | 1 | -22/+27 |
| | |||||
* | Use got instead of request | Chocobozzz | 2021-03-24 | 4 | -17/+13 |
| | |||||
* | Refactor a little bit AP validators | Chocobozzz | 2021-03-24 | 1 | -3/+6 |
| | |||||
* | Rename request timeout | Chocobozzz | 2021-03-03 | 2 | -9/+9 |
| | |||||
* | Add ability to cleanup remote AP interactions | Chocobozzz | 2021-03-03 | 3 | -1/+205 |
| | |||||
* | Fix broken local actors | Chocobozzz | 2021-02-26 | 2 | -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 federating | Chocobozzz | 2021-02-22 | 1 | -16/+22 |
| | |||||
* | Cleanup | Chocobozzz | 2021-02-18 | 2 | -2/+2 |
| | |||||
* | Add video files migration | Chocobozzz | 2021-02-18 | 1 | -21/+16 |
| | |||||
* | Dissociate video file names and video uuid | Chocobozzz | 2021-02-18 | 4 | -11/+15 |
| | |||||
* | Remove previous thumbnail if needed | Chocobozzz | 2021-02-16 | 2 | -4/+20 |
| | |||||
* | Guess if we need to generate the thumbnail for imports | Chocobozzz | 2021-02-12 | 1 | -15/+6 |
| | |||||
* | Painfully debug concurrent import jobs | Chocobozzz | 2021-02-09 | 1 | -22/+41 |
| | |||||
* | Allow to specify transcoding and import jobs concurrency | Chocobozzz | 2021-02-08 | 2 | -21/+35 |
| | |||||
* | Fix HLS generation after import script | Chocobozzz | 2021-02-02 | 2 | -2/+13 |
| | |||||
* | Transcode audio uploads to lower resolutions | Chocobozzz | 2021-02-02 | 1 | -0/+2 |
| | | | | Better consistency | ||||
* | Correctly remove torrents with HLS only | Chocobozzz | 2021-02-01 | 1 | -0/+1 |
| | |||||
* | Safely remove webtorrent files | Chocobozzz | 2021-01-25 | 1 | -4/+6 |
| | | | | Only remove them on max quality HLS playlist generation | ||||
* | Add priority to transcoding jobs | Chocobozzz | 2021-01-25 | 4 | -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 handlers | Chocobozzz | 2021-01-21 | 3 | -71/+136 |
| | |||||
* | Support progress for ffmpeg tasks | Chocobozzz | 2021-01-21 | 1 | -4/+5 |
| | |||||
* | Fix (again) youtube import | Chocobozzz | 2021-01-19 | 1 | -1/+1 |
| | |||||
* | stricter youtubedl format selectors (#3516) | Rigel Kent | 2021-01-15 | 1 | -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 build | Chocobozzz | 2020-12-22 | 1 | -1/+1 |
| | |||||
* | Force HLS transcoding | Chocobozzz | 2020-12-22 | 1 | -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 state | Chocobozzz | 2020-12-14 | 1 | -12/+15 |
| | |||||
* | add display of logs matching any state | Rigel Kent | 2020-12-13 | 1 | -5/+8 |
| | |||||
* | Live views update | Chocobozzz | 2020-12-09 | 1 | -1/+1 |
| | |||||
* | Upgrade sequelize to v6 | Chocobozzz | 2020-12-09 | 1 | -11/+10 |
| | |||||
* | Fix replay last segments loop | Chocobozzz | 2020-12-07 | 1 | -12/+3 |
| | |||||
* | Fix lint | Chocobozzz | 2020-12-04 | 1 | -1/+1 |
| | |||||
* | Load video in permanent live after last one ended | Chocobozzz | 2020-12-04 | 1 | -5/+9 |
| | |||||
* | Fix audio issues with live replay | Chocobozzz | 2020-12-04 | 1 | -12/+6 |
| | |||||
* | Add permanent live support | Chocobozzz | 2020-12-03 | 1 | -11/+16 |
| | |||||
* | Fix live invalid save replay duration | Chocobozzz | 2020-12-03 | 1 | -3/+5 |
| | |||||
* | Fix live replay duration glitch | Chocobozzz | 2020-12-02 | 1 | -43/+24 |
| | |||||
* | Fix live saving after a server restart | Chocobozzz | 2020-11-30 | 1 | -6/+7 |
| | |||||
* | Fix high CPU with long live when save replay is true | Chocobozzz | 2020-11-30 | 1 | -7/+25 |
| | |||||
* | Split ffmpeg utils with ffprobe utils | Chocobozzz | 2020-11-25 | 4 | -10/+11 |
| | |||||
* | Fix incorrect IDs in AP federation | Chocobozzz | 2020-11-20 | 1 | -0/+2 |
| | |||||
* | Handle views for live videos | Chocobozzz | 2020-11-09 | 1 | -0/+2 |
| | |||||
* | Don't add live videos in redundancy | Chocobozzz | 2020-11-09 | 1 | -1/+1 |
| | |||||
* | Regenerate miniature on live save | Chocobozzz | 2020-11-09 | 1 | -1/+11 |
| |