onvif: fix unsubscribe crash

This commit is contained in:
Koushik Dutta
2024-01-06 16:58:50 -08:00
parent 83b0ebd5f0
commit 76534f1368
5 changed files with 4006 additions and 18 deletions

3
.gitmodules vendored
View File

@@ -38,3 +38,6 @@
[submodule "plugins/wyze/docker-wyze-bridge"]
path = plugins/wyze/docker-wyze-bridge
url = ../../koush/docker-wyze-bridge.git
[submodule "plugins/onvif/onvif"]
path = plugins/onvif/onvif
url = git@github.com:koush/onvif

View File

@@ -6,3 +6,4 @@ fs
src
.vscode
dist/*.js
onvif

1
plugins/onvif/onvif Submodule

Submodule plugins/onvif/onvif added at 67bf7c751b

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{
"name": "@scrypted/onvif",
"version": "0.0.128",
"version": "0.0.130",
"description": "ONVIF Camera Plugin for Scrypted",
"author": "Scrypted",
"license": "Apache",
@@ -42,7 +42,7 @@
"base-64": "^1.0.0",
"http-auth-utils": "^4.0.0",
"md5": "^2.3.0",
"onvif": "^0.6.8",
"onvif": "file:./onvif",
"xml2js": "^0.6.0"
},
"devDependencies": {