mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 09:49:20 +02:00
Support transcoding options/encoders by plugins
This commit is contained in:
parent
529b37527c
commit
1896bca09e
32 changed files with 754 additions and 135 deletions
|
@ -96,6 +96,9 @@ export interface ServerConfig {
|
|||
}
|
||||
|
||||
enabledResolutions: number[]
|
||||
|
||||
profile: string
|
||||
availableProfiles: string[]
|
||||
}
|
||||
|
||||
live: {
|
||||
|
@ -110,6 +113,9 @@ export interface ServerConfig {
|
|||
enabled: boolean
|
||||
|
||||
enabledResolutions: number[]
|
||||
|
||||
profile: string
|
||||
availableProfiles: string[]
|
||||
}
|
||||
|
||||
rtmp: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue