scrypted-tuya 0.1.0-beta.13 → 0.1.0-beta.15
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 +12 -0
- package/dist/plugin.zip +0 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.1.0-beta.15
|
|
4
|
+
|
|
5
|
+
- Restore stable `cloud-rtsp` stream ID and `MediaStreamUrl` output to fix Rebroadcast stream bindings.
|
|
6
|
+
- Let Scrypted's standard FFmpeg Camera mixin handle snapshot extraction from the P2P RTSP stream.
|
|
7
|
+
- Set `source: "local"` when P2P RTSP is configured so Scrypted enables unthrottled local rebroadcast and prebuffering.
|
|
8
|
+
|
|
9
|
+
## 0.1.0-beta.14
|
|
10
|
+
|
|
11
|
+
- Return `ScryptedMimeTypes.FFmpegInput` with `-rtsp_transport tcp` in `getVideoStream` for reliable Rebroadcast and FFmpeg streaming.
|
|
12
|
+
- Convert video streams to JPEG image buffers in `takePicture` for working snapshot generation.
|
|
13
|
+
- Dynamically label stream as `Smart Life P2P HD RTSP` (`id: p2p-hd-rtsp`) when P2P RTSP is configured.
|
|
14
|
+
|
|
3
15
|
## 0.1.0-beta.13
|
|
4
16
|
|
|
5
17
|
- Implement `Camera` interface (`takePicture` & `getPictureOptions`) using the active video stream (P2P HD RTSP or Cloud RTSP) for snapshots.
|
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.0-beta.
|
|
44
|
+
"version": "0.1.0-beta.15",
|
|
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": {
|