scrypted-tuya 0.1.0-beta.13 → 0.1.0-beta.14

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,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.0-beta.14
4
+
5
+ - Return `ScryptedMimeTypes.FFmpegInput` with `-rtsp_transport tcp` in `getVideoStream` for reliable Rebroadcast and FFmpeg streaming.
6
+ - Convert video streams to JPEG image buffers in `takePicture` for working snapshot generation.
7
+ - Dynamically label stream as `Smart Life P2P HD RTSP` (`id: p2p-hd-rtsp`) when P2P RTSP is configured.
8
+
3
9
  ## 0.1.0-beta.13
4
10
 
5
11
  - 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.13",
44
+ "version": "0.1.0-beta.14",
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": {