Release 1.7
Release info
Version: 1.7
Release date: October 19, 2022
Important
- Add a new config variable to
config.json
for each of your cameras.
New features
- Added new authentication config variable
type
inauth
section.
Could be one ofbasic
,digest
, ordigest_cached
. Default isdigest_cached
.
"auth": {
"user": "dummy-user",
"password": "dummy-password",
"type": "digest_cached"
}
Misc
N/A