aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/live.ts
Commit message (Collapse)AuthorAgeFilesLines
* Live supports object storageChocobozzz2022-10-041-32/+0
| | | | | | | | * Sync live files (segments, master playlist, resolution playlist, segment sha file) into object storage * Automatically delete them when the live ends * Segment sha file is now a file on disk, and not stored in memory anymore
* esModuleInterop to trueChocobozzz2021-08-271-2/+2
|
* Refactor requestsChocobozzz2021-07-201-1/+1
|
* Refactor live managerChocobozzz2021-06-171-2/+2
|
* refactor API errors to standard error formatRigel Kent2021-06-021-1/+1
|
* replace numbers with typed http status codes (#3409)Rigel Kent2020-12-071-1/+2
|
* Fix cors on sha segment endpointChocobozzz2020-11-271-0/+2
|
* Live streaming implementation first stepChocobozzz2020-11-091-0/+29