]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/server/custom-config.model.ts
Support progress for ffmpeg tasks
[github/Chocobozzz/PeerTube.git] / shared / models / server / custom-config.model.ts
index e609d1a337c6508f02424ab4ff9194cb76fdb0ff..9a6a249231e6c5fcd76cb29cb582a64f715abbff 100644 (file)
@@ -7,6 +7,7 @@ export type ConfigResolutions = {
   '480p': boolean
   '720p': boolean
   '1080p': boolean
+  '1440p': boolean
   '2160p': boolean
 }
 
@@ -98,6 +99,12 @@ export interface CustomConfig {
   live: {
     enabled: boolean
 
+    allowReplay: boolean
+
+    maxDuration: number
+    maxInstanceLives: number
+    maxUserLives: number
+
     transcoding: {
       enabled: boolean
       threads: number