@camera.ui/camera-ui-reolink 1.2.4 → 1.2.7
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 +11 -0
- package/bundle.zip +0 -0
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
## [1.2.7]
|
|
2
|
+
|
|
3
|
+
- Live streams run close to realtime now. Every stream used to be delayed by a fixed buffer before it left the plugin; that buffer is gone and frames are passed on the moment the camera sends them
|
|
4
|
+
- A hiccup in the camera's clock no longer causes a frozen picture or a jump; the stream keeps its steady pace and audio stays in sync
|
|
5
|
+
- Dual-lens cameras (TrackMix, RLC-81MA) can stream their tele lens. Adopt the camera and the tele lens appears in the discovered list as its own camera, with credentials prefilled
|
|
6
|
+
|
|
7
|
+
## [1.2.5]
|
|
8
|
+
|
|
9
|
+
- 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
|
|
10
|
+
- 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
|
|
11
|
+
|
|
1
12
|
## [1.2.4]
|
|
2
13
|
|
|
3
14
|
- 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
|
+
"version": "1.2.7",
|
|
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.
|
|
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":
|
|
44
|
+
"protocolLevel": 2
|
|
45
45
|
},
|
|
46
46
|
"optionalDependencies": {
|
|
47
|
-
"@camera.ui/camera-ui-reolink-darwin-arm64": "1.2.
|
|
48
|
-
"@camera.ui/camera-ui-reolink-darwin-amd64": "1.2.
|
|
49
|
-
"@camera.ui/camera-ui-reolink-linux-amd64": "1.2.
|
|
50
|
-
"@camera.ui/camera-ui-reolink-linux-arm64": "1.2.
|
|
51
|
-
"@camera.ui/camera-ui-reolink-windows-amd64": "1.2.
|
|
52
|
-
"@camera.ui/camera-ui-reolink-windows-arm64": "1.2.
|
|
53
|
-
"@camera.ui/camera-ui-reolink-linux-amd64-musl": "1.2.
|
|
54
|
-
"@camera.ui/camera-ui-reolink-linux-arm64-musl": "1.2.
|
|
47
|
+
"@camera.ui/camera-ui-reolink-darwin-arm64": "1.2.7",
|
|
48
|
+
"@camera.ui/camera-ui-reolink-darwin-amd64": "1.2.7",
|
|
49
|
+
"@camera.ui/camera-ui-reolink-linux-amd64": "1.2.7",
|
|
50
|
+
"@camera.ui/camera-ui-reolink-linux-arm64": "1.2.7",
|
|
51
|
+
"@camera.ui/camera-ui-reolink-windows-amd64": "1.2.7",
|
|
52
|
+
"@camera.ui/camera-ui-reolink-windows-arm64": "1.2.7",
|
|
53
|
+
"@camera.ui/camera-ui-reolink-linux-amd64-musl": "1.2.7",
|
|
54
|
+
"@camera.ui/camera-ui-reolink-linux-arm64-musl": "1.2.7"
|
|
55
55
|
},
|
|
56
56
|
"files": [
|
|
57
57
|
"bundle.zip",
|