Unbridged camera.. how?! #1078
Unanswered
wingnut1979
asked this question in
Q&A
Replies: 1 comment 3 replies
-
update: Now I no longer get the spam messages about stuff being slow. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
OK I'm throwing in the towel.
I can't for the life of me figure out how to get the camera added while unbridged.
My config is below.
If I change the camera to bridged mode, it works fine - but then I get messages about how it's gonna be all slow.
I have plans to add several more cameras in the near future so I'd like to avoid unneeded slowness.
Will buy a pizza for anyone who can help me here!
{
"bridge": {
"name": "Homebridge 0E4E",
"username": "0E:53:43:76:0E:4E",
"port": 51874,
"pin": "949-73-827"
},
"accessories": [],
"platforms": [
{
"name": "Config",
"port": 8581,
"auth": "form",
"theme": "auto",
"tempUnits": "f",
"lang": "auto",
"platform": "config"
},
{
"name": "Camera FFmpeg",
"cameras": [
{
"name": "test1",
"manufacturer": "Reolink",
"unbridge": true,
"videoConfig": {
"source": "-i rtsp://user:pass@address//h264Preview_01_sub",
"maxStreams": 6,
"maxWidth": 0,
"maxHeight": 0,
"maxBitrate": 0,
"audio": true
}
}
],
"platform": "Camera-ffmpeg"
}
]
}
Beta Was this translation helpful? Give feedback.
All reactions