aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/live/shared/muxing-session.ts
Commit message (Expand)AuthorAgeFilesLines
* Add more logs when storing master playlist in s3Chocobozzz2023-05-251-7/+5
* More robust quota checkChocobozzz2023-05-221-1/+1
* Force stop remote live transcodingChocobozzz2023-05-221-0/+1
* Remove wait before publishing master playlistChocobozzz2023-05-191-12/+0
* Wait master playlist generationChocobozzz2023-05-191-7/+12
* Avoid uploading empty master fileChocobozzz2023-05-191-1/+8
* Provide public RTMP URL to runnersChocobozzz2023-05-161-5/+15
* Fix S3 live syncChocobozzz2023-05-101-29/+45
* Enable external plugins to test the PRChocobozzz2023-05-091-18/+22
* Implement remote runner jobs in serverChocobozzz2023-05-091-107/+84
* Refactor playlist creation for livesChocobozzz2023-01-271-23/+48
* Fix P2P with object storageChocobozzz2022-12-301-0/+2
* Correctly delete live files from object storageChocobozzz2022-10-251-2/+2
* Prevent concurrency issues when sending m3u8 fileChocobozzz2022-10-241-2/+9
* Live supports object storageChocobozzz2022-10-041-15/+91
* Correctly handle RTMP streams without audioChocobozzz2022-09-281-0/+7
* Fix typescript errorChocobozzz2022-08-011-7/+7
* Fix live testsChocobozzz2022-07-131-5/+6
* Prevent error logs when aborting a streamChocobozzz2022-07-131-0/+7
* Cleanup muxing session method optionsChocobozzz2022-05-251-21/+20
* Support live session in serverChocobozzz2022-05-031-3/+7
* Add ability to save replay of permanent livesChocobozzz2022-04-211-16/+17
* Add latency setting supportChocobozzz2022-03-091-1/+8
* Add basic video editor supportChocobozzz2022-02-281-2/+2
* Remove unnecessary NPM_RUN_BUILD_OPTS docker argChocobozzz2022-01-061-1/+1
* Fix live log tagsChocobozzz2021-12-071-14/+29
* Support RTMPSChocobozzz2021-11-051-6/+6
* Fix live bitrateChocobozzz2021-10-111-1/+1
* esModuleInterop to trueChocobozzz2021-08-271-7/+7
* Remove useless asyncChocobozzz2021-08-261-1/+1
* Add support for saving video files to object storage (#4290)Jelle Besseling2021-08-171-2/+2
* Improve target bitrate calculationChocobozzz2021-08-061-1/+8
* Limit live bitrateChocobozzz2021-08-061-0/+5
* Use random names for VOD HLS playlistsChocobozzz2021-07-261-2/+5
* It's not the week-end yetChocobozzz2021-06-171-2/+0
* Fix muxing cleanupChocobozzz2021-06-171-2/+0
* Fix memory leakChocobozzz2021-06-171-2/+11
* Refactor live managerChocobozzz2021-06-171-0/+341