aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares/validators/videos/video-live.ts
Commit message (Expand)AuthorAgeFilesLines
* Add latency setting supportChocobozzz2022-03-091-8/+65
* esModuleInterop to trueChocobozzz2021-08-271-1/+1
* Reorganize importsChocobozzz2021-07-201-2/+1
* Refactor requestsChocobozzz2021-07-201-1/+1
* Support short uuid for GET video/playlistChocobozzz2021-06-291-4/+10
* add video upload types, add doc middleware to more routesRigel Kent2021-06-061-4/+6
* Move middleware utils in middlewaresChocobozzz2021-06-031-7/+6
* correct error codes and backward compatRigel Kent2021-06-021-2/+2
* 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