aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/live-manager.ts
Commit message (Expand)AuthorAgeFilesLines
* Dissociate video file names and video uuidChocobozzz2021-02-181-3/+3
* Support transcoding options/encoders by pluginsChocobozzz2021-01-281-1/+1
* Use a profile manager for transcodingChocobozzz2021-01-281-2/+2
* Fix live RAM usage when ffmpeg is too slowChocobozzz2021-01-271-7/+57
* Log RTMP server error (address already in use)Chocobozzz2021-01-111-0/+4
* Use -1 for max live duration unlimitedChocobozzz2020-12-151-1/+1
* Live views updateChocobozzz2020-12-091-0/+2
* Fix live testsChocobozzz2020-12-091-3/+4
* Load video in permanent live after last one endedChocobozzz2020-12-041-2/+2
* Fix audio issues with live replayChocobozzz2020-12-041-18/+30
* Add permanent live supportChocobozzz2020-12-031-7/+33
* Fix live saving after a server restartChocobozzz2020-11-301-7/+7
* Fix lintChocobozzz2020-11-301-1/+1
* Fix high CPU with long live when save replay is trueChocobozzz2020-11-301-8/+20
* Fix audio encoding paramsChocobozzz2020-11-251-2/+1
* Support encoding profilesChocobozzz2020-11-251-1/+11
* Export encoders options in a dedicated structChocobozzz2020-11-251-3/+5
* Split ffmpeg utils with ffprobe utilsChocobozzz2020-11-251-7/+2
* Process remaining segment hashes on live endingChocobozzz2020-11-171-9/+25
* Cleanup lives on server restartChocobozzz2020-11-131-0/+12
* Fix live sha segments with multiple resolutionsChocobozzz2020-11-131-2/+6
* Delay notification when waiting for a liveChocobozzz2020-11-121-3/+7
* Fix live infohash of original resolutionChocobozzz2020-11-121-8/+7
* Try to fix live segments checkChocobozzz2020-11-101-37/+23
* Update ffmpeg static version for testsChocobozzz2020-11-091-1/+2
* Handle views for live videosChocobozzz2020-11-091-1/+49
* Add live server hooksChocobozzz2020-11-091-1/+1
* Regenerate miniature on live saveChocobozzz2020-11-091-1/+7
* Add live notification testsChocobozzz2020-11-091-1/+1
* Add save replay live testsChocobozzz2020-11-091-17/+25
* Add check constraints live testsChocobozzz2020-11-091-6/+8
* Add check params live testsChocobozzz2020-11-091-0/+2
* Fix live endingChocobozzz2020-11-091-4/+12
* Add ability to save live replayChocobozzz2020-11-091-1/+1
* Check live duration and sizeChocobozzz2020-11-091-13/+76
* Add watch messages if live has not startedChocobozzz2020-11-091-45/+84
* Live streaming implementation first stepChocobozzz2020-11-091-0/+310