@scrypted/nvr 0.9.54 → 0.9.56

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  <details>
2
2
  <summary>Changelog</summary>
3
3
 
4
+ ### 0.9.55
5
+
6
+ improve decoder teardown
7
+ log weird snapshot path
8
+ libav load fixes
9
+
10
+
11
+ ### 0.9.54
12
+
13
+ fix spurious snapshot saving when running motion detector + nvr and no object detection
14
+ fixup libswscale dynamic resize quirks
15
+ bail frame generator after single frameis retrieved
16
+ dont use hw decode on single frame requests
17
+
18
+
4
19
  ### 0.9.52
5
20
 
6
21
  fixup addon install
package/dist/plugin.zip CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scrypted/nvr",
3
- "version": "0.9.54",
3
+ "version": "0.9.56",
4
4
  "exports": {
5
5
  "./src/main.ts": "./main.nodejs.js",
6
6
  "./src/motion-fork.ts": "./motion-fork.nodejs.js",
@@ -81,6 +81,6 @@
81
81
  "ts-node": "^10.9.2"
82
82
  },
83
83
  "optionalDependencies": {
84
- "@scrypted/libav": "^1.0.10"
84
+ "@scrypted/libav": "^1.0.11"
85
85
  }
86
86
  }