1
0
mirror of https://git.waldn.net/git/knotteye/satyr.git synced 2025-05-06 23:59:24 +00:00

Update config.ts to include hwaccel options

This commit is contained in:
knotteye 2021-01-10 13:42:12 -06:00
parent 364994decc
commit 9df4b545ec

@ -39,6 +39,11 @@ const config: Object = {
connectionTimeout: '1000',
insecureAuth: false,
debug: false }, localconfig['database']),
hwaccel: Object.assign({
type: null,
device: null,
decode: false
}, localconfig['hwaccel']),
rtmp: Object.assign({
cluster: false,
port: 1935,