-
After successfully having it run over a couple of day, today it crashed with the following error:
...
Thu, 13 Oct 2016 07:36:22 GMT StreamController
Session:
ControllerAddress: 192.168.178.53
V…
-
I'm getting an error but I don't know if my camera is supported.
```
$ node -v
v6.7.0
$ npm -v
3.10.8
```
Foscam Fl9821W V2.1
1.5.3.19
2.21.2.27
```
Oct 04 21:33:11 osmc-bedroom homebridge[19977]:…
-
I just gave your new plugin a try.
It works fine and with the motion sensor it notifies me and presents the snapshot.
When I then click the picture it open a stream but stays black. So no streaming at…
-
After some time, I detected the following error that caused home bridge to crash.
(node:5438) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 254): Error: This socket has…
-
I've installed everything per the directions. Upon starting homebridge I get:
[TypeError: Cannot read property 'motionDetectAlarm' of undefined]
The camera does show up in my Elgato Eve app, but it …
-
My configuration file:
``` json
{
"bridge": {
"name": "Raspberry Pi",
"username": "CC:22:3D:E3:CE:30",
"port": 51826,
"pin": "321-43-519"
},
"description"…
-
Some trouble with onvif support on Hikvision DS-2CD833. Cam not detected by UI.
Run in term
`/usr/bin/zmonvif-probe.pl -v probe`
Answer
```
Probing for SOAP 1.1
Use of uninitialized value in concate…
-
The XML contains the MAC address but the parsed response contains "Infinity"
I suspect the MAC address is being parsed as a number or converted in some way...
https://github.com/luisiam/homebridge-f…
-
Hello all, have this probleme with my older FOSCAM FI8620 this cam support only h264
and work well with libvlc (but libvlc do not work under zm since long time) with ffmpeg have a blue screen and with…
-
At the moment, ZoneMinder stores all its video in jpegs. Not only is this a super old way of doing it, it's really inefficient and also causes a lot more I/O than is required.
There was a patch floa…