Add hls support on server

This commit is contained in:
Chocobozzz 2019-01-29 08:37:25 +01:00 committed by Chocobozzz
parent 4348a27d25
commit 0920929696
81 changed files with 2000 additions and 407 deletions

View file

@ -61,6 +61,9 @@ export interface CustomConfig {
'720p': boolean
'1080p': boolean
}
hls: {
enabled: boolean
}
}
import: {