@scrypted/nvr 0.11.24 → 0.11.25

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,36 @@
1
1
  <details>
2
2
  <summary>Changelog</summary>
3
3
 
4
+ ### 0.11.24
5
+
6
+ fixup discontinuity calc, working dynamic codec switching
7
+ transcode should disable adaptive
8
+ refactor sdp negotiation
9
+ fixup fastforward resume failure, remove logging
10
+ wip recordings codec negotition
11
+ codec negotiation bugfixes
12
+ wip adaptive bitrate cleanup
13
+ implement mid stream codec switch
14
+ wip multicodec
15
+ remove debug code
16
+ fixup codec copy going to cluster worker
17
+ offload audio transcode to compute
18
+ support no hwaccel
19
+ wip multicodec
20
+ restructure
21
+ refactor codec picking
22
+ handle aac transcode for hksv
23
+ fix video transcode + audio codec copy
24
+ fixup pcm transocidng
25
+ support audio transcoding
26
+ fixup busted audio negotiation
27
+ wip: prep audio transcode
28
+ wip: transcode audio as necessary in adaptive streaming
29
+ catch push errors
30
+ add more opts
31
+ fix cuda keyframe generation, publish
32
+
33
+
4
34
  ### 0.11.22
5
35
 
6
36
  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.24",
3
+ "version": "0.11.25",
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.175",
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",