]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/server/custom-config.model.ts
Support transcoding options/encoders by plugins
[github/Chocobozzz/PeerTube.git] / shared / models / server / custom-config.model.ts
index a57237414dd1d2688b7d30cbb881ef06c0c49212..d23b8abef052640fd26275d6d62be0c6716051f0 100644 (file)
@@ -87,6 +87,9 @@ export interface CustomConfig {
     allowAudioFiles: boolean
 
     threads: number
+
+    profile: string
+
     resolutions: ConfigResolutions & { '0p': boolean }
 
     webtorrent: {
@@ -110,6 +113,7 @@ export interface CustomConfig {
     transcoding: {
       enabled: boolean
       threads: number
+      profile: string
       resolutions: ConfigResolutions
     }
   }