Live streaming implementation first step

This commit is contained in:
Chocobozzz
2020-09-17 09:20:52 +02:00
committed by Chocobozzz
parent 110d463fec
commit c6c0fa6cd8
80 changed files with 2752 additions and 1303 deletions

View File

@@ -126,6 +126,21 @@ function updateCustomSubConfig (url: string, token: string, newConfig: DeepParti
enabled: false
}
},
live: {
enabled: true,
transcoding: {
enabled: true,
threads: 4,
resolutions: {
'240p': true,
'360p': true,
'480p': true,
'720p': true,
'1080p': true,
'2160p': true
}
}
},
import: {
videos: {
http: {