mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 19:42:24 +02:00
Check live duration and size
This commit is contained in:
parent
a5cf76afa3
commit
fb7194043d
27 changed files with 436 additions and 168 deletions
|
@ -101,6 +101,9 @@ export interface ServerConfig {
|
|||
live: {
|
||||
enabled: boolean
|
||||
|
||||
maxDuration: number
|
||||
allowReplay: boolean
|
||||
|
||||
transcoding: {
|
||||
enabled: boolean
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue