1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 17:59:37 +02:00

Support studio transcoding in peertube runner

This commit is contained in:
Chocobozzz 2023-05-04 15:29:34 +02:00 committed by Chocobozzz
parent 6a49056026
commit 5e47f6ab98
67 changed files with 1423 additions and 262 deletions

View file

@ -195,6 +195,18 @@ export class ConfigCommand extends AbstractCommand {
})
}
enableRemoteStudio () {
return this.updateExistingSubConfig({
newConfig: {
videoStudio: {
remoteRunners: {
enabled: true
}
}
}
})
}
// ---------------------------------------------------------------------------
enableStudio () {
@ -442,7 +454,10 @@ export class ConfigCommand extends AbstractCommand {
}
},
videoStudio: {
enabled: false
enabled: false,
remoteRunners: {
enabled: false
}
},
import: {
videos: {