Add 4k conf in transcoding in admin panel
This commit is contained in:
parent
a80e84f047
commit
00aa1f0d9b
5 changed files with 34 additions and 12 deletions
|
@ -262,7 +262,8 @@ function customConfig (): CustomConfig {
|
|||
'360p': CONFIG.TRANSCODING.RESOLUTIONS[ '360p' ],
|
||||
'480p': CONFIG.TRANSCODING.RESOLUTIONS[ '480p' ],
|
||||
'720p': CONFIG.TRANSCODING.RESOLUTIONS[ '720p' ],
|
||||
'1080p': CONFIG.TRANSCODING.RESOLUTIONS[ '1080p' ]
|
||||
'1080p': CONFIG.TRANSCODING.RESOLUTIONS[ '1080p' ],
|
||||
'2160p': CONFIG.TRANSCODING.RESOLUTIONS[ '2160p' ]
|
||||
},
|
||||
hls: {
|
||||
enabled: CONFIG.TRANSCODING.HLS.ENABLED
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue