homekit: increase connection limit

This commit is contained in:
Koushik Dutta
2021-09-27 11:28:04 -07:00
parent 78c1e81ea0
commit 72d53405cf
3 changed files with 4 additions and 4 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "@scrypted/homekit",
"version": "0.0.74",
"version": "0.0.75",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@scrypted/homekit",
"version": "0.0.74",
"version": "0.0.75",
"dependencies": {
"hap-nodejs": "file:../HAP-NodeJS",
"lodash": "^4.17.21",

View File

@@ -40,5 +40,5 @@
"@types/qrcode": "^1.4.1",
"@types/url-parse": "^1.4.3"
},
"version": "0.0.74"
"version": "0.0.75"
}

View File

@@ -627,7 +627,7 @@ addSupportedType({
}
const controller = new CameraController({
cameraStreamCount: 2,
cameraStreamCount: 8,
delegate,
streamingOptions,
recording: {