Add ability to disable webtorrent
In favour of HLS
This commit is contained in:
parent
14981d7331
commit
d7a25329f9
80 changed files with 1189 additions and 540 deletions
|
@ -69,8 +69,10 @@ export interface CustomConfig {
|
|||
|
||||
transcoding: {
|
||||
enabled: boolean
|
||||
|
||||
allowAdditionalExtensions: boolean
|
||||
allowAudioFiles: boolean
|
||||
|
||||
threads: number
|
||||
resolutions: {
|
||||
'240p': boolean
|
||||
|
@ -80,6 +82,11 @@ export interface CustomConfig {
|
|||
'1080p': boolean
|
||||
'2160p': boolean
|
||||
}
|
||||
|
||||
webtorrent: {
|
||||
enabled: boolean
|
||||
}
|
||||
|
||||
hls: {
|
||||
enabled: boolean
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue