@scrypted/arlo 0.11.39 → 0.11.40
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/README.md +19 -18
- package/dist/plugin.zip +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -16,28 +16,29 @@ If you experience any trouble logging in, clear the username and password boxes,
|
|
|
16
16
|
|
|
17
17
|
## General Setup Notes
|
|
18
18
|
|
|
19
|
-
- **2FA Requirement:** Ensure that your Arlo account's default 2FA option is set to
|
|
19
|
+
- **2FA Requirement:** Ensure that your Arlo account's default 2FA option is set to either SMS or email. Without this, you will not be able to log in and use the plugin. The plugin will require you to enter a 2FA code once your credentials are entered. This code is sent to you via your selected method, and you will need to input it into the plugin settings.
|
|
20
20
|
|
|
21
|
-
- **Motion Event Notifications:** Motion event notifications must be enabled in the Arlo app. This is important because when motion is detected, the plugin will receive these events and trigger actions. If you are receiving push notifications directly from Arlo, you can disable these notifications in your phone's settings after enabling them in the Arlo app. This avoids receiving duplicate alerts from both the Arlo app and
|
|
21
|
+
- **Motion Event Notifications:** Motion event notifications must be enabled in the Arlo app. This is important because when motion is detected, the plugin will receive these events and trigger actions. If you are receiving push notifications directly from Arlo, you can disable these notifications in your phone's settings after enabling them in the Arlo app. This avoids receiving duplicate alerts from both the Arlo app and Scrypted or any other downstream options.
|
|
22
22
|
|
|
23
|
-
- **Smart Detection & Recording Settings:** Disable
|
|
23
|
+
- **Smart Detection & Recording Settings:** Disable smart detection and any cloud or local recording options in the Arlo app. Arlo limits to a single active stream per camera. If smart detection or any recording is enabled, it may conflict with the plugin’s ability to stream video, particularly when motion events trigger. Disabling these features ensures that you can get uninterrupted access to the live feed for downstream services (like HomeKit) to access the video stream properly.
|
|
24
24
|
|
|
25
|
-
- **Rebroadcast Plugin:** It is highly recommended to enable the
|
|
25
|
+
- **Rebroadcast Plugin:** It is highly recommended to enable the Rebroadcast Plugin in Scrypted. This will allow multiple downstream integrations (such as HomeKit) to access the video feed from a single camera simultaneously. Without the rebroadcast plugin, only one device or platform can access the video feed at a time.
|
|
26
26
|
|
|
27
27
|
- **Stream Types:** The plugin supports three types of video streams pulled from Arlo Cloud:
|
|
28
|
-
- **WebRTC**:
|
|
29
|
-
- **RTSP**:
|
|
30
|
-
- **DASH**:
|
|
28
|
+
- **WebRTC**: This stream option is the standard connection type for most cameras and doorbells through the Arlo app. The connection process does take a little longer, but does seem to be reliable. Downstream services (like HomeKit) may automatically transcode WebRTC streams for recording because of the audio requirements for HomeKit Secure Video.
|
|
29
|
+
- **Cloud RTSP**: This stream is usually faster in connecting and recording. Downstream services (like HomeKit) may automatically transcode Cloud RTSP streams for live streaming because of the audio requirements for HomeKit Live Streaming.
|
|
30
|
+
- **Cloud DASH**: This stream is the least reliable and may require additional configurations like `-vcodec h264` when used with FFmpeg.
|
|
31
|
+
- **Synthetic Stream**: Entering a name for a Synthetic stream creates a new stream option that feeds one of the streams above into a synthetically transcode the stream on-demand with the ffmpeg arguments provided. You can only feed one stream in at a time here.
|
|
31
32
|
|
|
32
|
-
Note that Arlo’s single-stream limitation means you can only use one of these stream types at a time. If
|
|
33
|
+
Note that Arlo’s single-stream limitation means you can only use one of these stream types at a time. If downstream service (like HomeKit) tries to access a camera while the stream is already open, it may prevent recording. Therefore, it is recommended to use the same stream for all streams in Scrypted and the Rebroadcast plugin will handle sending the same stream to multiple places, i.e. streaming while recording.
|
|
33
34
|
|
|
34
|
-
- **Newer Camera Models (e.g., Arlo Essential Gen 2):** If you are using newer models such as the
|
|
35
|
+
- **Newer Camera Models (e.g., Arlo Essential Gen 2):** If you are using newer models such as the Essential Gen 2, and you are integrating with downstream services (like HomeKit), you may need to transcode the Cloud RTSP/DASH streams for use. This will require using the FFmpeg (TCP) Parser or setting up a Synthetic stream and using the Synthetic stream. This is not necessary for WebRTC streaming, but it is required for recording RTSP/DASH streams.
|
|
35
36
|
|
|
36
|
-
- **Downstream Plugin RTP Sender:** The recommended RTP Sender in
|
|
37
|
+
- **Downstream Plugin RTP Sender:** The recommended RTP Sender in HomeKit or similar plugins is `default`. If you have any issues with recording or streaming, try setting the RTP Sender to `FFmpeg`. The default configuration helps ensure compatibility between Scrypted and downstream services.
|
|
37
38
|
|
|
38
|
-
- **Prebuffering:** Enable
|
|
39
|
+
- **Prebuffering:** Enable prebuffering only if the camera is connected to a constant power source (e.g., wall outlet). Solar panels often do not provide sufficient power for prebuffering to function correctly. This feature is most useful for wired cameras with a steady power supply, and will only work when the camera is plugged into an external power source or does not have a battery.
|
|
39
40
|
|
|
40
|
-
> **Bandwidth Usage:** Keep in mind that streaming video uses extra bandwidth, as video and audio streams must travel from your camera to Arlo Cloud, and then from Arlo Cloud to your network, before finally reaching Scrypted. This additional round-trip may affect your network speed and performance.
|
|
41
|
+
> **Bandwidth Usage:** Keep in mind that streaming and recording video uses extra bandwidth, as video and audio streams must travel from your camera to Arlo Cloud, and then from Arlo Cloud to your network, before finally reaching Scrypted. This additional round-trip may affect your network speed and performance.
|
|
41
42
|
|
|
42
43
|
---
|
|
43
44
|
|
|
@@ -55,9 +56,9 @@ The plugin looks for 2FA codes sent from `do_not_reply@arlo.com`. If you use an
|
|
|
55
56
|
|
|
56
57
|
## Virtual Security System for Arlo Sirens
|
|
57
58
|
|
|
58
|
-
Sirens in
|
|
59
|
+
Sirens in HomeKit appear as simple on/off switches, which are easy to accidentally trigger. This plugin creates a virtual security system device for each siren to prevent accidental activation.
|
|
59
60
|
|
|
60
|
-
- The virtual system is synced to
|
|
61
|
+
- The virtual system is synced to HomeKit as a separate accessory.
|
|
61
62
|
- This is **not tied to actual Arlo Security Modes**—it only protects the siren from accidental activation.
|
|
62
63
|
- See the in-plugin README for details on the virtual security system.
|
|
63
64
|
|
|
@@ -65,7 +66,7 @@ Sirens in Homekit appear as simple on/off switches, which are easy to accidental
|
|
|
65
66
|
|
|
66
67
|
## Security System for Arlo Security Modes
|
|
67
68
|
|
|
68
|
-
The plugin exposes Arlo App Security Modes (Away, Home, Standby) as a security system in Scrypted and
|
|
69
|
+
The plugin exposes Arlo App Security Modes (Away, Home, Standby) as a security system in Scrypted and HomeKit. This lets you automate camera notification behavior based on mode.
|
|
69
70
|
|
|
70
71
|
### Example Automation Flow
|
|
71
72
|
|
|
@@ -77,9 +78,9 @@ The plugin exposes Arlo App Security Modes (Away, Home, Standby) as a security s
|
|
|
77
78
|
- Configure **Standby mode** to disable all notifications.
|
|
78
79
|
3. Use automations in the Home app to switch the Arlo security mode by controlling the virtual system in Scrypted.
|
|
79
80
|
|
|
80
|
-
> Scrypted only receives events from Arlo when notifications are enabled for a camera in the selected security mode.
|
|
81
|
+
> Scrypted only receives events from Arlo when notifications are enabled for a camera in the selected security mode. HomeKit Secure Video recordings depend on receiving these notifications.
|
|
81
82
|
|
|
82
|
-
Multiple virtual security systems may be created—one per
|
|
83
|
+
Multiple virtual security systems may be created—one per location (user or shared). Each system is labeled according to its location name in the Arlo app.
|
|
83
84
|
|
|
84
85
|
> Note: The plugin does **not** modify your Arlo mode settings—only switches between existing ones.
|
|
85
86
|
|
|
@@ -89,5 +90,5 @@ Multiple virtual security systems may be created—one per **location** (user or
|
|
|
89
90
|
|
|
90
91
|
The plugin will display video clips from Arlo Cloud for cameras with cloud recording enabled.
|
|
91
92
|
|
|
92
|
-
- Clips are
|
|
93
|
+
- Clips are streamed on-demand, not downloaded to your Scrypted server.
|
|
93
94
|
- To delete clips, use the Arlo mobile app or web dashboard.
|
package/dist/plugin.zip
CHANGED
|
Binary file
|