scrypted-tuya 2.1.3 → 2.1.4
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 +7 -0
- package/dist/plugin.zip +0 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 2.1.4
|
|
4
|
+
|
|
5
|
+
- **Talkback Zero-Latency Audio Push (`-flush_packets 1`)**:
|
|
6
|
+
- Added `-flush_packets 1` to the talkback FFmpeg process in `camera.ts`, ensuring FLV audio packets are flushed over TCP to the RTMP endpoint immediately without waiting for output buffer thresholds.
|
|
7
|
+
- **Tuya Camera Bridge 2.1.2 Integration**:
|
|
8
|
+
- Upgraded embedded Bridge transcoder with optimized x264 parameters (`no-deblock=1`, `aq-mode=0`, bounded CRF/bitrate, and `-threads 2`), reducing constant background CPU utilization by up to ~40%.
|
|
9
|
+
|
|
3
10
|
## 2.1.3
|
|
4
11
|
|
|
5
12
|
- **Fix: Talkback 461 Unsupported Transport from Scrypted RTSP source**:
|
package/dist/plugin.zip
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"@types/qrcode-svg": "^1.1.5",
|
|
43
43
|
"@types/ws": "^8.18.0"
|
|
44
44
|
},
|
|
45
|
-
"version": "2.1.
|
|
45
|
+
"version": "2.1.4",
|
|
46
46
|
"packageManager": "npm@10.9.2+sha512.8ab88f10f224a0c614cb717a7f7c30499014f77134120e9c1f0211ea3cf3397592cbe483feb38e0c4b3be1c54e347292c76a1b5edb94a3289d5448484ab8ac81",
|
|
47
47
|
"description": "Unofficial standalone Scrypted Tuya plugin with maximum advertised camera quality selection and Smart Life P2P bridge integration.",
|
|
48
48
|
"repository": {
|