@camera.ui/camera-ui-reolink 1.1.3 → 1.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## [1.1.4]
2
+
3
+ - New cameras now get "Preload" turned on for every stream and "Hot mode" for the main and sub stream, so the live view opens without the long wait
4
+ - Streams are only started when someone actually watches; the connection to the camera stays open for events and snapshots
5
+ - Bugfixes and improvements
6
+
7
+ **Please check your existing cameras.** Cameras added before this update keep their old settings. Open the camera, go to Sources and turn on "Hot mode" and "Preload" for the main and sub stream. On battery cameras leave "Hot mode" off, it would keep the camera awake and drain the battery
8
+
1
9
  ## [1.1.3]
2
10
 
3
11
  - Bugfixes and improvements
package/bundle.zip CHANGED
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "displayName": "Reolink",
3
3
  "name": "@camera.ui/camera-ui-reolink",
4
- "version": "1.1.3",
4
+ "version": "1.1.4",
5
5
  "description": "Integrates Reolink cameras and doorbells into camera.ui via the native Baichuan protocol, with device discovery, live streaming, two-way audio, and motion, AI object, battery and doorbell events.",
6
6
  "author": "seydx (https://github.com/cameraui/plugins)",
7
7
  "main": "./main.go",
@@ -41,14 +41,14 @@
41
41
  "os": [],
42
42
  "cpu": [],
43
43
  "optionalDependencies": {
44
- "@camera.ui/camera-ui-reolink-darwin-arm64": "1.1.3",
45
- "@camera.ui/camera-ui-reolink-darwin-amd64": "1.1.3",
46
- "@camera.ui/camera-ui-reolink-linux-amd64": "1.1.3",
47
- "@camera.ui/camera-ui-reolink-linux-arm64": "1.1.3",
48
- "@camera.ui/camera-ui-reolink-windows-amd64": "1.1.3",
49
- "@camera.ui/camera-ui-reolink-windows-arm64": "1.1.3",
50
- "@camera.ui/camera-ui-reolink-linux-amd64-musl": "1.1.3",
51
- "@camera.ui/camera-ui-reolink-linux-arm64-musl": "1.1.3"
44
+ "@camera.ui/camera-ui-reolink-darwin-arm64": "1.1.4",
45
+ "@camera.ui/camera-ui-reolink-darwin-amd64": "1.1.4",
46
+ "@camera.ui/camera-ui-reolink-linux-amd64": "1.1.4",
47
+ "@camera.ui/camera-ui-reolink-linux-arm64": "1.1.4",
48
+ "@camera.ui/camera-ui-reolink-windows-amd64": "1.1.4",
49
+ "@camera.ui/camera-ui-reolink-windows-arm64": "1.1.4",
50
+ "@camera.ui/camera-ui-reolink-linux-amd64-musl": "1.1.4",
51
+ "@camera.ui/camera-ui-reolink-linux-arm64-musl": "1.1.4"
52
52
  },
53
53
  "files": [
54
54
  "bundle.zip",