@scrypted/nvr 0.10.185 → 0.10.187

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,25 @@
1
1
  <details>
2
2
  <summary>Changelog</summary>
3
3
 
4
+ ### 0.10.186
5
+
6
+ fix h265 negotiation to h264 stream downgrade
7
+ implement h265 smooth scrub
8
+ more fixes for h265 seeking
9
+ improve h265 seek
10
+ adaptive bitrate should probe stream to determine whether h264 is returned when h265 is requested
11
+ more detection startup logging
12
+ update package-lock
13
+ send camera provided detections immediately
14
+
15
+
16
+ ### 0.10.185
17
+
18
+ settings icons
19
+ fix snooze on ios when using encrypted notifications
20
+ recover from face and text recognition failures
21
+
22
+
4
23
  ### 0.10.184
5
24
 
6
25
  missing file
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.10.185",
3
+ "version": "0.10.187",
4
4
  "exports": {
5
5
  "./src/main.ts": "./main.nodejs.js",
6
6
  "./src/motion-fork.ts": "./motion-fork.nodejs.js",