@scrypted/nvr 0.11.57 → 0.11.59
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 +20 -0
- package/dist/plugin.zip +0 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,26 @@
|
|
|
1
1
|
<details>
|
|
2
2
|
<summary>Changelog</summary>
|
|
3
3
|
|
|
4
|
+
### 0.11.58
|
|
5
|
+
|
|
6
|
+
fix adaptive bitrate not using client size
|
|
7
|
+
beta
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### 0.11.57
|
|
11
|
+
|
|
12
|
+
update libav
|
|
13
|
+
fix keyframe request logging ambiguity
|
|
14
|
+
only sleep on marker packets
|
|
15
|
+
wip mpegts
|
|
16
|
+
fix rtcp filtering in transcode
|
|
17
|
+
fix adaptive bitrate source id
|
|
18
|
+
fix transcode
|
|
19
|
+
fixup malformed sdp from adaptive codecs
|
|
20
|
+
update libav
|
|
21
|
+
remove debug logging
|
|
22
|
+
|
|
23
|
+
|
|
4
24
|
### 0.11.56
|
|
5
25
|
|
|
6
26
|
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.
|
|
3
|
+
"version": "0.11.59",
|
|
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.
|
|
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",
|