@scrypted/nvr 0.11.57 → 0.11.58

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,20 @@
1
1
  <details>
2
2
  <summary>Changelog</summary>
3
3
 
4
+ ### 0.11.57
5
+
6
+ update libav
7
+ fix keyframe request logging ambiguity
8
+ only sleep on marker packets
9
+ wip mpegts
10
+ fix rtcp filtering in transcode
11
+ fix adaptive bitrate source id
12
+ fix transcode
13
+ fixup malformed sdp from adaptive codecs
14
+ update libav
15
+ remove debug logging
16
+
17
+
4
18
  ### 0.11.56
5
19
 
6
20
  debounce snooze logging
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.11.57",
3
+ "version": "0.11.58",
4
4
  "exports": {
5
5
  "./src/main.ts": "./main.nodejs.js",
6
6
  "./src/motion-fork.ts": "./motion-fork.nodejs.js",
@@ -72,7 +72,7 @@
72
72
  },
73
73
  "devDependencies": {
74
74
  "@scrypted/client": "^1.3.9",
75
- "@scrypted/libav": "^1.0.196",
75
+ "@scrypted/libav": "^1.0.199",
76
76
  "@types/node": "^22.10.5",
77
77
  "@types/semver": "^7.5.8",
78
78
  "@types/uuid": "^10.0.0",