scrypted-tuya 2.1.1 → 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 +19 -0
- package/dist/plugin.zip +0 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
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
|
+
|
|
10
|
+
## 2.1.3
|
|
11
|
+
|
|
12
|
+
- **Fix: Talkback 461 Unsupported Transport from Scrypted RTSP source**:
|
|
13
|
+
- Automatically inject `-rtsp_transport tcp` before `-i` whenever Scrypted media converter serves the intercom audio as a local RTSP stream (`rtsp://127.0.0.1:...`).
|
|
14
|
+
- FFmpeg defaults to UDP for RTSP, which caused Scrypted's internal RTSP server to reject playback with `method SETUP failed: 461 Unsupported Transport`, terminating the talkback session before sending any audio to RTMP.
|
|
15
|
+
|
|
16
|
+
## 2.1.2
|
|
17
|
+
|
|
18
|
+
- **Bridge 2.1.1 Update / Audio Stream Resilience**:
|
|
19
|
+
- **Silence Generation Fallback**: Updated companion Tuya Camera Bridge with native PCMU silence injection when camera stream has no active audio track, preventing media player hangs and probe timeouts in Scrypted and HomeKit.
|
|
20
|
+
- **WebRTC Audio Fixes**: Resolved packet drops on reconnects and network jitter, ensuring stable audio delivery as soon as the camera starts sending audio frames.
|
|
21
|
+
|
|
3
22
|
## 2.1.1
|
|
4
23
|
|
|
5
24
|
- **Fix: Talkback audio not reaching RTMP target (HomeKit intercom)**:
|
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": {
|