mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Live streaming implementation first step
This commit is contained in:
@@ -98,6 +98,16 @@ export interface ServerConfig {
|
||||
enabledResolutions: number[]
|
||||
}
|
||||
|
||||
live: {
|
||||
enabled: boolean
|
||||
|
||||
transcoding: {
|
||||
enabled: boolean
|
||||
|
||||
enabledResolutions: number[]
|
||||
}
|
||||
}
|
||||
|
||||
import: {
|
||||
videos: {
|
||||
http: {
|
||||
|
||||
Reference in New Issue
Block a user