scrypted-tuya 0.1.0-beta.17 → 0.1.1-beta
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 +5 -0
- package/dist/plugin.zip +0 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.1.1-beta
|
|
4
|
+
|
|
5
|
+
- Tuya RTSP Bridge port 8600 default across full stack.
|
|
6
|
+
- Smart Life P2P HD RTSP stream integration with online auto-status, dynamic UI naming, and unconstrained HEVC/H.264 FFmpeg negotiation for Rebroadcast and snapshots.
|
|
7
|
+
|
|
3
8
|
## 0.1.0-beta.17
|
|
4
9
|
|
|
5
10
|
- Initialize `online: true` in `TuyaCamera` constructor when P2P RTSP URL is configured.
|
package/dist/plugin.zip
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@types/qrcode-svg": "^1.1.5",
|
|
42
42
|
"@types/ws": "^8.18.0"
|
|
43
43
|
},
|
|
44
|
-
"version": "0.1.
|
|
44
|
+
"version": "0.1.1-beta",
|
|
45
45
|
"packageManager": "npm@10.9.2+sha512.8ab88f10f224a0c614cb717a7f7c30499014f77134120e9c1f0211ea3cf3397592cbe483feb38e0c4b3be1c54e347292c76a1b5edb94a3289d5448484ab8ac81",
|
|
46
46
|
"description": "Unofficial standalone Scrypted Tuya plugin with maximum advertised camera quality selection.",
|
|
47
47
|
"repository": {
|