scrypted-tuya 0.1.1-beta → 0.1.2-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 CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.2-beta
4
+
5
+ - Accurately declare `codec: "hevc"`, `audio: { codec: "pcm_alaw" }`, `prebuffer: 4000`, and `oobCodecParameters: false` in `getVideoStreamOptions`.
6
+ - Enables Scrypted stream router to automatically trigger the H.264 / AAC transcoding pipeline for HomeKit HAP compliance.
7
+
3
8
  ## 0.1.1-beta
4
9
 
5
10
  - Tuya RTSP Bridge port 8600 default across full stack.
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.1-beta",
44
+ "version": "0.1.2-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": {