Add hls support on server
This commit is contained in:
parent
4348a27d25
commit
0920929696
81 changed files with 2000 additions and 407 deletions
|
@ -61,6 +61,9 @@ export interface CustomConfig {
|
|||
'720p': boolean
|
||||
'1080p': boolean
|
||||
}
|
||||
hls: {
|
||||
enabled: boolean
|
||||
}
|
||||
}
|
||||
|
||||
import: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue