samemory / homebridge-eufy-security

Work in progress
Apache License 2.0
97 stars 14 forks source link

[Bug]: Motion Notifications Not Working in Home App #195

Closed PeterAlexander75 closed 2 years ago

PeterAlexander75 commented 2 years ago

What happened?

RC3 - despite no errors and everything being set up correctly, so far as I can see, the home app on iOS or Mac will not register motion and trigger a notification. The Eufy app does and works. Ring notifications and streaming are working fine.

EDIT: Normal logging level shows this error: [8/24/2021, 7:11:35 AM] [homebridge-eufy-security] This plugin generated a warning from the characteristic 'Motion Detected': Characteristic not in required or optional characteristic section for service CameraOperatingMode. Adding anyway.. See https://git.io/JtMGR for more info.

Plugin Version

v1.0.x (Supported)

HomeBridge Version

v1.3.x (Supported)

NodeJS Version

v14 (Supported)

Operating System

Mac OS X

Relevant log output

[2021-08-24T05:52:20.184Z] DEBUG: ef/4098 on v1.0.0-rc.3: Doorbell Property Changes:  --  personDetected { value: true, timestamp: 1629784339494 }
[2021-08-24T05:52:20.185Z] DEBUG: ef/4098 on v1.0.0-rc.3: Doorbell Property Changes:  --  personName { value: 'Unknown', timestamp: 1629784339494 }
[2021-08-24T05:52:20.185Z] DEBUG: ef/4098 on v1.0.0-rc.3: 
    Doorbell Property Changes:  --  pictureUrl {
      value: 'https://security-app-eu.eufylife.com/v1/s/g/[deletedbyme]',
      timestamp: 1629784339494
    }
[2021-08-24T05:52:20.187Z] DEBUG: ef/4098 on v1.0.0-rc.3: Doorbell Handle Camera motion: true
[2021-08-24T05:52:27.277Z] DEBUG: ef/4098 on v1.0.0-rc.3: Snapshot requested: 1280 x 720 Doorbell true
[2021-08-24T05:52:27.278Z] DEBUG: ef/4098 on v1.0.0-rc.3: Sending snapshot: 1280 x 720 Doorbell true
[2021-08-24T05:52:27.279Z] DEBUG: ef/4098 on v1.0.0-rc.3: Thumbnail URL:  -i https://security-app-eu.eufylife.com/v1/s/g/[deletedbyme]
[2021-08-24T05:52:27.305Z] DEBUG: ef/4098 on v1.0.0-rc.3: Snapshot command: /usr/local/lib/node_modules/homebridge-eufy-security/node_modules/ffmpeg-for-homebridge/ffmpeg -i https://security-app-eu.eufylife.com/v1/s/g/[deletedbyme] -frames:v 1 -filter:v scale=1280:720,scale='trunc(iw/2)*2':'trunc(ih/2)*2' -f image2 - Doorbell true
lenoxys commented 2 years ago

[2021-08-24T05:52:20.187Z] DEBUG: ef/4098 on v1.0.0-rc.3: Doorbell Handle Camera motion: true Should be reflected on homekit

In Home App, if you go into camera setting and then notification, what is configured ?

lenoxys commented 2 years ago
[8/24/2021, 7:11:35 AM] [homebridge-eufy-security] This plugin generated a warning from the characteristic 'Motion Detected': Characteristic not in required or optional characteristic section for service CameraOperatingMode. Adding anyway.. See https://git.io/JtMGR for more info.

This can be an artifact, can you clear cache accessory for the one which are videostreaming device ? Use the Remove Single Cached Accessory within Homebridge Settings

PeterAlexander75 commented 2 years ago

So:-

  1. Cleared the cache and
  2. Checked the doorbell has notifications turned on on Home App. It doesn't by default, when clearing the cache, but went and turn on again.

Tested, doesn't work. Eufy app give me a push notification, Home app does not. The motion detection still shows this in logs:-

[8/24/2021, 4:05:05 PM] [homebridge-eufy-security] This plugin generated a warning from the characteristic 'Motion Detected': Characteristic not in required or optional characteristic section for service CameraOperatingMode. Adding anyway.. See https://git.io/JtMGR for more info.

Prior to clearing the cache and restarting homebridge, I do have this in the logs:-

[8/24/2021, 4:00:54 PM] [EufySecurity] Push Closed!

Not sure if related, but it seems like an isolated occurrence.

PeterAlexander75 commented 2 years ago

Debug log for when testing motion

[2021-08-24T15:19:15.154Z] DEBUG: ef/35400 on v1.0.0-rc.3: Doorbell Property Changes: -- personDetected { value: true, timestamp: 1629818356570 } [2021-08-24T15:19:15.155Z] DEBUG: ef/35400 on v1.0.0-rc.3: Doorbell Property Changes: -- personName { value: 'Unknown', timestamp: 1629818356570 } [2021-08-24T15:19:15.156Z] DEBUG: ef/35400 on v1.0.0-rc.3: Doorbell Property Changes: -- pictureUrl { value: 'https://security-app-eu.eufylife.com/v1/s/g/xxx', timestamp: 1629818356570 } [2021-08-24T15:19:15.156Z] DEBUG: ef/35400 on v1.0.0-rc.3: Doorbell Handle Camera motion: true [2021-08-24T15:19:23.395Z] DEBUG: ef/35400 on v1.0.0-rc.3: Snapshot requested: 1280 x 720 Doorbell true [2021-08-24T15:19:23.395Z] DEBUG: ef/35400 on v1.0.0-rc.3: Sending snapshot: 1280 x 720 Doorbell true [2021-08-24T15:19:23.395Z] DEBUG: ef/35400 on v1.0.0-rc.3: Thumbnail URL: -i https://security-app-eu.eufylife.com/v1/s/g/xxxx [2021-08-24T15:19:23.424Z] DEBUG: ef/35400 on v1.0.0-rc.3: Snapshot command: /usr/local/lib/node_modules/homebridge-eufy-security/node_modules/ffmpeg-for-homebridge/ffmpeg -i https://security-app-eu.eufylife.com/v1/s/g/xxxxx -frames:v 1 -filter:v scale=1280:720,scale='trunc(iw/2)2':'trunc(ih/2)2' -f image2 - Doorbell true [2021-08-24T15:19:25.165Z] DEBUG: ef/35400 on v1.0.0-rc.3: Doorbell Property Changes: -- personDetected { value: false, timestamp: 1629818365164 } [2021-08-24T15:19:25.165Z] DEBUG: ef/35400 on v1.0.0-rc.3: Doorbell Property Changes: -- personName { value: '', timestamp: 1629818365164 } [2021-08-24T15:19:33.926Z] DEBUG: ef/35400 on v1.0.0-rc.3: Snapshot requested: 1280 x 720 Doorbell true [2021-08-24T15:19:33.926Z] DEBUG: ef/35400 on v1.0.0-rc.3: Sending snapshot: 1280 x 720 Doorbell true [2021-08-24T15:19:33.926Z] DEBUG: ef/35400 on v1.0.0-rc.3: Thumbnail URL: -i https://security-app-eu.eufylife.com/v1/s/g/xxxxx [2021-08-24T15:19:33.953Z] DEBUG: ef/35400 on v1.0.0-rc.3: Snapshot command: /usr/local/lib/node_modules/homebridge-eufy-security/node_modules/ffmpeg-for-homebridge/ffmpeg -i https://security-app-eu.eufylife.com/v1/s/g/xxxxx -frames:v 1 -filter:v scale=1280:720,scale='trunc(iw/2)2':'trunc(ih/2)2' -f image2 - Doorbell true [2021-08-24T15:19:44.403Z] DEBUG: ef/35400 on v1.0.0-rc.3: Snapshot requested: 1280 x 720 Doorbell true [2021-08-24T15:19:44.403Z] DEBUG: ef/35400 on v1.0.0-rc.3: Sending snapshot: 1280 x 720 Doorbell true [2021-08-24T15:19:44.403Z] DEBUG: ef/35400 on v1.0.0-rc.3: Thumbnail URL: -i https://security-app-eu.eufylife.com/v1/s/g/xxxxx [2021-08-24T15:19:44.431Z] DEBUG: ef/35400 on v1.0.0-rc.3: Snapshot command: /usr/local/lib/node_modules/homebridge-eufy-security/node_modules/ffmpeg-for-homebridge/ffmpeg -i https://security-app-eu.eufylife.com/v1/s/g/xxxxx -frames:v 1 -filter:v scale=1280:720,scale='trunc(iw/2)2':'trunc(ih/2)2' -f image2 - Doorbell true

lenoxys commented 2 years ago

Found the issue. Can you test and confirm it's fixed on rc4 ?

PeterAlexander75 commented 2 years ago

Found the issue. Can you test and confirm it's fixed on rc4 ?

Regretfully not. Cleared the cache, rechecked the camera. Turned notifications on. Eufy app sends motion notification, Home App does not. Streaming, HomePod chimes and doorbell presses, as well as alarm system status changes all trigger notifications successfully.

[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Found 1 stations.
[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Found Station T8010P2320410243 Homebase STATION { value: '192.168.1.175', timestamp: 1629807822000 }
[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Found 7 devices.
[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Found device T8900P00203925A1 Conservatory SENSOR
[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Found device T8222P00203700B7 Doorbell BATTERY_DOORBELL_2
[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Found device T8910P0020410516 Kitchen MOTION_SENSOR
[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Found device T8900P0020421DD9 Front Door SENSOR
[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Found device T8900P0020421DAC Kitchen SENSOR
[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Found device T8960P0020401360 Front Door KEYPAD
[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Found device T8910P002051051C Landing MOTION_SENSOR
[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Homebase UUID: c64f6c4b-c52f-4130-947b-afa3c08682e5
[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Homebase Constructed Station
[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] INFO:  Restoring existing accessory from cache: Homebase
[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Conservatory UUID: f3cfbc09-aea4-47ad-a95d-93bf486a79a6
[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Conservatory has a batteryLow, so append StatusLowBattery characteristic to him.
[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Conservatory Constructed Entry Sensor
[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Conservatory has a sensorOpen, so append ContactSensorState characteristic to him.
[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] INFO:  Restoring existing accessory from cache: Conservatory
[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell UUID: b0a0efa0-3fc1-4415-995a-acfc6cf24f60
[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell has a battery, so append Battery characteristic to him.
[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell Constructed Camera
[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell has a camera
[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell has a isEnabled, so append switchEnabledService characteristic to him.
[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell has a isMotionDetectionEnabled, so append switchMotionService characteristic to him.
[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell Constructed Doorbell
[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] INFO:  Restoring existing accessory from cache: Doorbell
[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Kitchen UUID: 6905f1a9-1250-4402-bc22-4fa167e04c58
[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Kitchen has a batteryLow, so append StatusLowBattery characteristic to him.
[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Kitchen Constructed Motion Sensor
[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Kitchen has a motionDetected, so append MotionDetected characteristic to him.
[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] INFO:  Restoring existing accessory from cache: Kitchen
[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Front Door UUID: fc40cdeb-3458-456d-aaf0-74cbc1a36dfc
[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Front Door has a batteryLow, so append StatusLowBattery characteristic to him.
[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Front Door Constructed Entry Sensor
[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Front Door has a sensorOpen, so append ContactSensorState characteristic to him.
[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] INFO:  Restoring existing accessory from cache: Front Door
[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Kitchen UUID: 4101b404-8d37-41ff-9ac5-29224da05da5
[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Kitchen has a batteryLow, so append StatusLowBattery characteristic to him.
[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Kitchen Constructed Entry Sensor
[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Kitchen has a sensorOpen, so append ContactSensorState characteristic to him.
[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] INFO:  Restoring existing accessory from cache: Kitchen
[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Front Door UUID: a6b0827c-eca0-4ee0-b1c8-e033e114ac1e
[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Front Door has a batteryLow, so append StatusLowBattery characteristic to him.
[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Front Door Constructed Keypad
[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] INFO:  Restoring existing accessory from cache: Front Door
[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Landing UUID: 68ccaa57-a062-44af-8a81-15222bb3cf48
[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Landing has a batteryLow, so append StatusLowBattery characteristic to him.
[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Landing Constructed Motion Sensor
[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Landing has a motionDetected, so append MotionDetected characteristic to him.
[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] INFO:  Restoring existing accessory from cache: Landing
[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell Property Changes: pictureUrl {
  value: 'https://zhixin-security-eu.s3.eu-central-1.amazonaws.com/thumb/XXXXXX',
  timestamp: 1629834311000
}
[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell Raw Property Changes: 1710 {
  notification_motion_onoff: 1,
  notification_ring_onoff: 1,
  notification_style: 1
} 1623828946000
[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Conservatory GET DeviceSensorOpen: { value: false, timestamp: 1629036940000 }
[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Kitchen GET DeviceMotionDetected: { value: false, timestamp: 0 }
[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Kitchen GET DeviceSensorOpen: { value: false, timestamp: 1613226694000 }
[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Landing GET DeviceMotionDetected: { value: false, timestamp: 0 }
[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Front Door GET DeviceSensorOpen: { value: false, timestamp: 1613226377000 }
[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Front Door Triggered GET Active
[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Homebase GET SecuritySystemCurrentState
[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Homebase Connected to Eufy API
[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Homebase Eufy Guard Mode:  { value: 1, timestamp: 1629807822000 }
[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Homebase GET SecuritySystemTargetState
[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Homebase Connected to Eufy API
[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Homebase Eufy Guard Mode:  { value: 1, timestamp: 1629807822000 }
[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell GET DeviceBattery: { value: 95, timestamp: 1626248061000 }
[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell Triggered GET EventSnapshotsActive: 0
[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell Triggered GET HomeKitCameraActive: 0
[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell GET DeviceMotionDetected: { value: false, timestamp: 0 }
[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell GET DeviceEnabled: { value: true, timestamp: 1623402305000 }
[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Conservatory GET DeviceBatteryLow: { value: false, timestamp: 1629834524610 }
[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Kitchen GET DeviceBatteryLow: { value: false, timestamp: 1629834524611 }
[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Kitchen GET DeviceBatteryLow: { value: false, timestamp: 1629834524612 }
[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Landing GET DeviceBatteryLow: { value: false, timestamp: 1629834524612 }
[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Front Door GET DeviceBatteryLow: { value: false, timestamp: 1629834524611 }
[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Front Door GET DeviceBatteryLow: { value: false, timestamp: 1629834524612 }
[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Homebase Handle Current System state: 0
[8/24/2021, 8:48:44 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell GET DeviceMotionDetection: { value: true, timestamp: 1623577167000 }
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Homebase Handle Station Raw Property Changes: 1151 1 1629834525123
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Homebase Handle Station Property Changes: currentMode { value: 1, timestamp: 1629834525123 }
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Homebase Handle Station Raw Property Changes: 1102 12818 1629834525123
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Homebase Handle Station Raw Property Changes: 1154 0 1629834525123
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Homebase Handle Station Raw Property Changes: 1201 0 1629834525123
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Homebase Handle Station Raw Property Changes: 1147 1629834524 1629834525123
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Homebase Handle Station Raw Property Changes: 1137 0 1629834525123
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Homebase Handle Station Raw Property Changes: 1162 0 1629834525123
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Homebase Handle Station Raw Property Changes: 1165 [] 1629834525123
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Front Door Raw Property Changes: 1141 -79 1629834525123
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Front Door Property Changes: wifiRssi { value: -79, timestamp: 1629834525123 }
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Front Door Property Changes: wifiSignalLevel { value: 2, timestamp: 1629834525123 }
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Front Door Raw Property Changes: 1169 0 1629834525123
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Front Door Raw Property Changes: 1170 0 1629834525123
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Front Door Raw Property Changes: 1174 0 1629834525123
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Front Door Raw Property Changes: 1175 0 1629834525123
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Kitchen Raw Property Changes: 1141 -73 1629834525123
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Kitchen Property Changes: wifiRssi { value: -73, timestamp: 1629834525123 }
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Kitchen Raw Property Changes: 1169 0 1629834525123
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Kitchen Raw Property Changes: 1170 0 1629834525123
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Kitchen Raw Property Changes: 1174 0 1629834525123
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Kitchen Raw Property Changes: 1175 0 1629834525123
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Conservatory Raw Property Changes: 1141 -69 1629834525123
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Conservatory Property Changes: wifiRssi { value: -69, timestamp: 1629834525123 }
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Conservatory Property Changes: wifiSignalLevel { value: 3, timestamp: 1629834525123 }
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Conservatory Raw Property Changes: 1169 0 1629834525123
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Conservatory Raw Property Changes: 1170 0 1629834525123
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Conservatory Raw Property Changes: 1174 0 1629834525123
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Conservatory Raw Property Changes: 1175 0 1629834525123
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Kitchen Raw Property Changes: 1141 -67 1629834525123
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Kitchen Raw Property Changes: 1169 0 1629834525123
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Kitchen Raw Property Changes: 1170 0 1629834525123
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Kitchen Raw Property Changes: 1174 0 1629834525123
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Kitchen Raw Property Changes: 1175 0 1629834525123
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Kitchen Raw Property Changes: 1605 1615878189000 1629834525123
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Kitchen Property Changes: motionSensorPirEvent { value: 1615878189000, timestamp: 1629834525123 }
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Front Door Raw Property Changes: 1134 0 1629834525123
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Front Door Raw Property Changes: 1141 -71 1629834525123
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Front Door Property Changes: wifiRssi { value: -71, timestamp: 1629834525123 }
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Front Door Raw Property Changes: 1149 0 1629834525123
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Front Door Raw Property Changes: 1150 0 1629834525123
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Front Door Raw Property Changes: 1164 0 1629834525123
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Front Door Raw Property Changes: 1169 0 1629834525123
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Front Door Raw Property Changes: 1170 0 1629834525123
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Front Door Raw Property Changes: 1174 0 1629834525123
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Front Door Raw Property Changes: 1175 0 1629834525123
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Front Door Raw Property Changes: 1655 2 1629834525123
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Landing Raw Property Changes: 1141 -70 1629834525123
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Landing Raw Property Changes: 1169 0 1629834525123
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Landing Raw Property Changes: 1170 0 1629834525123
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Landing Raw Property Changes: 1174 0 1629834525123
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Landing Raw Property Changes: 1175 0 1629834525123
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Landing Raw Property Changes: 1605 1613299514000 1629834525123
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Landing Property Changes: motionSensorPirEvent { value: 1613299514000, timestamp: 1629834525123 }
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell Raw Property Changes: 1101 94 1629834525123
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell Property Changes: battery { value: 94, timestamp: 1629834525123 }
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell Raw Property Changes: 1138 18 1629834525123
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell Property Changes: batteryTemperature { value: 18, timestamp: 1629834525123 }
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell Raw Property Changes: 1141 0 1629834525123
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell Raw Property Changes: 1142 -62 1629834525123
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell Property Changes: wifiRssi { value: -62, timestamp: 1629834525123 }
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell Property Changes: wifiSignalLevel { value: 4, timestamp: 1629834525123 }
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell Raw Property Changes: 1154 0 1629834525123
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell Raw Property Changes: 1167 0 1629834525123
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell Raw Property Changes: 1168 0 1629834525123
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell Raw Property Changes: 1169 0 1629834525123
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell Raw Property Changes: 1170 0 1629834525123
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell Raw Property Changes: 1172 0 1629834525123
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell Raw Property Changes: 1173 0 1629834525123
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell Raw Property Changes: 1174 0 1629834525123
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell Raw Property Changes: 1175 0 1629834525123
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell Raw Property Changes: 1182 0 1629834525123
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell Raw Property Changes: 1202 0 1629834525123
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell Raw Property Changes: 1400 0 1629834525123
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell Property Changes: pictureUrl {
  value: 'https://zhixin-security-eu.s3.eu-central-1.amazonaws.com/thumb/xxxxxxx',
  timestamp: 1629834311000
}
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell Raw Property Changes: 1710 {
  notification_motion_onoff: 1,
  notification_ring_onoff: 1,
  notification_style: 1
} 1623828946000
[8/24/2021, 8:48:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Homebase Handle Station Raw Property Changes: 1147 1629834525 1629834525591
[8/24/2021, 8:48:46 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell Triggered SET HomeKitCameraActive: 1
[8/24/2021, 8:48:46 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell Triggered SET EventSnapshotsActive: 1
[8/24/2021, 8:48:46 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell Triggered SET HomeKitCameraActive: 1
[8/24/2021, 8:48:46 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell Triggered SET EventSnapshotsActive: 1
[8/24/2021, 8:48:47 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Front Door Triggered GET Active
[8/24/2021, 8:48:47 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Front Door GET DeviceSensorOpen: { value: false, timestamp: 1613226377000 }
[8/24/2021, 8:48:47 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Front Door GET DeviceBatteryLow: { value: false, timestamp: 1629834524612 }
[8/24/2021, 8:48:47 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Front Door GET DeviceBatteryLow: { value: false, timestamp: 1629834524611 }
[8/24/2021, 8:48:55 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Push Connected!
[8/24/2021, 8:49:09 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell GET DeviceMotionDetected: { value: false, timestamp: 0 }
[8/24/2021, 8:49:09 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell GET DeviceEnabled: { value: true, timestamp: 1623402305000 }
[8/24/2021, 8:49:09 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Homebase GET SecuritySystemTargetState
[8/24/2021, 8:49:09 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Homebase Connected to Eufy API
[8/24/2021, 8:49:09 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Homebase Eufy Guard Mode:  { value: 1, timestamp: 1629807822000 }
[8/24/2021, 8:49:09 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Homebase GET SecuritySystemCurrentState
[8/24/2021, 8:49:09 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Homebase Connected to Eufy API
[8/24/2021, 8:49:09 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Homebase Eufy Guard Mode:  { value: 1, timestamp: 1629807822000 }
[8/24/2021, 8:49:09 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell GET DeviceMotionDetection: { value: true, timestamp: 1623577167000 }
[8/24/2021, 8:49:09 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Homebase Handle Current System state: 0
[8/24/2021, 8:49:12 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Homebase GET SecuritySystemCurrentState
[8/24/2021, 8:49:12 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Homebase Connected to Eufy API
[8/24/2021, 8:49:12 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Homebase Eufy Guard Mode:  { value: 1, timestamp: 1629807822000 }
[8/24/2021, 8:49:12 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Homebase GET SecuritySystemTargetState
[8/24/2021, 8:49:12 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Homebase Connected to Eufy API
[8/24/2021, 8:49:12 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Homebase Eufy Guard Mode:  { value: 1, timestamp: 1629807822000 }
[8/24/2021, 8:49:12 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Kitchen GET DeviceSensorOpen: { value: false, timestamp: 1613226694000 }
[8/24/2021, 8:49:12 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Front Door Triggered GET Active
[8/24/2021, 8:49:12 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell GET DeviceMotionDetected: { value: false, timestamp: 0 }
[8/24/2021, 8:49:12 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell GET DeviceEnabled: { value: true, timestamp: 1623402305000 }
[8/24/2021, 8:49:12 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Front Door GET DeviceSensorOpen: { value: false, timestamp: 1613226377000 }
[8/24/2021, 8:49:12 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Conservatory GET DeviceSensorOpen: { value: false, timestamp: 1629036940000 }
[8/24/2021, 8:49:12 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Landing GET DeviceMotionDetected: { value: false, timestamp: 0 }
[8/24/2021, 8:49:12 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Kitchen GET DeviceMotionDetected: { value: false, timestamp: 0 }
[8/24/2021, 8:49:12 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Homebase Handle Current System state: 0
[8/24/2021, 8:49:12 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Kitchen GET DeviceBatteryLow: { value: false, timestamp: 1629834524612 }
[8/24/2021, 8:49:12 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Front Door GET DeviceBatteryLow: { value: false, timestamp: 1629834524612 }
[8/24/2021, 8:49:12 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell GET DeviceMotionDetection: { value: true, timestamp: 1623577167000 }
[8/24/2021, 8:49:12 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Front Door GET DeviceBatteryLow: { value: false, timestamp: 1629834524611 }
[8/24/2021, 8:49:12 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Conservatory GET DeviceBatteryLow: { value: false, timestamp: 1629834524610 }
[8/24/2021, 8:49:12 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Landing GET DeviceBatteryLow: { value: false, timestamp: 1629834524612 }
[8/24/2021, 8:49:12 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Kitchen GET DeviceBatteryLow: { value: false, timestamp: 1629834524611 }
[8/24/2021, 8:49:13 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell GET Thumbnail URL: https://zhixin-security-eu.s3.eu-central-1.amazonaws.com/thumb/xxxxxxxxx
[8/24/2021, 8:49:13 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Snapshot command: /usr/local/lib/node_modules/homebridge-eufy-security/node_modules/ffmpeg-for-homebridge/ffmpeg -i https://zhixin-security-eu.s3.eu-central-1.amazonaws.comxxxxxxx -frames:v 1 -filter:v scale=1280:720,scale='trunc(iw/2)*2':'trunc(ih/2)*2' -f image2 - Doorbell true
[8/24/2021, 8:49:19 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell stream URL:  rtmp://p2p-vir-9.eufylife.com/hls/xxxxxxx?time=1629834859&token=8a5aeed2186fd8c323eed68b7cce8d0a
[8/24/2021, 8:49:19 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Video stream requested: 1280 x 720, 30 fps, 299 kbps Doorbell true
[8/24/2021, 8:49:19 PM] [EufySecurity-1.0.0-rc.5] INFO:  Starting video stream: 1280 x 720, 30 fps, 299 kbps Doorbell
[8/24/2021, 8:49:19 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Stream command: /usr/local/lib/node_modules/homebridge-eufy-security/node_modules/ffmpeg-for-homebridge/ffmpeg -i rtmp://p2p-vir-9.eufylife.com/hls/xxxxxxx?time=1629834859&token=8a5aeed2186fd8c323eed68b7cce8d0a -an -sn -dn -codec:v libx264 -pix_fmt yuv420p -color_range mpeg -f rawvideo -preset ultrafast -filter:v scale=1280:720,scale='trunc(iw/2)*2':'trunc(ih/2)*2' -b:v 299k -payload_type 99 -ssrc 4686532 -f rtp -srtp_out_suite AES_CM_128_HMAC_SHA1_80 -srtp_out_params A2ol1xmVkloji70cx7yud+BGn1nBFnX6wRD02fyF srtp://192.168.1.181:63229?rtcpport=63229&pkt_size=1316 -vn -sn -dn -ssrc 10628457 -f rtp -srtp_out_suite AES_CM_128_HMAC_SHA1_80 -srtp_out_params bLP4febFyME/GU1+x+i9zJ/5561w9lAF43IhmkDR srtp://192.168.1.181:60436?rtcpport=60436&pkt_size=188 -loglevel level+verbose Doorbell true
[8/24/2021, 8:49:19 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info] ffmpeg version 4.3.1 Copyright (c) 2000-2020 the FFmpeg developers
[8/24/2021, 8:49:19 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   built with Apple clang version 11.0.3 (clang-1103.0.32.62)
[8/24/2021, 8:49:19 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   configuration: --enable-videotoolbox --pkgconfigdir=/Users/runner/work/ffmpeg-for-homebridge/ffmpeg-for-homebridge/build/workspace/lib/pkgconfig --prefix=/Users/runner/work/ffmpeg-for-homebridge/ffmpeg-for-homebridge/build/workspace --pkg-config-flags=--static --extra-cflags=-I/Users/runner/work/ffmpeg-for-homebridge/ffmpeg-for-homebridge/build/workspace/include --extra-ldflags=-L/Users/runner/work/ffmpeg-for-homebridge/ffmpeg-for-homebridge/build/workspace/lib --extra-libs='-lpthread -lm' --enable-static --disable-debug --disable-shared --disable-ffplay --disable-doc --enable-openssl --enable-gpl --enable-version3 --enable-nonfree --enable-pthreads --enable-libvpx --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libx264 --enable-runtime-cpudetect --enable-libfdk-aac --enable-avfilter --enable-libopencore_amrwb --enable-libopencore_amrnb --enable-filters --enable-decoder=h264 --enable-network --enable-protocol=tcp --enable-libspeex --enable-demuxer=rtsp
[8/24/2021, 8:49:19 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   libavutil      56. 51.100 / 56. 51.100
[8/24/2021, 8:49:19 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   libavcodec     58. 91.100 / 58. 91.100
[8/24/2021, 8:49:19 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   libavformat    58. 45.100 / 58. 45.100
[8/24/2021, 8:49:19 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   libavdevice    58. 10.100 / 58. 10.100
[8/24/2021, 8:49:19 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   libavfilter     7. 85.100 /  7. 85.100
[8/24/2021, 8:49:19 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   libswscale      5.  7.100 /  5.  7.100
[8/24/2021, 8:49:19 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   libswresample   3.  7.100 /  3.  7.100
[8/24/2021, 8:49:19 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   libpostproc    55.  7.100 / 55.  7.100
[8/24/2021, 8:49:19 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [tcp @ 0x7f90a6c12cc0] [verbose] Starting connection attempt to 99.83.230.132 port 1935
[8/24/2021, 8:49:19 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [tcp @ 0x7f90a6c12cc0] [verbose] Successfully connected to 99.83.230.132 port 1935
[8/24/2021, 8:49:19 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [h264 @ 0x7f9097008800] [verbose] Reinit context to 1920x1088, pix_fmt: yuv420p
[8/24/2021, 8:49:20 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info] Input #0, flv, from 'rtmp://p2p-vir-9.eufylife.com/hls/VDgwMTBQMjMyMDQxMDI0M18wXzJf?time=1629834859&token=8a5aeed2186fd8c323eed68b7cce8d0a':
[8/24/2021, 8:49:20 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   Metadata:
[8/24/2021, 8:49:20 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     Server          : NGINX HTTP-FLV (https://github.com/winshining/nginx-http-flv-module)
[8/24/2021, 8:49:20 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     displayWidth    : 1920
[8/24/2021, 8:49:20 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     displayHeight   : 1080
[8/24/2021, 8:49:20 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info] 
[8/24/2021, 8:49:20 PM] [EufySecurity-1.0.0-rc.5] DEBUG:     fps             : 0
[8/24/2021, 8:49:20 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     profile         : 
[8/24/2021, 8:49:20 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     level           : 
[8/24/2021, 8:49:20 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   Duration: 00:00:00.00, start: 0.000000, bitrate: N/A
[8/24/2021, 8:49:20 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     Stream #0:0: Data: none
[8/24/2021, 8:49:20 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     Stream #0:1: Video: h264 (High), 1 reference frame, yuv420p(progressive, left), 1920x1080 (1920x1088), 15.17 fps, 15.15 tbr, 1k tbn, 30 tbc
[8/24/2021, 8:49:20 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     Stream #0:2: Audio: aac (LC), 16000 Hz, mono, fltp, 63 kb/s
[8/24/2021, 8:49:20 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info] Stream mapping:
[8/24/2021, 8:49:20 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   Stream #0:1 -> #0:0 (h264 (native) -> h264 (libx264))
[8/24/2021, 8:49:20 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   Stream #0:2 -> #1:0 (aac (native) -> pcm_mulaw (native))
[8/24/2021, 8:49:20 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info] Press [q] to stop, [?] for help
[8/24/2021, 8:49:20 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [h264 @ 0x7f90a881d400] [verbose] Reinit context to 1920x1088, pix_fmt: yuv420p
[8/24/2021, 8:49:20 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [graph_1_in_0_2 @ 0x7f90a6e34a40] [verbose] tb:1/16000 samplefmt:fltp samplerate:16000 chlayout:0x4
[8/24/2021, 8:49:20 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [format_out_1_0 @ 0x7f90a6e34f40] [verbose] auto-inserting filter 'auto_resampler_0' between the filter 'Parsed_anull_0' and the filter 'format_out_1_0'
[8/24/2021, 8:49:20 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [auto_resampler_0 @ 0x7f90a6d10000] [verbose] ch:1 chl:mono fmt:fltp r:16000Hz -> ch:1 chl:mono fmt:s16 r:16000Hz
[8/24/2021, 8:49:20 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info] Output #1, rtp, to 'srtp://192.168.1.181:60436?rtcpport=60436&pkt_size=188':
[8/24/2021, 8:49:20 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   Metadata:
[8/24/2021, 8:49:20 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     Server          : NGINX HTTP-FLV (https://github.com/winshining/nginx-http-flv-module)
[8/24/2021, 8:49:20 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     displayWidth    : 1920
[8/24/2021, 8:49:20 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     displayHeight   : 1080
[8/24/2021, 8:49:20 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     fps             : 0
[8/24/2021, 8:49:20 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     profile         : 
[8/24/2021, 8:49:20 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     level           : 
[8/24/2021, 8:49:20 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     encoder         : Lavf58.45.100
[8/24/2021, 8:49:20 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     Stream #1:0: Audio: pcm_mulaw, 16000 Hz, mono, s16, 128 kb/s
[8/24/2021, 8:49:20 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     Metadata:
[8/24/2021, 8:49:20 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]       encoder         : Lavc58.91.100 pcm_mulaw
[8/24/2021, 8:49:20 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [Parsed_scale_0 @ 0x7f9056d04f40] [verbose] w:1280 h:720 flags:'bicubic' interl:0
[8/24/2021, 8:49:20 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [Parsed_scale_1 @ 0x7f9056d05680] [verbose] w:trunc(iw/2)*2 h:trunc(ih/2)*2 flags:'bicubic' interl:0
[8/24/2021, 8:49:20 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [graph 0 input from stream 0:1 @ 0x7f9056d063c0] [verbose] w:1920 h:1080 pixfmt:yuv420p tb:1/1000 fr:500/33 sar:0/1
[8/24/2021, 8:49:20 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [Parsed_scale_0 @ 0x7f9056d04f40] [verbose] w:1920 h:1080 fmt:yuv420p sar:0/1 -> w:1280 h:720 fmt:yuv420p sar:0/1 flags:0x4
[8/24/2021, 8:49:20 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [Parsed_scale_1 @ 0x7f9056d05680] [verbose] w:1280 h:720 fmt:yuv420p sar:0/1 -> w:1280 h:720 fmt:yuv420p sar:0/1 flags:0x4
[8/24/2021, 8:49:20 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [libx264 @ 0x7f90a8812800] [info] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2
[8/24/2021, 8:49:20 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [libx264 @ 0x7f90a8812800] [info] profile Constrained Baseline, level 3.1, 4:2:0, 8-bit
[8/24/2021, 8:49:20 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info] Output #0, rtp, to 'srtp://192.168.1.181:63229?rtcpport=63229&pkt_size=1316':
[8/24/2021, 8:49:20 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   Metadata:
[8/24/2021, 8:49:20 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     Server          : NGINX HTTP-FLV (https://github.com/winshining/nginx-http-flv-module)
[8/24/2021, 8:49:20 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     displayWidth    : 1920
[8/24/2021, 8:49:20 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     displayHeight   : 1080
[8/24/2021, 8:49:20 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     fps             : 0
[8/24/2021, 8:49:20 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     profile         : 
[8/24/2021, 8:49:20 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     level           : 
[8/24/2021, 8:49:20 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     encoder         : Lavf58.45.100
[8/24/2021, 8:49:20 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     Stream #0:0: Video: h264 (libx264), 1 reference frame, yuv420p(tv, left), 1280x720, q=-1--1, 299 kb/s, 15.15 fps, 90k tbn, 15.15 tbc
[8/24/2021, 8:49:20 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     Metadata:
[8/24/2021, 8:49:20 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]       encoder         : Lavc58.91.100 libx264
[8/24/2021, 8:49:20 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     Side data:
[8/24/2021, 8:49:20 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]       cpb: bitrate max/min/avg: 0/0/299000 buffer size: 0 vbv_delay: N/A
[8/24/2021, 8:49:21 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info] frame=   50 fps=0.0 q=18.0 size=      65kB time=00:00:03.84 bitrate= 139.0kbits/s speed=7.62x    
[8/24/2021, 8:49:21 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info] frame=   67 fps= 66 q=18.0 size=     102kB time=00:00:04.99 bitrate= 167.0kbits/s speed= 4.9x    
[8/24/2021, 8:49:21 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [h264 @ 0x7f90a7817800] [verbose] Reinit context to 1920x1088, pix_fmt: yuvj420p
[8/24/2021, 8:49:22 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info] frame=   86 fps= 55 q=18.0 size=     159kB time=00:00:06.12 bitrate= 212.5kbits/s speed=3.95x    
[8/24/2021, 8:49:22 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [Parsed_scale_0 @ 0x7f9056c06140] [verbose] w:1280 h:720 flags:'bicubic' interl:0
[8/24/2021, 8:49:22 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [Parsed_scale_1 @ 0x7f9056c05d80] [verbose] w:trunc(iw/2)*2 h:trunc(ih/2)*2 flags:'bicubic' interl:0
[8/24/2021, 8:49:22 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [graph 0 input from stream 0:1 @ 0x7f9056c05280] [verbose] w:1920 h:1080 pixfmt:yuvj420p tb:1/1000 fr:500/33 sar:0/1
[8/24/2021, 8:49:22 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [scaler_out_0_0 @ 0x7f9056c06500] [verbose] w:1280 h:720 flags:'bicubic' interl:0
[8/24/2021, 8:49:22 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [swscaler @ 0x7f9060ac8000] [warning] deprecated pixel format used, make sure you did set range correctly
[8/24/2021, 8:49:22 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [Parsed_scale_0 @ 0x7f9056c06140] [verbose] w:1920 h:1080 fmt:yuvj420p sar:0/1 -> w:1280 h:720 fmt:yuvj420p sar:0/1 flags:0x4
[8/24/2021, 8:49:22 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [Parsed_scale_1 @ 0x7f9056c05d80] [verbose] w:1280 h:720 fmt:yuvj420p sar:0/1 -> w:1280 h:720 fmt:yuvj420p sar:0/1 flags:0x4
[8/24/2021, 8:49:22 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [swscaler @ 0x7f9060ad8000] [warning] deprecated pixel format used, make sure you did set range correctly
[8/24/2021, 8:49:22 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [scaler_out_0_0 @ 0x7f9056c06500] [verbose] w:1280 h:720 fmt:yuvj420p sar:0/1 -> w:1280 h:720 fmt:yuv420p sar:0/1 flags:0x4
[8/24/2021, 8:49:22 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info] frame=  109 fps= 53 q=29.0 size=     304kB time=00:00:07.74 bitrate= 321.5kbits/s speed=3.75x    
[8/24/2021, 8:49:23 PM] [EufySecurity-1.0.0-rc.5] INFO:  Stopped video stream. Doorbell
[8/24/2021, 8:49:23 PM] [EufySecurity-1.0.0-rc.5] DEBUG: FFmpeg exited with code: null and signal: SIGKILL (Expected) Doorbell true
[8/24/2021, 8:49:23 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell GET DeviceBattery: { value: 94, timestamp: 1629834525123 }
[8/24/2021, 8:49:35 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell stream URL:  rtmp://p2p-vir-9.eufylife.com/hls/VDgwMTBQMjMyMDQxMDI0M18wXzJf?time=1629834874&token=b567c19435a0012d552441872c30b67a
[8/24/2021, 8:49:35 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Video stream requested: 1280 x 720, 30 fps, 299 kbps Doorbell true
[8/24/2021, 8:49:35 PM] [EufySecurity-1.0.0-rc.5] INFO:  Starting video stream: 1280 x 720, 30 fps, 299 kbps Doorbell
[8/24/2021, 8:49:35 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Stream command: /usr/local/lib/node_modules/homebridge-eufy-security/node_modules/ffmpeg-for-homebridge/ffmpeg -i rtmp://p2p-vir-9.eufylife.com/hls/xxxxxxxx?time=1629834874&token=b567c19435a0012d552441872c30b67a -an -sn -dn -codec:v libx264 -pix_fmt yuv420p -color_range mpeg -f rawvideo -preset ultrafast -filter:v scale=1280:720,scale='trunc(iw/2)*2':'trunc(ih/2)*2' -b:v 299k -payload_type 99 -ssrc 3122424 -f rtp -srtp_out_suite AES_CM_128_HMAC_SHA1_80 -srtp_out_params TyB1CKwM33LTKAIIh8gNVmMmEgv+rymg8oikvVQ8 srtp://192.168.1.181:61669?rtcpport=61669&pkt_size=1316 -vn -sn -dn -ssrc 4722654 -f rtp -srtp_out_suite AES_CM_128_HMAC_SHA1_80 -srtp_out_params tc5gApHYiNePqSbktNmQtpa7msWUozLq6czXDJVX srtp://192.168.1.181:54490?rtcpport=54490&pkt_size=188 -loglevel level+verbose Doorbell true
[8/24/2021, 8:49:35 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info] ffmpeg version 4.3.1 Copyright (c) 2000-2020 the FFmpeg developers
[8/24/2021, 8:49:35 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   built with Apple clang version 11.0.3 (clang-1103.0.32.62)
[8/24/2021, 8:49:35 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   configuration: --enable-videotoolbox --pkgconfigdir=/Users/runner/work/ffmpeg-for-homebridge/ffmpeg-for-homebridge/build/workspace/lib/pkgconfig --prefix=/Users/runner/work/ffmpeg-for-homebridge/ffmpeg-for-homebridge/build/workspace --pkg-config-flags=--static --extra-cflags=-I/Users/runner/work/ffmpeg-for-homebridge/ffmpeg-for-homebridge/build/workspace/include --extra-ldflags=-L/Users/runner/work/ffmpeg-for-homebridge/ffmpeg-for-homebridge/build/workspace/lib --extra-libs='-lpthread -lm' --enable-static --disable-debug --disable-shared --disable-ffplay --disable-doc --enable-openssl --enable-gpl --enable-version3 --enable-nonfree --enable-pthreads --enable-libvpx --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libx264 --enable-runtime-cpudetect --enable-libfdk-aac --enable-avfilter --enable-libopencore_amrwb --enable-libopencore_amrnb --enable-filters --enable-decoder=h264 --enable-network --enable-protocol=tcp --enable-libspeex --enable-demuxer=rtsp
[8/24/2021, 8:49:35 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   libavutil      56. 51.100 / 56. 51.100
[8/24/2021, 8:49:35 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   libavcodec     58. 91.100 / 58. 91.100
[8/24/2021, 8:49:35 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   libavformat    58. 45.100 / 58. 45.100
[8/24/2021, 8:49:35 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   libavdevice    58. 10.100 / 58. 10.100
[8/24/2021, 8:49:35 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   libavfilter     7. 85.100 /  7. 85.100
[8/24/2021, 8:49:35 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   libswscale      5.  7.100 /  5.  7.100
[8/24/2021, 8:49:35 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   libswresample   3.  7.100 /  3.  7.100
[8/24/2021, 8:49:35 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   libpostproc    55.  7.100 / 55.  7.100
[8/24/2021, 8:49:35 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [tcp @ 0x7fec8ec12700] [verbose] Starting connection attempt to 99.83.230.132 port 1935
[8/24/2021, 8:49:35 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [tcp @ 0x7fec8ec12700] [verbose] Successfully connected to 99.83.230.132 port 1935
[8/24/2021, 8:49:35 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [h264 @ 0x7fec7f009400] [verbose] Reinit context to 1920x1088, pix_fmt: yuv420p
[8/24/2021, 8:49:36 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info] Input #0, flv, from 'rtmp://p2p-vir-9.eufylife.com/hls/xxxxxxxx?time=1629834874&token=b567c19435a0012d552441872c30b67a':
[8/24/2021, 8:49:36 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   Metadata:
[8/24/2021, 8:49:36 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     Server          : NGINX HTTP-FLV (https://github.com/winshining/nginx-http-flv-module)
[8/24/2021, 8:49:36 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     displayWidth    : 1920
[8/24/2021, 8:49:36 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     displayHeight   : 1080
[8/24/2021, 8:49:36 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     fps             : 0
[8/24/2021, 8:49:36 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     profile         : 
[8/24/2021, 8:49:36 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     level           : 
[8/24/2021, 8:49:36 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   Duration: 00:00:00.00, start: 0.000000, bitrate: N/A
[8/24/2021, 8:49:36 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     Stream #0:0: Data: none
[8/24/2021, 8:49:36 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     Stream #0:1: Video: h264 (High), 1 reference frame, yuv420p(progressive, left), 1920x1080 (1920x1088), 15.17 fps, 15.15 tbr, 1k tbn, 30 tbc
[8/24/2021, 8:49:36 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     Stream #0:2: Audio: aac (LC), 16000 Hz, mono, fltp, 63 kb/s
[8/24/2021, 8:49:36 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info] Stream mapping:
[8/24/2021, 8:49:36 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   Stream #0:1 -> #0:0 (h264 (native) -> h264 (libx264))
[8/24/2021, 8:49:36 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   Stream #0:2 -> #1:0 (aac (native) -> pcm_mulaw (native))
[8/24/2021, 8:49:36 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info] Press [q] to stop, [?] for help
[8/24/2021, 8:49:36 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [h264 @ 0x7fec5f80f200] [verbose] Reinit context to 1920x1088, pix_fmt: yuv420p
[8/24/2021, 8:49:36 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [graph_1_in_0_2 @ 0x7fec90a0f4c0] [verbose] tb:1/16000 samplefmt:fltp samplerate:16000 chlayout:0x4
[8/24/2021, 8:49:36 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [format_out_1_0 @ 0x7fec4ec06100] [verbose] auto-inserting filter 'auto_resampler_0' between the filter 'Parsed_anull_0' and the filter 'format_out_1_0'
[8/24/2021, 8:49:36 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [auto_resampler_0 @ 0x7fec90a0f7c0] [verbose] ch:1 chl:mono fmt:fltp r:16000Hz -> ch:1 chl:mono fmt:s16 r:16000Hz
[8/24/2021, 8:49:36 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info] Output #1, rtp, to 'srtp://192.168.1.181:54490?rtcpport=54490&pkt_size=188':
[8/24/2021, 8:49:36 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   Metadata:
[8/24/2021, 8:49:36 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     Server          : NGINX HTTP-FLV (https://github.com/winshining/nginx-http-flv-module)
[8/24/2021, 8:49:36 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     displayWidth    : 1920
[8/24/2021, 8:49:36 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     displayHeight   : 1080
[8/24/2021, 8:49:36 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     fps             : 0
[8/24/2021, 8:49:36 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     profile         : 
[8/24/2021, 8:49:36 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     level           : 
[8/24/2021, 8:49:36 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     encoder         : Lavf58.45.100
[8/24/2021, 8:49:36 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     Stream #1:0: Audio: pcm_mulaw, 16000 Hz, mono, s16, 128 kb/s
[8/24/2021, 8:49:36 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     Metadata:
[8/24/2021, 8:49:36 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]       encoder         : Lavc58.91.100 pcm_mulaw
[8/24/2021, 8:49:36 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [Parsed_scale_0 @ 0x7fec4ec07880] [verbose] w:1280 h:720 flags:'bicubic' interl:0
[8/24/2021, 8:49:36 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [Parsed_scale_1 @ 0x7fec4ec09b40] [verbose] w:trunc(iw/2)*2 h:trunc(ih/2)*2 flags:'bicubic' interl:0
[8/24/2021, 8:49:36 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [graph 0 input from stream 0:1 @ 0x7fec4ec0a7c0] [verbose] w:1920 h:1080 pixfmt:yuv420p tb:1/1000 fr:500/33 sar:0/1
[8/24/2021, 8:49:36 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [Parsed_scale_0 @ 0x7fec4ec07880] [verbose] w:1920 h:1080 fmt:yuv420p sar:0/1 -> w:1280 h:720 fmt:yuv420p sar:0/1 flags:0x4
[8/24/2021, 8:49:36 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [Parsed_scale_1 @ 0x7fec4ec09b40] [verbose] w:1280 h:720 fmt:yuv420p sar:0/1 -> w:1280 h:720 fmt:yuv420p sar:0/1 flags:0x4
[8/24/2021, 8:49:36 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [libx264 @ 0x7fec9101e400] [info] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2
[8/24/2021, 8:49:36 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [libx264 @ 0x7fec9101e400] [info] profile Constrained Baseline, level 3.1, 4:2:0, 8-bit
[8/24/2021, 8:49:36 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info] Output #0, rtp, to 'srtp://192.168.1.181:61669?rtcpport=61669&pkt_size=1316':
[8/24/2021, 8:49:36 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   Metadata:
[8/24/2021, 8:49:36 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     Server          : NGINX HTTP-FLV (https://github.com/winshining/nginx-http-flv-module)
[8/24/2021, 8:49:36 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     displayWidth    : 1920
[8/24/2021, 8:49:36 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     displayHeight   : 1080
[8/24/2021, 8:49:36 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     fps             : 0
[8/24/2021, 8:49:36 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     profile         : 
[8/24/2021, 8:49:36 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     level           : 
[8/24/2021, 8:49:36 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     encoder         : Lavf58.45.100
[8/24/2021, 8:49:36 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     Stream #0:0: Video: h264 (libx264), 1 reference frame, yuv420p(tv, left), 1280x720, q=-1--1, 299 kb/s, 15.15 fps, 90k tbn, 15.15 tbc
[8/24/2021, 8:49:36 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     Metadata:
[8/24/2021, 8:49:36 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]       encoder         : Lavc58.91.100 libx264
[8/24/2021, 8:49:36 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     Side data:
[8/24/2021, 8:49:36 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]       cpb: bitrate max/min/avg: 0/0/299000 buffer size: 0 vbv_delay: N/A
[8/24/2021, 8:49:36 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info] frame=   53 fps=0.0 q=18.0 size=      74kB time=00:00:04.03 bitrate= 150.3kbits/s speed= 7.8x    
[8/24/2021, 8:49:37 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info] frame=   69 fps= 68 q=18.0 size=     106kB time=00:00:05.12 bitrate= 168.8kbits/s speed=5.01x    
[8/24/2021, 8:49:37 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [h264 @ 0x7fec5f80ce00] [verbose] Reinit context to 1920x1088, pix_fmt: yuvj420p
[8/24/2021, 8:49:37 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info] frame=   86 fps= 56 q=18.0 size=     159kB time=00:00:06.20 bitrate= 209.5kbits/s speed=4.02x    
[8/24/2021, 8:49:38 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [Parsed_scale_0 @ 0x7fec8ee0a700] [verbose] w:1280 h:720 flags:'bicubic' interl:0
[8/24/2021, 8:49:38 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [Parsed_scale_1 @ 0x7fec8ee0cac0] [verbose] w:trunc(iw/2)*2 h:trunc(ih/2)*2 flags:'bicubic' interl:0
[8/24/2021, 8:49:38 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [graph 0 input from stream 0:1 @ 0x7fec8ee0dd80] [verbose] w:1920 h:1080 pixfmt:yuvj420p tb:1/1000 fr:500/33 sar:0/1
[8/24/2021, 8:49:38 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [scaler_out_0_0 @ 0x7fec8ee0e600] [verbose] w:1280 h:720 flags:'bicubic' interl:0
[8/24/2021, 8:49:38 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [swscaler @ 0x7fec3c8f0000] [warning] deprecated pixel format used, make sure you did set range correctly
[8/24/2021, 8:49:38 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [Parsed_scale_0 @ 0x7fec8ee0a700] [verbose] w:1920 h:1080 fmt:yuvj420p sar:0/1 -> w:1280 h:720 fmt:yuvj420p sar:0/1 flags:0x4
[8/24/2021, 8:49:38 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [Parsed_scale_1 @ 0x7fec8ee0cac0] [verbose] w:1280 h:720 fmt:yuvj420p sar:0/1 -> w:1280 h:720 fmt:yuvj420p sar:0/1 flags:0x4
[8/24/2021, 8:49:38 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [swscaler @ 0x7fec3c900000] [warning] deprecated pixel format used, make sure you did set range correctly
[8/24/2021, 8:49:38 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [scaler_out_0_0 @ 0x7fec8ee0e600] [verbose] w:1280 h:720 fmt:yuvj420p sar:0/1 -> w:1280 h:720 fmt:yuv420p sar:0/1 flags:0x4
[8/24/2021, 8:49:38 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info] frame=  108 fps= 52 q=28.0 size=     274kB time=00:00:07.67 bitrate= 292.5kbits/s speed=3.72x    
[8/24/2021, 8:49:39 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info] frame=  124 fps= 47 q=26.0 size=     388kB time=00:00:08.75 bitrate= 362.9kbits/s speed=3.34x    
[8/24/2021, 8:49:39 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info] frame=  132 fps= 39 q=31.0 size=     430kB time=00:00:09.32 bitrate= 377.3kbits/s speed=2.77x    
[8/24/2021, 8:49:40 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [verbose] *** 1 dup!
[8/24/2021, 8:49:40 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info] frame=  144 fps= 37 q=27.0 size=     453kB time=00:00:10.04 bitrate= 369.4kbits/s dup=1 drop=0 speed=2.58x    
[8/24/2021, 8:49:40 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info] frame=  151 fps= 34 q=28.0 size=     475kB time=00:00:10.49 bitrate= 370.3kbits/s dup=1 drop=0 speed=2.38x    
[8/24/2021, 8:49:41 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info] frame=  160 fps= 33 q=30.0 size=     495kB time=00:00:11.06 bitrate= 366.3kbits/s dup=1 drop=0 speed=2.25x    
[8/24/2021, 8:49:41 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info] frame=  168 fps= 31 q=27.0 size=     511kB time=00:00:11.63 bitrate= 359.9kbits/s dup=1 drop=0 speed=2.13x    
[8/24/2021, 8:49:42 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell GET DeviceMotionDetected: { value: false, timestamp: 0 }
[8/24/2021, 8:49:42 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell GET DeviceEnabled: { value: true, timestamp: 1623402305000 }
[8/24/2021, 8:49:42 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell GET DeviceMotionDetection: { value: true, timestamp: 1623577167000 }
[8/24/2021, 8:49:42 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info] frame=  176 fps= 29 q=34.0 size=     527kB time=00:00:12.14 bitrate= 355.7kbits/s dup=1 drop=0 speed=2.03x    
[8/24/2021, 8:49:42 PM] [EufySecurity-1.0.0-rc.5] INFO:  Stopped video stream. Doorbell
[8/24/2021, 8:49:42 PM] [EufySecurity-1.0.0-rc.5] DEBUG: FFmpeg exited with code: null and signal: SIGKILL (Expected) Doorbell true
[8/24/2021, 8:50:05 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell Property Changes: personDetected { value: true, timestamp: 1629834604282 }
[8/24/2021, 8:50:05 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell Property Changes: personName { value: 'Unknown', timestamp: 1629834604282 }
[8/24/2021, 8:50:05 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell Property Changes: pictureUrl {
  value: 'https://security-app-eu.eufylife.com/v1/s/g/XXXXXXXXX',
  timestamp: 1629834604282
}
[8/24/2021, 8:50:05 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell ON DeviceMotionDetected: true
[8/24/2021, 8:50:05 PM] [homebridge-eufy-security] This plugin generated a warning from the characteristic 'Motion Detected': Characteristic not in required or optional characteristic section for service CameraOperatingMode. Adding anyway.. See https://git.io/JtMGR for more info.
[8/24/2021, 8:50:07 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Conservatory GET DeviceSensorOpen: { value: false, timestamp: 1629036940000 }
[8/24/2021, 8:50:07 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Kitchen GET DeviceMotionDetected: { value: false, timestamp: 0 }
[8/24/2021, 8:50:07 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Kitchen GET DeviceSensorOpen: { value: false, timestamp: 1613226694000 }
[8/24/2021, 8:50:07 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Landing GET DeviceMotionDetected: { value: false, timestamp: 0 }
[8/24/2021, 8:50:07 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Front Door GET DeviceSensorOpen: { value: false, timestamp: 1613226377000 }
[8/24/2021, 8:50:07 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Front Door Triggered GET Active
[8/24/2021, 8:50:07 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Homebase GET SecuritySystemCurrentState
[8/24/2021, 8:50:07 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Homebase Connected to Eufy API
[8/24/2021, 8:50:07 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Homebase Eufy Guard Mode:  { value: 1, timestamp: 1629807822000 }
[8/24/2021, 8:50:07 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Homebase GET SecuritySystemTargetState
[8/24/2021, 8:50:07 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Homebase Connected to Eufy API
[8/24/2021, 8:50:07 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Homebase Eufy Guard Mode:  { value: 1, timestamp: 1629807822000 }
[8/24/2021, 8:50:07 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell GET DeviceBattery: { value: 94, timestamp: 1629834525123 }
[8/24/2021, 8:50:07 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell Triggered GET EventSnapshotsActive: 0
[8/24/2021, 8:50:07 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell Triggered GET HomeKitCameraActive: 0
[8/24/2021, 8:50:07 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell GET DeviceMotionDetected: { value: false, timestamp: 0 }
[8/24/2021, 8:50:07 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell GET DeviceEnabled: { value: true, timestamp: 1623402305000 }
[8/24/2021, 8:50:07 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Conservatory GET DeviceBatteryLow: { value: false, timestamp: 1629834524610 }
[8/24/2021, 8:50:07 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Kitchen GET DeviceBatteryLow: { value: false, timestamp: 1629834524611 }
[8/24/2021, 8:50:07 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Kitchen GET DeviceBatteryLow: { value: false, timestamp: 1629834524612 }
[8/24/2021, 8:50:07 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Landing GET DeviceBatteryLow: { value: false, timestamp: 1629834524612 }
[8/24/2021, 8:50:07 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Front Door GET DeviceBatteryLow: { value: false, timestamp: 1629834524611 }
[8/24/2021, 8:50:07 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Front Door GET DeviceBatteryLow: { value: false, timestamp: 1629834524612 }
[8/24/2021, 8:50:07 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Homebase Handle Current System state: 0
[8/24/2021, 8:50:07 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell GET DeviceMotionDetection: { value: true, timestamp: 1623577167000 }
[8/24/2021, 8:50:07 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell GET DeviceMotionDetected: { value: false, timestamp: 0 }
[8/24/2021, 8:50:07 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell GET DeviceEnabled: { value: true, timestamp: 1623402305000 }
[8/24/2021, 8:50:07 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell GET DeviceMotionDetection: { value: true, timestamp: 1623577167000 }
[8/24/2021, 8:50:07 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell Triggered SET HomeKitCameraActive: 1
[8/24/2021, 8:50:07 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell Triggered SET EventSnapshotsActive: 1
[8/24/2021, 8:50:12 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Conservatory GET DeviceSensorOpen: { value: false, timestamp: 1629036940000 }
[8/24/2021, 8:50:12 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Kitchen GET DeviceMotionDetected: { value: false, timestamp: 0 }
[8/24/2021, 8:50:12 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Kitchen GET DeviceSensorOpen: { value: false, timestamp: 1613226694000 }
[8/24/2021, 8:50:12 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Landing GET DeviceMotionDetected: { value: false, timestamp: 0 }
[8/24/2021, 8:50:12 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Front Door GET DeviceSensorOpen: { value: false, timestamp: 1613226377000 }
[8/24/2021, 8:50:12 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Front Door Triggered GET Active
[8/24/2021, 8:50:12 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Homebase GET SecuritySystemCurrentState
[8/24/2021, 8:50:12 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Homebase Connected to Eufy API
[8/24/2021, 8:50:12 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Homebase Eufy Guard Mode:  { value: 1, timestamp: 1629807822000 }
[8/24/2021, 8:50:12 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Homebase GET SecuritySystemTargetState
[8/24/2021, 8:50:12 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Homebase Connected to Eufy API
[8/24/2021, 8:50:12 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Homebase Eufy Guard Mode:  { value: 1, timestamp: 1629807822000 }
[8/24/2021, 8:50:12 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell GET DeviceBattery: { value: 94, timestamp: 1629834525123 }
[8/24/2021, 8:50:12 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell Triggered GET EventSnapshotsActive: 0
[8/24/2021, 8:50:12 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell Triggered GET HomeKitCameraActive: 0
[8/24/2021, 8:50:12 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell GET DeviceMotionDetected: { value: false, timestamp: 0 }
[8/24/2021, 8:50:12 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell GET DeviceEnabled: { value: true, timestamp: 1623402305000 }
[8/24/2021, 8:50:12 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Conservatory GET DeviceBatteryLow: { value: false, timestamp: 1629834524610 }
[8/24/2021, 8:50:12 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Kitchen GET DeviceBatteryLow: { value: false, timestamp: 1629834524611 }
[8/24/2021, 8:50:12 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Kitchen GET DeviceBatteryLow: { value: false, timestamp: 1629834524612 }
[8/24/2021, 8:50:12 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Landing GET DeviceBatteryLow: { value: false, timestamp: 1629834524612 }
[8/24/2021, 8:50:12 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Front Door GET DeviceBatteryLow: { value: false, timestamp: 1629834524611 }
[8/24/2021, 8:50:12 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Front Door GET DeviceBatteryLow: { value: false, timestamp: 1629834524612 }
[8/24/2021, 8:50:12 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Homebase Handle Current System state: 0
[8/24/2021, 8:50:12 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell GET DeviceMotionDetection: { value: true, timestamp: 1623577167000 }
[8/24/2021, 8:50:15 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell Property Changes: personDetected { value: false, timestamp: 1629834615069 }
[8/24/2021, 8:50:15 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell Property Changes: personName { value: '', timestamp: 1629834615069 }
[8/24/2021, 8:50:58 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Front Door GET DeviceSensorOpen: { value: false, timestamp: 1613226377000 }
[8/24/2021, 8:50:58 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Conservatory GET DeviceSensorOpen: { value: false, timestamp: 1629036940000 }
[8/24/2021, 8:50:58 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Homebase GET SecuritySystemTargetState
[8/24/2021, 8:50:58 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Homebase Connected to Eufy API
[8/24/2021, 8:50:58 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Homebase Eufy Guard Mode:  { value: 1, timestamp: 1629807822000 }
[8/24/2021, 8:50:58 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Homebase GET SecuritySystemCurrentState
[8/24/2021, 8:50:58 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Homebase Connected to Eufy API
[8/24/2021, 8:50:58 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Homebase Eufy Guard Mode:  { value: 1, timestamp: 1629807822000 }
[8/24/2021, 8:50:58 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Front Door Triggered GET Active
[8/24/2021, 8:50:58 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Kitchen GET DeviceMotionDetected: { value: false, timestamp: 0 }
[8/24/2021, 8:50:58 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell GET DeviceMotionDetected: { value: false, timestamp: 0 }
[8/24/2021, 8:50:58 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell GET DeviceEnabled: { value: true, timestamp: 1623402305000 }
[8/24/2021, 8:50:58 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Kitchen GET DeviceSensorOpen: { value: false, timestamp: 1613226694000 }
[8/24/2021, 8:50:58 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Landing GET DeviceMotionDetected: { value: false, timestamp: 0 }
[8/24/2021, 8:50:58 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Front Door GET DeviceBatteryLow: { value: false, timestamp: 1629834524611 }
[8/24/2021, 8:50:58 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Conservatory GET DeviceBatteryLow: { value: false, timestamp: 1629834524610 }
[8/24/2021, 8:50:58 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Homebase Handle Current System state: 0
[8/24/2021, 8:50:58 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Front Door GET DeviceBatteryLow: { value: false, timestamp: 1629834524612 }
[8/24/2021, 8:50:58 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Kitchen GET DeviceBatteryLow: { value: false, timestamp: 1629834524611 }
[8/24/2021, 8:50:58 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell GET DeviceMotionDetection: { value: true, timestamp: 1623577167000 }
[8/24/2021, 8:50:58 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Kitchen GET DeviceBatteryLow: { value: false, timestamp: 1629834524612 }
[8/24/2021, 8:50:58 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Landing GET DeviceBatteryLow: { value: false, timestamp: 1629834524612 }
[8/24/2021, 8:50:58 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell GET Thumbnail URL: https://security-app-eu.eufylife.com/v1/s/g/XXXXXXXXX
[8/24/2021, 8:50:58 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Snapshot command: /usr/local/lib/node_modules/homebridge-eufy-security/node_modules/ffmpeg-for-homebridge/ffmpeg -i https://security-app-eu.eufylife.com/v1/s/g/XXXXXXXXX -frames:v 1 -filter:v scale=1280:720,scale='trunc(iw/2)*2':'trunc(ih/2)*2' -f image2 - Doorbell true
[8/24/2021, 8:51:01 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell stream URL:  rtmp://p2p-vir-9.eufylife.com/hls/xxxxxxx?time=1629834961&token=29912c201090b2007545a171f6a0e3f0
[8/24/2021, 8:51:01 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Video stream requested: 1280 x 720, 30 fps, 299 kbps Doorbell true
[8/24/2021, 8:51:01 PM] [EufySecurity-1.0.0-rc.5] INFO:  Starting video stream: 1280 x 720, 30 fps, 299 kbps Doorbell
[8/24/2021, 8:51:01 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Stream command: /usr/local/lib/node_modules/homebridge-eufy-security/node_modules/ffmpeg-for-homebridge/ffmpeg -i rtmp://p2p-vir-9.eufylife.com/hls/VDgwMTBQMjMyMDQxMDI0M18wXzJf?time=1629834961&token=29912c201090b2007545a171f6a0e3f0 -an -sn -dn -codec:v libx264 -pix_fmt yuv420p -color_range mpeg -f rawvideo -preset ultrafast -filter:v scale=1280:720,scale='trunc(iw/2)*2':'trunc(ih/2)*2' -b:v 299k -payload_type 99 -ssrc 16586678 -f rtp -srtp_out_suite AES_CM_128_HMAC_SHA1_80 -srtp_out_params RLb4dt43uFCQPnqVpDM/EId/ZTm0vXBYujtNigHY srtp://192.168.1.181:59919?rtcpport=59919&pkt_size=1316 -vn -sn -dn -ssrc 14836213 -f rtp -srtp_out_suite AES_CM_128_HMAC_SHA1_80 -srtp_out_params Lj6UTAfYUk3y6NKI7Db916LYXiptqbOSfmEKjvNX srtp://192.168.1.181:65531?rtcpport=65531&pkt_size=188 -loglevel level+verbose Doorbell true
[8/24/2021, 8:51:01 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info] ffmpeg version 4.3.1 Copyright (c) 2000-2020 the FFmpeg developers
[8/24/2021, 8:51:01 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   built with Apple clang version 11.0.3 (clang-1103.0.32.62)
[8/24/2021, 8:51:01 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   configuration: --enable-videotoolbox --pkgconfigdir=/Users/runner/work/ffmpeg-for-homebridge/ffmpeg-for-homebridge/build/workspace/lib/pkgconfig --prefix=/Users/runner/work/ffmpeg-for-homebridge/ffmpeg-for-homebridge/build/workspace --pkg-config-flags=--static --extra-cflags=-I/Users/runner/work/ffmpeg-for-homebridge/ffmpeg-for-homebridge/build/workspace/include --extra-ldflags=-L/Users/runner/work/ffmpeg-for-homebridge/ffmpeg-for-homebridge/build/workspace/lib --extra-libs='-lpthread -lm' --enable-static --disable-debug --disable-shared --disable-ffplay --disable-doc --enable-openssl --enable-gpl --enable-version3 --enable-nonfree --enable-pthreads --enable-libvpx --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libx264 --enable-runtime-cpudetect --enable-libfdk-aac --enable-avfilter --enable-libopencore_amrwb --enable-libopencore_amrnb --enable-filters --enable-decoder=h264 --enable-network --enable-protocol=tcp --enable-libspeex --enable-demuxer=rtsp
[8/24/2021, 8:51:01 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   libavutil      56. 51.100 / 56. 51.100
[8/24/2021, 8:51:01 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   libavcodec     58. 91.100 / 58. 91.100
[8/24/2021, 8:51:01 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   libavformat    58. 45.100 / 58. 45.100
[8/24/2021, 8:51:01 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   libavdevice    58. 10.100 / 58. 10.100
[8/24/2021, 8:51:01 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   libavfilter     7. 85.100 /  7. 85.100
[8/24/2021, 8:51:01 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   libswscale      5.  7.100 /  5.  7.100
[8/24/2021, 8:51:01 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   libswresample   3.  7.100 /  3.  7.100
[8/24/2021, 8:51:01 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   libpostproc    55.  7.100 / 55.  7.100
[8/24/2021, 8:51:01 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [tcp @ 0x7f9479c12cc0] [verbose] Starting connection attempt to 99.83.230.132 port 1935
[8/24/2021, 8:51:01 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [tcp @ 0x7f9479c12cc0] [verbose] Successfully connected to 99.83.230.132 port 1935
[8/24/2021, 8:51:01 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [h264 @ 0x7f947a00fe00] [verbose] Reinit context to 1920x1088, pix_fmt: yuv420p
[8/24/2021, 8:51:02 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info] Input #0, flv, from 'rtmp://p2p-vir-9.eufylife.com/hls/xxxxxxx?time=1629834961&token=29912c201090b2007545a171f6a0e3f0':
[8/24/2021, 8:51:02 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   Metadata:
[8/24/2021, 8:51:02 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     Server          : NGINX HTTP-FLV (https://github.com/winshining/nginx-http-flv-module)
[8/24/2021, 8:51:02 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     displayWidth    : 1920
[8/24/2021, 8:51:02 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     displayHeight   : 1080
[8/24/2021, 8:51:02 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     fps             : 0
[8/24/2021, 8:51:02 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     profile         : 
[8/24/2021, 8:51:02 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     level           : 
[8/24/2021, 8:51:02 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   Duration: 00:00:00.00, start: 
[8/24/2021, 8:51:02 PM] [EufySecurity-1.0.0-rc.5] DEBUG: 0.000000, bitrate: N/A
[8/24/2021, 8:51:02 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     Stream #0:0: Data: none
[8/24/2021, 8:51:02 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     Stream #0:1: Video: h264 (High), 1 reference frame, yuv420p(progressive, left), 1920x1080 (1920x1088), 15.17 fps, 15.15 tbr, 1k tbn, 30 tbc
[8/24/2021, 8:51:02 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     Stream #0:2: Audio: aac (LC), 16000 Hz, mono, fltp, 63 kb/s
[8/24/2021, 8:51:02 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info] Stream mapping:
[8/24/2021, 8:51:02 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   Stream #0:1 -> #0:0 (h264 (native) -> h264 (libx264))
[8/24/2021, 8:51:02 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   Stream #0:2 -> #1:0 (aac (native) -> pcm_mulaw (native))
[8/24/2021, 8:51:02 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info] Press [q] to stop, [?] for help
[8/24/2021, 8:51:02 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [h264 @ 0x7f943a818c00] [verbose] Reinit context to 1920x1088, pix_fmt: yuv420p
[8/24/2021, 8:51:02 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [graph_1_in_0_2 @ 0x7f9449c12900] [verbose] tb:1/16000 samplefmt:fltp samplerate:16000 chlayout:0x4
[8/24/2021, 8:51:02 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [format_out_1_0 @ 0x7f9439c18c40] [verbose] auto-inserting filter 'auto_resampler_0' between the filter 'Parsed_anull_0' and the filter 'format_out_1_0'
[8/24/2021, 8:51:02 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [auto_resampler_0 @ 0x7f9449c12bc0] [verbose] ch:1 chl:mono fmt:fltp r:16000Hz -> ch:1 chl:mono fmt:s16 r:16000Hz
[8/24/2021, 8:51:02 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info] Output #1, rtp, to 'srtp://192.168.1.181:65531?rtcpport=65531&pkt_size=188':
[8/24/2021, 8:51:02 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   Metadata:
[8/24/2021, 8:51:02 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     Server          : NGINX HTTP-FLV (https://github.com/winshining/nginx-http-flv-module)
[8/24/2021, 8:51:02 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     displayWidth    : 1920
[8/24/2021, 8:51:02 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     displayHeight   : 1080
[8/24/2021, 8:51:02 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     fps             : 0
[8/24/2021, 8:51:02 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     profile         : 
[8/24/2021, 8:51:02 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     level           : 
[8/24/2021, 8:51:02 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     encoder         : Lavf58.45.100
[8/24/2021, 8:51:02 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     Stream #1:0: Audio: pcm_mulaw, 16000 Hz, mono, s16, 128 kb/s
[8/24/2021, 8:51:02 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     Metadata:
[8/24/2021, 8:51:02 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]       encoder         : Lavc58.91.100 pcm_mulaw
[8/24/2021, 8:51:02 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [Parsed_scale_0 @ 0x7f9459d06100] [verbose] w:1280 h:720 flags:'bicubic' interl:0
[8/24/2021, 8:51:02 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [Parsed_scale_1 @ 0x7f9459d06980] [verbose] w:trunc(iw/2)*2 h:trunc(ih/2)*2 flags:'bicubic' interl:0
[8/24/2021, 8:51:02 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [graph 0 input from stream 0:1 @ 0x7f9459d07dc0] [verbose] w:1920 h:1080 pixfmt:yuv420p tb:1/1000 fr:500/33 sar:0/1
[8/24/2021, 8:51:02 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [Parsed_scale_0 @ 0x7f9459d06100] [verbose] w:1920 h:1080 fmt:yuv420p sar:0/1 -> w:1280 h:720 fmt:yuv420p sar:0/1 flags:0x4
[8/24/2021, 8:51:02 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [Parsed_scale_1 @ 0x7f9459d06980] [verbose] w:1280 h:720 fmt:yuv420p sar:0/1 -> w:1280 h:720 fmt:yuv420p sar:0/1 flags:0x4
[8/24/2021, 8:51:02 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [libx264 @ 0x7f943a810c00] [info] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2
[8/24/2021, 8:51:02 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [libx264 @ 0x7f943a810c00] [info] profile Constrained Baseline, level 3.1, 4:2:0, 8-bit
[8/24/2021, 8:51:02 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info] Output #0, rtp, to 'srtp://192.168.1.181:59919?rtcpport=59919&pkt_size=1316':
[8/24/2021, 8:51:02 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   Metadata:
[8/24/2021, 8:51:02 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     Server          : NGINX HTTP-FLV (https://github.com/winshining/nginx-http-flv-module)
[8/24/2021, 8:51:02 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     displayWidth    : 1920
[8/24/2021, 8:51:02 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     displayHeight   : 1080
[8/24/2021, 8:51:02 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     fps             : 0
[8/24/2021, 8:51:02 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     profile         : 
[8/24/2021, 8:51:02 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     level           : 
[8/24/2021, 8:51:02 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     encoder         : Lavf58.45.100
[8/24/2021, 8:51:02 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     Stream #0:0: Video: h264 (libx264), 1 reference frame, yuv420p(tv, left), 1280x720, q=-1--1, 299 kb/s, 15.15 fps, 90k tbn, 15.15 tbc
[8/24/2021, 8:51:02 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     Metadata:
[8/24/2021, 8:51:02 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]       encoder         : Lavc58.91.100 libx264
[8/24/2021, 8:51:02 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     Side data:
[8/24/2021, 8:51:02 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]       cpb: bitrate max/min/avg: 0/0/299000 buffer size: 0 vbv_delay: N/A
[8/24/2021, 8:51:02 PM] [EufySecurity-1.0.0-rc.5] INFO:  Stopped video stream. Doorbell
[8/24/2021, 8:51:02 PM] [EufySecurity-1.0.0-rc.5] DEBUG: FFmpeg exited with code: null and signal: SIGKILL (Expected) Doorbell true
[8/24/2021, 8:51:02 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell GET DeviceBattery: { value: 94, timestamp: 1629834525123 }
[8/24/2021, 8:51:09 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell stream URL:  rtmp://p2p-vir-9.eufylife.com/hls/VDgwMTBQMjMyMDQxMDI0M18wXzJf?time=1629834969&token=00d099a521edc151f7cc04e5f323a514
[8/24/2021, 8:51:09 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Video stream requested: 1280 x 720, 30 fps, 299 kbps Doorbell true
[8/24/2021, 8:51:09 PM] [EufySecurity-1.0.0-rc.5] INFO:  Starting video stream: 1280 x 720, 30 fps, 299 kbps Doorbell
[8/24/2021, 8:51:09 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Stream command: /usr/local/lib/node_modules/homebridge-eufy-security/node_modules/ffmpeg-for-homebridge/ffmpeg -i rtmp://p2p-vir-9.eufylife.com/hls/VDgwMTBQMjMyMDQxMDI0M18wXzJf?time=1629834969&token=00d099a521edc151f7cc04e5f323a514 -an -sn -dn -codec:v libx264 -pix_fmt yuv420p -color_range mpeg -f rawvideo -preset ultrafast -filter:v scale=1280:720,scale='trunc(iw/2)*2':'trunc(ih/2)*2' -b:v 299k -payload_type 99 -ssrc 1826764 -f rtp -srtp_out_suite AES_CM_128_HMAC_SHA1_80 -srtp_out_params zIeNrocg0JC9hmGwXRZYfsLBJ1qQ1LWwYkWRD0oR srtp://192.168.1.181:62331?rtcpport=62331&pkt_size=1316 -vn -sn -dn -ssrc 5425821 -f rtp -srtp_out_suite AES_CM_128_HMAC_SHA1_80 -srtp_out_params VDdunLLFTfrjotRNmeztUyXj7Rl3HVcx+X3Ik1zV srtp://192.168.1.181:52295?rtcpport=52295&pkt_size=188 -loglevel level+verbose Doorbell true
[8/24/2021, 8:51:09 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info] ffmpeg version 4.3.1 Copyright (c) 2000-2020 the FFmpeg developers
[8/24/2021, 8:51:09 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   built with Apple clang version 11.0.3 (clang-1103.0.32.62)
[8/24/2021, 8:51:09 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   configuration: --enable-videotoolbox --pkgconfigdir=/Users/runner/work/ffmpeg-for-homebridge/ffmpeg-for-homebridge/build/workspace/lib/pkgconfig --prefix=/Users/runner/work/ffmpeg-for-homebridge/ffmpeg-for-homebridge/build/workspace --pkg-config-flags=--static --extra-cflags=-I/Users/runner/work/ffmpeg-for-homebridge/ffmpeg-for-homebridge/build/workspace/include --extra-ldflags=-L/Users/runner/work/ffmpeg-for-homebridge/ffmpeg-for-homebridge/build/workspace/lib --extra-libs='-lpthread -lm' --enable-static --disable-debug --disable-shared --disable-ffplay --disable-doc --enable-openssl --enable-gpl --enable-version3 --enable-nonfree --enable-pthreads --enable-libvpx --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libx264 --enable-runtime-cpudetect --enable-libfdk-aac --enable-avfilter --enable-libopencore_amrwb --enable-libopencore_amrnb --enable-filters --enable-decoder=h264 --enable-network --enable-protocol=tcp --enable-libspeex --enable-demuxer=rtsp
[8/24/2021, 8:51:09 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   libavutil      56. 51.100 / 56. 51.100
[8/24/2021, 8:51:09 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   libavcodec     58. 91.100 / 58. 91.100
[8/24/2021, 8:51:09 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   libavformat    58. 45.100 / 58. 45.100
[8/24/2021, 8:51:09 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   libavdevice    58. 10.100 / 58. 10.100
[8/24/2021, 8:51:09 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   libavfilter     7. 85.100 /  7. 85.100
[8/24/2021, 8:51:09 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   libswscale      5.  7.100 /  5.  7.100
[8/24/2021, 8:51:09 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   libswresample   3.  7.100 /  3.  7.100
[8/24/2021, 8:51:09 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   libpostproc    55.  7.100 / 55.  7.100
[8/24/2021, 8:51:09 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [tcp @ 0x7fa27dd04800] [verbose] Starting connection attempt to 75.2.27.70 port 1935
[8/24/2021, 8:51:09 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [tcp @ 0x7fa27dd04800] [verbose] Successfully connected to 75.2.27.70 port 1935
[8/24/2021, 8:51:10 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [h264 @ 0x7fa27f011400] [verbose] Reinit context to 1920x1088, pix_fmt: yuv420p
[8/24/2021, 8:51:10 PM] [EufySecurity-1.0.0-rc.5] INFO:  Stopped video stream. Doorbell
[8/24/2021, 8:51:10 PM] [EufySecurity-1.0.0-rc.5] DEBUG: FFmpeg exited with code: null and signal: SIGKILL (Expected) Doorbell true
[8/24/2021, 8:51:12 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell GET Thumbnail URL: https://security-app-eu.eufylife.com/v1/s/g/XXXXXXXXX
[8/24/2021, 8:51:13 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Snapshot command: /usr/local/lib/node_modules/homebridge-eufy-security/node_modules/ffmpeg-for-homebridge/ffmpeg -i https://security-app-eu.eufylife.com/v1/s/g/XXXXXXXXX -frames:v 1 -filter:v scale=1280:720,scale='trunc(iw/2)*2':'trunc(ih/2)*2' -f image2 - Doorbell true
[8/24/2021, 8:51:15 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell stream URL:  rtmp://p2p-vir-9.eufylife.com/hls/VDgwMTBQMjMyMDQxMDI0M18wXzJf?time=1629834975&token=f402b2a42c302436a67b8c35aca7c1b7
[8/24/2021, 8:51:15 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Video stream requested: 1280 x 720, 30 fps, 299 kbps Doorbell true
[8/24/2021, 8:51:15 PM] [EufySecurity-1.0.0-rc.5] INFO:  Starting video stream: 1280 x 720, 30 fps, 299 kbps Doorbell
[8/24/2021, 8:51:15 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Stream command: /usr/local/lib/node_modules/homebridge-eufy-security/node_modules/ffmpeg-for-homebridge/ffmpeg -i rtmp://p2p-vir-9.eufylife.com/hls/xxxxxxx?time=1629834975&token=f402b2a42c302436a67b8c35aca7c1b7 -an -sn -dn -codec:v libx264 -pix_fmt yuv420p -color_range mpeg -f rawvideo -preset ultrafast -filter:v scale=1280:720,scale='trunc(iw/2)*2':'trunc(ih/2)*2' -b:v 299k -payload_type 99 -ssrc 13876157 -f rtp -srtp_out_suite AES_CM_128_HMAC_SHA1_80 -srtp_out_params vFIFoP88Lv4CnWwMTDrvFh896wIwQbXj3is2uWM2 srtp://192.168.1.181:56939?rtcpport=56939&pkt_size=1316 -vn -sn -dn -ssrc 14781318 -f rtp -srtp_out_suite AES_CM_128_HMAC_SHA1_80 -srtp_out_params +i/jmavnujSofm+5DDzBPi2vrs5bymoUcv5R1qe8 srtp://192.168.1.181:55283?rtcpport=55283&pkt_size=188 -loglevel level+verbose Doorbell true
[8/24/2021, 8:51:15 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info] ffmpeg version 4.3.1 Copyright (c) 2000-2020 the FFmpeg developers
[8/24/2021, 8:51:15 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   built with Apple clang version 11.0.3 (clang-1103.0.32.62)
[8/24/2021, 8:51:15 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   configuration: --enable-videotoolbox --pkgconfigdir=/Users/runner/work/ffmpeg-for-homebridge/ffmpeg-for-homebridge/build/workspace/lib/pkgconfig --prefix=/Users/runner/work/ffmpeg-for-homebridge/ffmpeg-for-homebridge/build/workspace --pkg-config-flags=--static --extra-cflags=-I/Users/runner/work/ffmpeg-for-homebridge/ffmpeg-for-homebridge/build/workspace/include --extra-ldflags=-L/Users/runner/work/ffmpeg-for-homebridge/ffmpeg-for-homebridge/build/workspace/lib --extra-libs='-lpthread -lm' --enable-static --disable-debug --disable-shared --disable-ffplay --disable-doc --enable-openssl --enable-gpl --enable-version3 --enable-nonfree --enable-pthreads --enable-libvpx --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libx264 --enable-runtime-cpudetect --enable-libfdk-aac --enable-avfilter --enable-libopencore_amrwb --enable-libopencore_amrnb --enable-filters --enable-decoder=h264 --enable-network --enable-protocol=tcp --enable-libspeex --enable-demuxer=rtsp
[8/24/2021, 8:51:15 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   libavutil      56. 51.100 / 56. 51.100
[8/24/2021, 8:51:15 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   libavcodec     58. 91.100 / 58. 91.100
[8/24/2021, 8:51:15 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   libavformat    58. 45.100 / 58. 45.100
[8/24/2021, 8:51:15 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   libavdevice    58. 10.100 / 58. 10.100
[8/24/2021, 8:51:15 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   libavfilter     7. 85.100 /  7. 85.100
[8/24/2021, 8:51:15 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   libswscale      5.  7.100 /  5.  7.100
[8/24/2021, 8:51:15 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   libswresample   3.  7.100 /  3.  7.100
[8/24/2021, 8:51:15 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   libpostproc    55.  7.100 / 55.  7.100
[8/24/2021, 8:51:15 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [tcp @ 0x7f836ac12cc0] [verbose] Starting connection attempt to 99.83.230.132 port 1935
[8/24/2021, 8:51:15 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [tcp @ 0x7f836ac12cc0] [verbose] Successfully connected to 99.83.230.132 port 1935
[8/24/2021, 8:51:16 PM] [EufySecurity-1.0.0-rc.5] INFO:  Stopped video stream. Doorbell
[8/24/2021, 8:51:16 PM] [EufySecurity-1.0.0-rc.5] DEBUG: FFmpeg exited with code: null and signal: SIGKILL (Expected) Doorbell true
[8/24/2021, 8:51:22 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell stream URL:  rtmp://p2p-vir-9.eufylife.com/hls/xxxxxxx?time=1629834982&token=5bf62b557650a6a68f998d5c957490c5
[8/24/2021, 8:51:22 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Video stream requested: 1280 x 720, 30 fps, 299 kbps Doorbell true
[8/24/2021, 8:51:22 PM] [EufySecurity-1.0.0-rc.5] INFO:  Starting video stream: 1280 x 720, 30 fps, 299 kbps Doorbell
[8/24/2021, 8:51:22 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Stream command: /usr/local/lib/node_modules/homebridge-eufy-security/node_modules/ffmpeg-for-homebridge/ffmpeg -i rtmp://p2p-vir-9.eufylife.com/hls/xxxxxxx?time=1629834982&token=5bf62b557650a6a68f998d5c957490c5 -an -sn -dn -codec:v libx264 -pix_fmt yuv420p -color_range mpeg -f rawvideo -preset ultrafast -filter:v scale=1280:720,scale='trunc(iw/2)*2':'trunc(ih/2)*2' -b:v 299k -payload_type 99 -ssrc 4788740 -f rtp -srtp_out_suite AES_CM_128_HMAC_SHA1_80 -srtp_out_params nZIV2hWD+pR5d84Yo6yiHoxEEGR4iztuau/B/Up7 srtp://192.168.1.181:50863?rtcpport=50863&pkt_size=1316 -vn -sn -dn -ssrc 9758612 -f rtp -srtp_out_suite AES_CM_128_HMAC_SHA1_80 -srtp_out_params 6NsRdPHPeiSDC2NBxOO461rYUGGl1f+5ZMCxP4AW srtp://192.168.1.181:64317?rtcpport=64317&pkt_size=188 -loglevel level+verbose Doorbell true
[8/24/2021, 8:51:22 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info] ffmpeg version 4.3.1 Copyright (c) 2000-2020 the FFmpeg developers
[8/24/2021, 8:51:22 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   built with Apple clang version 11.0.3 (clang-1103.0.32.62)
[8/24/2021, 8:51:22 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   configuration: --enable-videotoolbox --pkgconfigdir=/Users/runner/work/ffmpeg-for-homebridge/ffmpeg-for-homebridge/build/workspace/lib/pkgconfig --prefix=/Users/runner/work/ffmpeg-for-homebridge/ffmpeg-for-homebridge/build/workspace --pkg-config-flags=--static --extra-cflags=-I/Users/runner/work/ffmpeg-for-homebridge/ffmpeg-for-homebridge/build/workspace/include --extra-ldflags=-L/Users/runner/work/ffmpeg-for-homebridge/ffmpeg-for-homebridge/build/workspace/lib --extra-libs='-lpthread -lm' --enable-static --disable-debug --disable-shared --disable-ffplay --disable-doc --enable-openssl --enable-gpl --enable-version3 --enable-nonfree --enable-pthreads --enable-libvpx --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libx264 --enable-runtime-cpudetect --enable-libfdk-aac --enable-avfilter --enable-libopencore_amrwb --enable-libopencore_amrnb --enable-filters --enable-decoder=h264 --enable-network --enable-protocol=tcp --enable-libspeex --enable-demuxer=rtsp
[8/24/2021, 8:51:22 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   libavutil      56. 51.100 / 56. 51.100
[8/24/2021, 8:51:22 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   libavcodec     58. 91.100 / 58. 91.100
[8/24/2021, 8:51:22 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   libavformat    58. 45.100 / 58. 45.100
[8/24/2021, 8:51:22 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   libavdevice    58. 10.100 / 58. 10.100
[8/24/2021, 8:51:22 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   libavfilter     7. 85.100 /  7. 85.100
[8/24/2021, 8:51:22 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   libswscale      5.  7.100 /  5.  7.100
[8/24/2021, 8:51:22 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   libswresample   3.  7.100 /  3.  7.100
[8/24/2021, 8:51:22 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   libpostproc    55.  7.100 / 55.  7.100
[8/24/2021, 8:51:22 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [tcp @ 0x7fcf436043c0] [verbose] Starting connection attempt to 99.83.230.132 port 1935
[8/24/2021, 8:51:22 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [tcp @ 0x7fcf436043c0] [verbose] Successfully connected to 99.83.230.132 port 1935
[8/24/2021, 8:51:23 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [h264 @ 0x7fcf46011400] [verbose] Reinit context to 1920x1088, pix_fmt: yuv420p
[8/24/2021, 8:51:23 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell GET Thumbnail URL: https://security-app-eu.eufylife.com/v1/s/g/XXXXXXXXX
[8/24/2021, 8:51:23 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Snapshot command: /usr/local/lib/node_modules/homebridge-eufy-security/node_modules/ffmpeg-for-homebridge/ffmpeg -i https://security-app-eu.eufylife.com/v1/s/g/XXXXXXXXX -frames:v 1 -filter:v scale=1280:720,scale='trunc(iw/2)*2':'trunc(ih/2)*2' -f image2 - Doorbell true
[8/24/2021, 8:51:24 PM] [EufySecurity-1.0.0-rc.5] INFO:  Stopped video stream. Doorbell
[8/24/2021, 8:51:24 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info] Input #0, flv, from 'rtmp://p2p-vir-9.eufylife.com/hls/VDgwMTBQMjMyMDQxMDI0M18wXzJf?time=1629834982&token=5bf62b557650a6a68f998d5c957490c5':
[8/24/2021, 8:51:24 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   Metadata:
[8/24/2021, 8:51:24 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     Server          : NGINX HTTP-FLV (https://github.com/winshining/nginx-http-flv-module)
[8/24/2021, 8:51:24 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     displayWidth    : 1920
[8/24/2021, 8:51:24 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     displayHeight   : 1080
[8/24/2021, 8:51:24 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     fps             : 0
[8/24/2021, 8:51:24 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     profile         : 
[8/24/2021, 8:51:24 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     level           : 
[8/24/2021, 8:51:24 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]   Duration: 00:00:00.00, start: 0.000000, bitrate: N/A
[8/24/2021, 8:51:24 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     Stream #0:0: Data: none
[8/24/2021, 8:51:24 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     Stream #0:1: Video: h264 (High), 1 reference frame, yuv420p(progressive, left), 1920x1080 (1920x1088), 15.17 fps, 15.15 tbr, 1k tbn, 30 tbc
[8/24/2021, 8:51:24 PM] [EufySecurity-1.0.0-rc.5] DEBUG: [info]     Stream #0:2: Audio: aac (LC), 16000 Hz, mono, fltp, 63 kb/s
[8/24/2021, 8:51:24 PM] [EufySecurity-1.0.0-rc.5] DEBUG: FFmpeg exited with code: null and signal: SIGKILL (Expected) Doorbell true
[8/24/2021, 8:51:28 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell SET DeviceMotionDetection: false
[8/24/2021, 8:51:29 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell GET Thumbnail URL: https://security-app-eu.eufylife.com/v1/s/g/XXXXXXXXX
[8/24/2021, 8:51:29 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Snapshot command: /usr/local/lib/node_modules/homebridge-eufy-security/node_modules/ffmpeg-for-homebridge/ffmpeg -i https://security-app-eu.eufylife.com/v1/s/g/XXXXXXXXX -frames:v 1 -filter:v scale=1280:720,scale='trunc(iw/2)*2':'trunc(ih/2)*2' -f image2 - Doorbell true
[8/24/2021, 8:51:29 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell SET DeviceMotionDetection: true
[8/24/2021, 8:51:30 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell Property Changes: lastChargingRecordedEvents { value: 37, timestamp: 1629834618000 }
[8/24/2021, 8:51:30 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell Property Changes: lastChargingTotalEvents { value: 168, timestamp: 1629834618000 }
[8/24/2021, 8:51:30 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell Raw Property Changes: 1710 {
  notification_motion_onoff: 1,
  notification_ring_onoff: 1,
  notification_style: 1
} 1623828946000
[8/24/2021, 8:51:30 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell Raw Property Changes: 1011 0 1623577167000
[8/24/2021, 8:51:30 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell Property Changes: motionDetection { value: false, timestamp: 1623577167000 }
[8/24/2021, 8:51:30 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Front Door Raw Property Changes: 1551 1629834623 1613226377000
[8/24/2021, 8:51:30 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Front Door Property Changes: sensorChangeTime { value: 1629834623, timestamp: 1613226377000 }
[8/24/2021, 8:51:31 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Homebase Handle Station Raw Property Changes: 1102 12817 1629834691756
[8/24/2021, 8:51:31 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Homebase Handle Station Raw Property Changes: 1147 1629834691 1629834691756
[8/24/2021, 8:51:31 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Front Door Raw Property Changes: 1141 -80 1629834691756
[8/24/2021, 8:51:31 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Front Door Property Changes: wifiRssi { value: -80, timestamp: 1629834691756 }
[8/24/2021, 8:51:31 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Kitchen Raw Property Changes: 1141 -75 1629834691756
[8/24/2021, 8:51:31 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Kitchen Property Changes: wifiRssi { value: -75, timestamp: 1629834691756 }
[8/24/2021, 8:51:31 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Conservatory Raw Property Changes: 1141 -68 1629834691756
[8/24/2021, 8:51:31 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Conservatory Property Changes: wifiRssi { value: -68, timestamp: 1629834691756 }
[8/24/2021, 8:51:31 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Kitchen Raw Property Changes: 1141 -73 1629834691756
[8/24/2021, 8:51:31 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Front Door Raw Property Changes: 1141 -69 1629834691756
[8/24/2021, 8:51:31 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Front Door Property Changes: wifiRssi { value: -69, timestamp: 1629834691756 }
[8/24/2021, 8:51:31 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell Raw Property Changes: 1011 1 1629834691756
[8/24/2021, 8:51:31 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell Property Changes: motionDetection { value: true, timestamp: 1629834691756 }
[8/24/2021, 8:51:31 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell Raw Property Changes: 1142 -63 1629834691756
[8/24/2021, 8:51:31 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell Property Changes: wifiRssi { value: -63, timestamp: 1629834691756 }
[8/24/2021, 8:51:32 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell Raw Property Changes: 1710 {
  notification_motion_onoff: 1,
  notification_ring_onoff: 1,
  notification_style: 1
} 1623828946000
[8/24/2021, 8:51:34 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell GET Thumbnail URL: https://security-app-eu.eufylife.com/v1/s/g/XXXXXXXXX
[8/24/2021, 8:51:34 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Snapshot command: /usr/local/lib/node_modules/homebridge-eufy-security/node_modules/ffmpeg-for-homebridge/ffmpeg -i https://security-app-eu.eufylife.com/v1/s/g/XXXXXXXXX -frames:v 1 -filter:v scale=1280:720,scale='trunc(iw/2)*2':'trunc(ih/2)*2' -f image2 - Doorbell true
[8/24/2021, 8:51:39 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell GET Thumbnail URL: https://security-app-eu.eufylife.com/v1/s/g/XXXXXXXXX
[8/24/2021, 8:51:39 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Snapshot command: /usr/local/lib/node_modules/homebridge-eufy-security/node_modules/ffmpeg-for-homebridge/ffmpeg -i https://security-app-eu.eufylife.com/v1/s/g/XXXXXXXXX -frames:v 1 -filter:v scale=1280:720,scale='trunc(iw/2)*2':'trunc(ih/2)*2' -f image2 - Doorbell true
[8/24/2021, 8:51:44 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell GET Thumbnail URL: https://security-app-eu.eufylife.com/v1/s/g/XXXXXXXXX
[8/24/2021, 8:51:44 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Snapshot command: /usr/local/lib/node_modules/homebridge-eufy-security/node_modules/ffmpeg-for-homebridge/ffmpeg -i https://security-app-eu.eufylife.com/v1/s/g/XXXXXXXXX -frames:v 1 -filter:v scale=1280:720,scale='trunc(iw/2)*2':'trunc(ih/2)*2' -f image2 - Doorbell true
[8/24/2021, 8:51:50 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell GET Thumbnail URL: https://security-app-eu.eufylife.com/v1/s/g/XXXXXXXXX
[8/24/2021, 8:51:50 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Snapshot command: /usr/local/lib/node_modules/homebridge-eufy-security/node_modules/ffmpeg-for-homebridge/ffmpeg -i https://security-app-eu.eufylife.com/v1/s/g/XXXXXXXXX -frames:v 1 -filter:v scale=1280:720,scale='trunc(iw/2)*2':'trunc(ih/2)*2' -f image2 - Doorbell true
[8/24/2021, 8:51:50 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell GET DeviceMotionDetected: { value: false, timestamp: 0 }
[8/24/2021, 8:51:50 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell GET DeviceEnabled: { value: true, timestamp: 1623402305000 }
[8/24/2021, 8:51:50 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell GET DeviceMotionDetection: { value: true, timestamp: 1629834691756 }
[8/24/2021, 8:52:00 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell GET Thumbnail URL: https://security-app-eu.eufylife.com/v1/s/g/XXXXXXXXX
[8/24/2021, 8:52:00 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Snapshot command: /usr/local/lib/node_modules/homebridge-eufy-security/node_modules/ffmpeg-for-homebridge/ffmpeg -i https://security-app-eu.eufylife.com/v1/s/g/XXXXXXXXX -frames:v 1 -filter:v scale=1280:720,scale='trunc(iw/2)*2':'trunc(ih/2)*2' -f image2 - Doorbell true
[8/24/2021, 8:52:11 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell GET Thumbnail URL: https://security-app-eu.eufylife.com/v1/s/g/XXXXXXXXX
[8/24/2021, 8:52:11 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Snapshot command: /usr/local/lib/node_modules/homebridge-eufy-security/node_modules/ffmpeg-for-homebridge/ffmpeg -i https://security-app-eu.eufylife.com/v1/s/g/XXXXXXXXX -frames:v 1 -filter:v scale=1280:720,scale='trunc(iw/2)*2':'trunc(ih/2)*2' -f image2 - Doorbell true
[8/24/2021, 8:52:21 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell GET Thumbnail URL: https://security-app-eu.eufylife.com/v1/s/g/XXXXXXXXX
[8/24/2021, 8:52:21 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Snapshot command: /usr/local/lib/node_modules/homebridge-eufy-security/node_modules/ffmpeg-for-homebridge/ffmpeg -i https://security-app-eu.eufylife.com/v1/s/g/XXXXXXXXX -frames:v 1 -filter:v scale=1280:720,scale='trunc(iw/2)*2':'trunc(ih/2)*2' -f image2 - Doorbell true
[8/24/2021, 8:52:32 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell GET Thumbnail URL: https://security-app-eu.eufylife.com/v1/s/g/XXXXXXXXX
[8/24/2021, 8:52:32 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Snapshot command: /usr/local/lib/node_modules/homebridge-eufy-security/node_modules/ffmpeg-for-homebridge/ffmpeg -i https://security-app-eu.eufylife.com/v1/s/g/XXXXXXXXX -frames:v 1 -filter:v scale=1280:720,scale='trunc(iw/2)*2':'trunc(ih/2)*2' -f image2 - Doorbell true
[8/24/2021, 8:52:42 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell GET Thumbnail URL: https://security-app-eu.eufylife.com/v1/s/g/XXXXXXXXX
[8/24/2021, 8:52:42 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Snapshot command: /usr/local/lib/node_modules/homebridge-eufy-security/node_modules/ffmpeg-for-homebridge/ffmpeg -i https://security-app-eu.eufylife.com/v1/s/g/XXXXXXXXX -frames:v 1 -filter:v scale=1280:720,scale='trunc(iw/2)*2':'trunc(ih/2)*2' -f image2 - Doorbell true
[8/24/2021, 8:52:53 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell GET Thumbnail URL: https://security-app-eu.eufylife.com/v1/s/g/XXXXXXXXX
[8/24/2021, 8:52:53 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Snapshot command: /usr/local/lib/node_modules/homebridge-eufy-security/node_modules/ffmpeg-for-homebridge/ffmpeg -i https://security-app-eu.eufylife.com/v1/s/g/XXXXXXXXX -frames:v 1 -filter:v scale=1280:720,scale='trunc(iw/2)*2':'trunc(ih/2)*2' -f image2 - Doorbell true
[8/24/2021, 8:53:03 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell GET Thumbnail URL: https://security-app-eu.eufylife.com/v1/s/g/XXXXXXXXX
[8/24/2021, 8:53:03 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Snapshot command: /usr/local/lib/node_modules/homebridge-eufy-security/node_modules/ffmpeg-for-homebridge/ffmpeg -i https://security-app-eu.eufylife.com/v1/s/g/XXXXXXXXX -frames:v 1 -filter:v scale=1280:720,scale='trunc(iw/2)*2':'trunc(ih/2)*2' -f image2 - Doorbell true
[8/24/2021, 8:53:14 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell GET Thumbnail URL: https://security-app-eu.eufylife.com/v1/s/g/XXXXXXXXX
[8/24/2021, 8:53:14 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Snapshot command: /usr/local/lib/node_modules/homebridge-eufy-security/node_modules/ffmpeg-for-homebridge/ffmpeg -i https://security-app-eu.eufylife.com/v1/s/g/XXXXXXXXX -frames:v 1 -filter:v scale=1280:720,scale='trunc(iw/2)*2':'trunc(ih/2)*2' -f image2 - Doorbell true
[8/24/2021, 8:53:24 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell GET Thumbnail URL: https://security-app-eu.eufylife.com/v1/s/g/XXXXXXXXX
[8/24/2021, 8:53:24 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Snapshot command: /usr/local/lib/node_modules/homebridge-eufy-security/node_modules/ffmpeg-for-homebridge/ffmpeg -i https://security-app-eu.eufylife.com/v1/s/g/XXXXXXXXX -frames:v 1 -filter:v scale=1280:720,scale='trunc(iw/2)*2':'trunc(ih/2)*2' -f image2 - Doorbell true
[8/24/2021, 8:53:35 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell GET Thumbnail URL: https://security-app-eu.eufylife.com/v1/s/g/XXXXXXXXX
[8/24/2021, 8:53:35 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Snapshot command: /usr/local/lib/node_modules/homebridge-eufy-security/node_modules/ffmpeg-for-homebridge/ffmpeg -i https://security-app-eu.eufylife.com/v1/s/g/XXXXXXXXX -frames:v 1 -filter:v scale=1280:720,scale='trunc(iw/2)*2':'trunc(ih/2)*2' -f image2 - Doorbell true
[8/24/2021, 8:53:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell GET Thumbnail URL: https://security-app-eu.eufylife.com/v1/s/g/XXXXXXXXX
[8/24/2021, 8:53:45 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Snapshot command: /usr/local/lib/node_modules/homebridge-eufy-security/node_modules/ffmpeg-for-homebridge/ffmpeg -i https://security-app-eu.eufylife.com/v1/s/g/XXXXXXXXX -frames:v 1 -filter:v scale=1280:720,scale='trunc(iw/2)*2':'trunc(ih/2)*2' -f image2 - Doorbell true
[8/24/2021, 8:53:56 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell GET Thumbnail URL: https://security-app-eu.eufylife.com/v1/s/g/XXXXXXXXX
[8/24/2021, 8:53:56 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Snapshot command: /usr/local/lib/node_modules/homebridge-eufy-security/node_modules/ffmpeg-for-homebridge/ffmpeg -i https://security-app-eu.eufylife.com/v1/s/g/XXXXXXXXX -frames:v 1 -filter:v scale=1280:720,scale='trunc(iw/2)*2':'trunc(ih/2)*2' -f image2 - Doorbell true
[8/24/2021, 8:54:06 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell GET Thumbnail URL: https://security-app-eu.eufylife.com/v1/s/g/XXXXXXXXX
[8/24/2021, 8:54:07 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Snapshot command: /usr/local/lib/node_modules/homebridge-eufy-security/node_modules/ffmpeg-for-homebridge/ffmpeg -i https://security-app-eu.eufylife.com/v1/s/g/XXXXXXXXX -frames:v 1 -filter:v scale=1280:720,scale='trunc(iw/2)*2':'trunc(ih/2)*2' -f image2 - Doorbell true
[8/24/2021, 8:54:17 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell GET Thumbnail URL: https://security-app-eu.eufylife.com/v1/s/g/XXXXXXXXX
[8/24/2021, 8:54:17 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Snapshot command: /usr/local/lib/node_modules/homebridge-eufy-security/node_modules/ffmpeg-for-homebridge/ffmpeg -i https://security-app-eu.eufylife.com/v1/s/g/XXXXXXXXX -frames:v 1 -filter:v scale=1280:720,scale='trunc(iw/2)*2':'trunc(ih/2)*2' -f image2 - Doorbell true
[8/24/2021, 8:54:28 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell GET Thumbnail URL: https://security-app-eu.eufylife.com/v1/s/g/XXXXXXXXX
[8/24/2021, 8:54:28 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Snapshot command: /usr/local/lib/node_modules/homebridge-eufy-security/node_modules/ffmpeg-for-homebridge/ffmpeg -i https://security-app-eu.eufylife.com/v1/s/g/XXXXXXXXX -frames:v 1 -filter:v scale=1280:720,scale='trunc(iw/2)*2':'trunc(ih/2)*2' -f image2 - Doorbell true
[8/24/2021, 8:54:38 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell GET Thumbnail URL: https://security-app-eu.eufylife.com/v1/s/g/XXXXXXXXX
[8/24/2021, 8:54:38 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Snapshot command: /usr/local/lib/node_modules/homebridge-eufy-security/node_modules/ffmpeg-for-homebridge/ffmpeg -i https://security-app-eu.eufylife.com/v1/s/g/XXXXXXXXX -frames:v 1 -filter:v scale=1280:720,scale='trunc(iw/2)*2':'trunc(ih/2)*2' -f image2 - Doorbell true
[8/24/2021, 8:54:48 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell GET Thumbnail URL: https://security-app-eu.eufylife.com/v1/s/g/XXXXXXXXX
[8/24/2021, 8:54:48 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Snapshot command: /usr/local/lib/node_modules/homebridge-eufy-security/node_modules/ffmpeg-for-homebridge/ffmpeg -i https://security-app-eu.eufylife.com/v1/s/g/XXXXXXXXX -frames:v 1 -filter:v scale=1280:720,scale='trunc(iw/2)*2':'trunc(ih/2)*2' -f image2 - Doorbell true
[8/24/2021, 8:54:59 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell GET Thumbnail URL: https://security-app-eu.eufylife.com/v1/s/g/XXXXXXXXX
[8/24/2021, 8:54:59 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Snapshot command: /usr/local/lib/node_modules/homebridge-eufy-security/node_modules/ffmpeg-for-homebridge/ffmpeg -i https://security-app-eu.eufylife.com/v1/s/g/XXXXXXXXX -frames:v 1 -filter:v scale=1280:720,scale='trunc(iw/2)*2':'trunc(ih/2)*2' -f image2 - Doorbell true
[8/24/2021, 8:55:10 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Doorbell GET Thumbnail URL: https://security-app-eu.eufylife.com/v1/s/g/XXXXXXXXX
[8/24/2021, 8:55:10 PM] [EufySecurity-1.0.0-rc.5] DEBUG: Snapshot command: /usr/local/lib/node_modules/homebridge-eufy-security/node_modules/ffmpeg-for-homebridge/ffmpeg -i https://security-app-eu.eufylife.com/v1/s/g/XXXXXXXXX -frames:v 1 -filter:v scale=1280:720,scale='trunc(iw/2)*2':'trunc(ih/2)*2' -f image2 - Doorbell true

`

lenoxys commented 2 years ago

can you try on rc6 ?

PeterAlexander75 commented 2 years ago

Motion detection is fixed! Slightly delayed (used to trigger almost instantly with the Eufy notification) by about 10-20 seconds.

Unfortunately, streaming seems to have become very unreliable, rarely streaming and getting stuck on the Eufy logo. This used to be really reliable and very quick. There doesn't seem to be anything in the logs that would indicate a problem. Leaving the camera to stream (if and when it starts) results in the camera going offline after 10-20 seconds. I know a lot of people reported streaming issues, but I've not really had them previously (we have a very good internet connection).

EDIT: streaming definitely broken. Cleared cache, ran set up again, cannot get past white Eufy Security splash screen. Eventually get "no response" screen from camera, even though it will grab snapshots no problem.

EDIT2: Cannot stream from https://mysecurity.eufylife.com/#/camera, so possibly an issue there right now.

lenoxys commented 2 years ago

Thanks for your feedback, livestream is highly depending of Eufy Security Cloud and your ISP. Until, we found a solution to get the stream locally, we've to deal with.

Closing the case since the issue is fixed.