@camera.ui/camera-ui-reolink 1.2.4 → 1.2.6

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/bundle.zip +0 -0
  3. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## [1.2.5]
2
+
3
+ - No more corrupted video frames when the system is briefly overloaded. A lost piece of the camera stream was patched over with the wrong bytes and could show up as decoder errors and picture glitches; the stream now restarts cleanly instead
4
+ - When the video queue overflows under load, the picture now pauses briefly and resumes at the next keyframe instead of dropping random frames that left every viewer with a broken image. Audio keeps running through the pause
5
+
1
6
  ## [1.2.4]
2
7
 
3
8
  - The event listener stays up as long as the connection does. It used to be torn down and rebuilt every five minutes, and a detection that landed in that moment was lost
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.2.4",
4
+ "version": "1.2.6",
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",
@@ -25,7 +25,7 @@
25
25
  "url": "https://github.com/cameraui/plugins/issues"
26
26
  },
27
27
  "engines": {
28
- "camera.ui": ">=2.0.23",
28
+ "camera.ui": ">=2.1.4",
29
29
  "node": ">=22.0.0"
30
30
  },
31
31
  "homepage": "https://github.com/cameraui/plugins/tree/main/camera-ui-reolink#readme",
@@ -41,17 +41,17 @@
41
41
  "os": [],
42
42
  "cpu": [],
43
43
  "cameraui": {
44
- "protocolLevel": 1
44
+ "protocolLevel": 2
45
45
  },
46
46
  "optionalDependencies": {
47
- "@camera.ui/camera-ui-reolink-darwin-arm64": "1.2.4",
48
- "@camera.ui/camera-ui-reolink-darwin-amd64": "1.2.4",
49
- "@camera.ui/camera-ui-reolink-linux-amd64": "1.2.4",
50
- "@camera.ui/camera-ui-reolink-linux-arm64": "1.2.4",
51
- "@camera.ui/camera-ui-reolink-windows-amd64": "1.2.4",
52
- "@camera.ui/camera-ui-reolink-windows-arm64": "1.2.4",
53
- "@camera.ui/camera-ui-reolink-linux-amd64-musl": "1.2.4",
54
- "@camera.ui/camera-ui-reolink-linux-arm64-musl": "1.2.4"
47
+ "@camera.ui/camera-ui-reolink-darwin-arm64": "1.2.6",
48
+ "@camera.ui/camera-ui-reolink-darwin-amd64": "1.2.6",
49
+ "@camera.ui/camera-ui-reolink-linux-amd64": "1.2.6",
50
+ "@camera.ui/camera-ui-reolink-linux-arm64": "1.2.6",
51
+ "@camera.ui/camera-ui-reolink-windows-amd64": "1.2.6",
52
+ "@camera.ui/camera-ui-reolink-windows-arm64": "1.2.6",
53
+ "@camera.ui/camera-ui-reolink-linux-amd64-musl": "1.2.6",
54
+ "@camera.ui/camera-ui-reolink-linux-arm64-musl": "1.2.6"
55
55
  },
56
56
  "files": [
57
57
  "bundle.zip",