- When enabled, we will start stream for one
- frame and use
+ When enabled, we will start stream for one frame and use
as a snapshot (this can affect the battery life). If it's disabled, we will use the Eufy
Cloud API one (which could be really old).
+
+
+
+
+
+ Improvements for local livestream caching and
+ bugfixes.Local livestreams will be kept alive for a fixed duration (up to 45 seconds at
+ the moment) after the last instance ended the transmission. This allows consecutive
+ transmissions to start up much faster, but also may increase power consumption for
+ battery powered devices. Also local livestreams will be started immediately after an
+ event (motion, person, doorbell) was triggered, so that start up times are
+ decreased.
+
+
+
@@ -421,7 +436,8 @@
Improve getting live stream by using
RTSP
- RTSP must be enable within Eufy App first
+ RTSP must be enable within Eufy App
+ first
This setting may not be working with
no compatible device such as Doorbell or Floodlight
@@ -660,4 +676,4 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/homebridge-ui/public/js/main.js b/homebridge-ui/public/js/main.js
index e781afd1..a2b53b63 100644
--- a/homebridge-ui/public/js/main.js
+++ b/homebridge-ui/public/js/main.js
@@ -28,6 +28,7 @@ var CameraConfig = {
"rtsp": true,
"unbridge": true,
"forcerefreshsnap": false,
+ "useCachedLocalLivestream": false,
"videoConfig": {
"debug": false,
"audio": true,