@scrypted/nvr 0.10.186 → 0.11.1

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.10.187
5
+
6
+ support adaptive bitrate for full h265 main/substreams
7
+ wip cleanup
8
+ wip h265 adaptive bitrate
9
+ fix adaptive bitrate transcode
10
+ prevent smooth scrub from h265 to h264 playback
11
+ internal beta
12
+
13
+
14
+ ### 0.10.186
15
+
16
+ fix h265 negotiation to h264 stream downgrade
17
+ implement h265 smooth scrub
18
+ more fixes for h265 seeking
19
+ improve h265 seek
20
+ adaptive bitrate should probe stream to determine whether h264 is returned when h265 is requested
21
+ more detection startup logging
22
+ update package-lock
23
+ send camera provided detections immediately
24
+
25
+
4
26
  ### 0.10.185
5
27
 
6
28
  settings icons
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.186",
3
+ "version": "0.11.1",
4
4
  "exports": {
5
5
  "./src/main.ts": "./main.nodejs.js",
6
6
  "./src/motion-fork.ts": "./motion-fork.nodejs.js",