feat: Add experimental reolink media support (#1694)

* feat: Add experimental rich reolink support.

* Formatting fix
This commit is contained in:
Dermot Duffy
2024-11-25 20:19:12 -08:00
committed by GitHub
parent e898b73d63
commit dada65e008
63 changed files with 3402 additions and 483 deletions
+9
View File
@@ -38,10 +38,19 @@ describe('config defaults', () => {
file_pattern: '%H-%M-%S',
},
},
proxy: {
dynamic: true,
media: 'auto',
ssl_verification: 'auto',
ssl_ciphers: 'auto',
},
ptz: {
c2r_delay_between_calls_seconds: 0.2,
r2c_delay_between_calls_seconds: 0.5,
},
reolink: {
media_resolution: 'low',
},
triggers: {
events: ['events', 'clips', 'snapshots'],
entities: [],