aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/job-queue/handlers/video-live-ending.ts
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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