aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares/validators/videos/video-live.ts
Commit message (Expand)AuthorAgeFilesLines
* refactor API errors to standard error formatRigel Kent2021-06-021-26/+35
* improve api param message for video names and tagsRigel Kent2021-05-311-1/+4
* replace numbers with typed http status codes (#3409)Rigel Kent2020-12-071-10/+11
* Add permanent live supportChocobozzz2020-12-031-1/+18
* Add live server hooksChocobozzz2020-11-091-0/+30
* Begin live testsChocobozzz2020-11-091-3/+7
* Add max lives limitChocobozzz2020-11-091-1/+34
* Add ability to save live replayChocobozzz2020-11-091-3/+39
* Live streaming implementation first stepChocobozzz2020-11-091-0/+66