mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 10:49:28 +02:00
Support studio transcoding in peertube runner
This commit is contained in:
parent
6a49056026
commit
5e47f6ab98
67 changed files with 1423 additions and 262 deletions
|
@ -1,6 +1,6 @@
|
|||
import { VideoPrivacy } from '../videos/video-privacy.enum'
|
||||
import { ClientScriptJSON } from '../plugins/plugin-package-json.model'
|
||||
import { NSFWPolicyType } from '../videos/nsfw-policy.type'
|
||||
import { VideoPrivacy } from '../videos/video-privacy.enum'
|
||||
import { BroadcastMessageLevel } from './broadcast-message-level.type'
|
||||
|
||||
export interface ServerConfigPlugin {
|
||||
|
@ -186,6 +186,10 @@ export interface ServerConfig {
|
|||
|
||||
videoStudio: {
|
||||
enabled: boolean
|
||||
|
||||
remoteRunners: {
|
||||
enabled: boolean
|
||||
}
|
||||
}
|
||||
|
||||
import: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue