aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/live/live-manager.ts
Commit message (Expand)AuthorAgeFilesLines
* Add Podcast RSS feeds (#5487)Alecks Gates2023-05-221-0/+4
* More robust quota checkChocobozzz2023-05-221-2/+2
* Force stop remote live transcodingChocobozzz2023-05-221-0/+4
* Provide public RTMP URL to runnersChocobozzz2023-05-161-14/+28
* Force live stream terminationChocobozzz2023-05-151-1/+4
* Don't save the session twiceChocobozzz2023-05-151-0/+3
* Implement remote runner jobs in serverChocobozzz2023-05-091-43/+51
* Feature/Add replay privacy (#5692)Wicklow2023-03-311-10/+23
* Refactor playlist creation for livesChocobozzz2023-01-271-29/+5
* Fix live with base url object storageChocobozzz2023-01-271-1/+3
* Fix P2P with object storageChocobozzz2022-12-301-2/+2
* Fix running again transcoding on a video only fileChocobozzz2022-11-071-3/+3
* Live supports object storageChocobozzz2022-10-041-4/+8
* Correctly handle RTMP streams without audioChocobozzz2022-09-281-14/+15
* Use bullmq job dependencyChocobozzz2022-08-091-3/+7
* Limit import depending on transcoding resolutionsChocobozzz2022-08-091-2/+2
* Fix resolution to transcode hook nameChocobozzz2022-08-091-1/+1
* Add option to not transcode original resolutionChocobozzz2022-08-091-4/+10
* Add plugin hook on transcoding resolutions buildingChocobozzz2022-08-021-1/+6
* Clearer live sessionChocobozzz2022-07-221-1/+3
* Prevent logging error when saving delete liveChocobozzz2022-07-181-0/+2
* Fix handling broken livesChocobozzz2022-07-121-1/+1
* Rename video full loadingChocobozzz2022-06-281-2/+2
* Fix removed sha segments on fast restreamChocobozzz2022-06-241-4/+1
* Fix live ending job that breaks new live sessionChocobozzz2022-06-161-0/+1
* Fix saving permanent live replay on quick restreamChocobozzz2022-05-251-2/+4
* Fix quota inconstistencies with livesChocobozzz2022-05-041-0/+2
* Support live session in serverChocobozzz2022-05-031-11/+53
* Add ability to provide rtmp listening hostnameChocobozzz2022-05-021-2/+2
* Add ability to save replay of permanent livesChocobozzz2022-04-211-24/+45
* Add latency setting supportChocobozzz2022-03-091-3/+4
* Add basic video editor supportChocobozzz2022-02-281-7/+7
* Auto update publishedAt in live restreamChocobozzz2021-11-261-0/+1
* Add ability to run transcoding jobsChocobozzz2021-11-181-2/+2
* Refactor video viewsChocobozzz2021-11-091-48/+1
* Correctly close RTMPS server tooChocobozzz2021-11-051-3/+12
* Support RTMPSChocobozzz2021-11-051-30/+62
* Add support for saving video files to object storage (#4290)Jelle Besseling2021-08-171-1/+1
* Improve target bitrate calculationChocobozzz2021-08-061-5/+8
* Limit live bitrateChocobozzz2021-08-061-5/+23
* Use random names for VOD HLS playlistsChocobozzz2021-07-261-13/+13
* Upgrade server dependenciesChocobozzz2021-07-221-3/+3
* Fix muxing cleanupChocobozzz2021-06-171-1/+1
* Fix memory leakChocobozzz2021-06-171-1/+8
* Refactor live managerChocobozzz2021-06-171-0/+412