mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 10:49:28 +02:00
Add basic video editor support
This commit is contained in:
parent
a24bf4dc65
commit
c729caf6cc
130 changed files with 3969 additions and 1353 deletions
|
@ -8,7 +8,7 @@ import { HTMLServerConfig, RegisteredExternalAuthConfig, RegisteredIdAndPassAuth
|
|||
import { Hooks } from './plugins/hooks'
|
||||
import { PluginManager } from './plugins/plugin-manager'
|
||||
import { getThemeOrDefault } from './plugins/theme-utils'
|
||||
import { VideoTranscodingProfilesManager } from './transcoding/video-transcoding-profiles'
|
||||
import { VideoTranscodingProfilesManager } from './transcoding/default-transcoding-profiles'
|
||||
|
||||
/**
|
||||
*
|
||||
|
@ -151,6 +151,9 @@ class ServerConfigManager {
|
|||
port: CONFIG.LIVE.RTMP.PORT
|
||||
}
|
||||
},
|
||||
videoEditor: {
|
||||
enabled: CONFIG.VIDEO_EDITOR.ENABLED
|
||||
},
|
||||
import: {
|
||||
videos: {
|
||||
http: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue