mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 02:39:33 +02:00
Implement remote runner jobs in server
Move ffmpeg functions to @shared
This commit is contained in:
parent
6bcb854cde
commit
0c9668f779
168 changed files with 6907 additions and 2803 deletions
|
@ -116,6 +116,10 @@ export interface CustomConfig {
|
|||
allowAdditionalExtensions: boolean
|
||||
allowAudioFiles: boolean
|
||||
|
||||
remoteRunners: {
|
||||
enabled: boolean
|
||||
}
|
||||
|
||||
threads: number
|
||||
concurrency: number
|
||||
|
||||
|
@ -149,6 +153,9 @@ export interface CustomConfig {
|
|||
|
||||
transcoding: {
|
||||
enabled: boolean
|
||||
remoteRunners: {
|
||||
enabled: boolean
|
||||
}
|
||||
threads: number
|
||||
profile: string
|
||||
resolutions: ConfigResolutions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue