@scrypted/nvr 0.11.24 → 0.11.26
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 +37 -0
- package/dist/plugin.zip +0 -0
- package/package.json +2 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,43 @@
|
|
|
1
1
|
<details>
|
|
2
2
|
<summary>Changelog</summary>
|
|
3
3
|
|
|
4
|
+
### 0.11.25
|
|
5
|
+
|
|
6
|
+
hack fix for potentials for hang during scrub
|
|
7
|
+
fixup pcm_mulaw falsy check
|
|
8
|
+
beta
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### 0.11.24
|
|
12
|
+
|
|
13
|
+
fixup discontinuity calc, working dynamic codec switching
|
|
14
|
+
transcode should disable adaptive
|
|
15
|
+
refactor sdp negotiation
|
|
16
|
+
fixup fastforward resume failure, remove logging
|
|
17
|
+
wip recordings codec negotition
|
|
18
|
+
codec negotiation bugfixes
|
|
19
|
+
wip adaptive bitrate cleanup
|
|
20
|
+
implement mid stream codec switch
|
|
21
|
+
wip multicodec
|
|
22
|
+
remove debug code
|
|
23
|
+
fixup codec copy going to cluster worker
|
|
24
|
+
offload audio transcode to compute
|
|
25
|
+
support no hwaccel
|
|
26
|
+
wip multicodec
|
|
27
|
+
restructure
|
|
28
|
+
refactor codec picking
|
|
29
|
+
handle aac transcode for hksv
|
|
30
|
+
fix video transcode + audio codec copy
|
|
31
|
+
fixup pcm transocidng
|
|
32
|
+
support audio transcoding
|
|
33
|
+
fixup busted audio negotiation
|
|
34
|
+
wip: prep audio transcode
|
|
35
|
+
wip: transcode audio as necessary in adaptive streaming
|
|
36
|
+
catch push errors
|
|
37
|
+
add more opts
|
|
38
|
+
fix cuda keyframe generation, publish
|
|
39
|
+
|
|
40
|
+
|
|
4
41
|
### 0.11.22
|
|
5
42
|
|
|
6
43
|
wire up transcode watchdog
|
package/dist/plugin.zip
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scrypted/nvr",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.26",
|
|
4
4
|
"exports": {
|
|
5
5
|
"./src/main.ts": "./main.nodejs.js",
|
|
6
6
|
"./src/motion-fork.ts": "./motion-fork.nodejs.js",
|
|
7
|
-
"./src/transcode-fork.ts": "./transcode-fork.nodejs.js",
|
|
8
7
|
"./src/libav-fork.ts": "./libav-fork.nodejs.js",
|
|
9
8
|
"./src/face-fork.ts": "./face-fork.nodejs.js"
|
|
10
9
|
},
|
|
@@ -73,7 +72,7 @@
|
|
|
73
72
|
},
|
|
74
73
|
"devDependencies": {
|
|
75
74
|
"@scrypted/client": "^1.3.9",
|
|
76
|
-
"@scrypted/libav": "^1.0.
|
|
75
|
+
"@scrypted/libav": "^1.0.190",
|
|
77
76
|
"@types/node": "^22.10.5",
|
|
78
77
|
"@types/semver": "^7.5.8",
|
|
79
78
|
"@types/uuid": "^10.0.0",
|