aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/models/video/video-live.ts
Commit message (Collapse)AuthorAgeFilesLines
* Provide public RTMP URL to runnersChocobozzz2023-05-161-2/+2
|
* Use hook inside the transactionChocobozzz2023-03-311-3/+5
| | | | To prevent serialization issue
* Feature/Add replay privacy (#5692)Wicklow2023-03-311-3/+54
| | | | | | | | | | | | | | | | | | | | | | | | | * Add replay settings feature * Fix replay settings behaviour * Fix tests * Fix tests * Fix tests * Update openapi doc and fix tests * Add tests and fix code * Models correction * Add migration and update controller and middleware * Add check params tests * Fix video live middleware * Updated code based on review comments
* Fix lintChocobozzz2022-04-221-1/+1
|
* Fix getting live by anonymous userChocobozzz2022-04-221-9/+16
|
* Add ability to save replay of permanent livesChocobozzz2022-04-211-1/+1
|
* Add latency setting supportChocobozzz2022-03-091-3/+8
|
* Move typescript utils in its own directoryChocobozzz2021-12-161-1/+1
|
* Support RTMPSChocobozzz2021-11-051-4/+12
|
* Stricter models typingChocobozzz2021-05-121-1/+2
|
* Upgrade sequelize to v6Chocobozzz2020-12-091-1/+1
|
* Add permanent live supportChocobozzz2020-12-031-0/+5
|
* Begin live testsChocobozzz2020-11-091-1/+5
|
* Add ability to save live replayChocobozzz2020-11-091-1/+2
|
* SaveChocobozzz2020-11-091-4/+0
|
* Check live duration and sizeChocobozzz2020-11-091-1/+9
|
* Add watch messages if live has not startedChocobozzz2020-11-091-4/+26
|
* Live streaming implementation first stepChocobozzz2020-11-091-0/+74