mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 18:29:27 +02:00
Add latency setting support
This commit is contained in:
parent
01dd04cd5a
commit
f443a74649
42 changed files with 516 additions and 81 deletions
|
@ -149,10 +149,14 @@ export interface ServerConfig {
|
|||
live: {
|
||||
enabled: boolean
|
||||
|
||||
allowReplay: boolean
|
||||
latencySetting: {
|
||||
enabled: boolean
|
||||
}
|
||||
|
||||
maxDuration: number
|
||||
maxInstanceLives: number
|
||||
maxUserLives: number
|
||||
allowReplay: boolean
|
||||
|
||||
transcoding: {
|
||||
enabled: boolean
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue