@scrypted/nvr 0.5.39 → 0.5.41

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,28 @@
1
1
  <details>
2
2
  <summary>Changelog</summary>
3
3
 
4
+ ### 0.5.40
5
+
6
+ ignore timestamps causing timelapse video corruption
7
+ retweak package score after edge detection threshold fix
8
+ remove reverseOrder and startId implementation
9
+ fix video retention days erroneous warning
10
+
11
+
12
+ ### 0.5.39
13
+
14
+ improve edge detection thresholds
15
+ alert if disk space is low during truncation
16
+ further reduce package score threshold
17
+ fix package detection input aspect ratio
18
+ add support for exporting substream as mp4
19
+ tweak package detection score
20
+ adjust package weight scoring
21
+ adjust window size ramping
22
+ fix adaptive bitrate stream query
23
+ reenable package detection
24
+
25
+
4
26
  ### 0.5.38
5
27
 
6
28
  beta: fix package detect and stream query
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.5.39",
3
+ "version": "0.5.41",
4
4
  "scripts": {
5
5
  "scrypted-setup-project": "scrypted-setup-project",
6
6
  "prescrypted-setup-project": "scrypted-package-json",