How-To
Arlo & Ring to Frigate: Scrypted Guide 2026
Integrate Arlo or Ring cameras with a local Frigate NVR using Scrypted: bridge architecture, subscription limits, LAN prerequisites, and privacy tradeoffs vs cloud apps.
Quick answer: How do I get Arlo or Ring feeds into Frigate locally?
Run Scrypted on your LAN to bridge vendor protocols into standards Frigate can ingest, deploy Frigate with Coral or GPU acceleration, point Frigate at the Scrypted-provided RTSP or equivalent stream, and keep credentials in Scrypted’s vault—accept that some vendor features still depend on vendor cloud login for provisioning.
Source: Scrypted documentation
Executive Summary
Readers searching “frigate arlo” or “integrate arlo with frigate” need a how-to path, not only our Frigate vs Ring vs Arlo comparison. Scrypted is the common bridge layer that translates proprietary ecosystems toward RTSP-like consumption1.
Bottom line: You reduce cloud retention by recording on-site, but account authentication with the vendor may still be required—read this as risk reduction, not guaranteed air-gap.
Why Scrypted sits between cloud cameras and Frigate
| Layer | Role |
|---|---|
| Vendor camera | Proprietary app, often cloud-first |
| Scrypted | Plugins, rebroadcast, credential storage, stream normalization1 |
| Frigate | Object detection, zones, recordings on your disks |
| Home Assistant (optional) | Automations, dashboards |
Frigate expects stable RTSP or supported inputs; Scrypted supplies the glue. For API taxonomy context see ONVIF vs RTSP.
Hardware and network prerequisites
| Requirement | Why |
|---|---|
| x86 or ARM server with QuickSync / Coral TPU | Frigate performance (see NVR comparisons) |
| Wired backhaul where possible | Wi-Fi cameras jitter hurts detection |
| Dedicated VLAN | Isolate cameras from workstations (IoT segmentation) |
| Storage plan | Frigate retention grows quickly with high bitrate |
Installation outline (always follow current upstream docs)
- Install Scrypted using the official installation path for your OS or Docker image from Scrypted docs.
- Add the vendor plugin (Arlo or Ring) and complete vendor login inside Scrypted—this is the fragile step when vendors rotate OAuth.
- Enable rebroadcast / RTSP output per plugin instructions so Frigate sees a predictable URL.
- Install Frigate (add-on or container) and add a camera entry pointing at the Scrypted stream; tune
ffmpeginputs if needed per Frigate docs. - Validate substreams for detection vs recording—Frigate best practice is a lower-res detect stream when available.
- Block camera WAN if policy allows, after confirming streams still authenticate—test thoroughly.
Privacy posture: what improves vs what does not
| Aspect | Often improves | May persist |
|---|---|---|
| Clip storage | On-prem Frigate recordings | Vendor app history unless disabled |
| Live viewing path | LAN-first after setup | Vendor token refresh |
| Third-party access | Fewer cloud NVR vendors | Vendor still owns firmware |
Checklist
- Confirm Scrypted plugin compatibility for your exact camera generation.
- Allocate Coral or GPU before expecting stable Frigate FPS.
- Snapshot Scrypted and Frigate configs after a working state.
- Plan retention limits—continuous recording fills disks fast.
- Pair with VPN for remote viewing instead of exposing Frigate ports.
FAQ
Frequently Asked Questions
Is this better than Blue Iris for Ring?
Depends on ecosystem—compare hosts in Scrypted vs Frigate vs Blue Iris.
Can I avoid Scrypted entirely?
Only if the camera exposes clean RTSP/ONVIF—most Arlo/Ring models do not without a bridge.
Does Frigate support two-way talk?
That feature often stays in vendor apps; do not assume parity.
What if login breaks after a vendor update?
Watch Scrypted release notes; keep a path to temporary cloud viewing while you fix tokens.
Should I still consider PoE cameras?
For greenfield installs, PoE + ONVIF often beats cloud cameras—see comparative guides linked above.
Primary sources
| ID | Source | URL |
|---|---|---|
| 1 | Scrypted | docs.scrypted.app |
| 2 | Frigate | docs.frigate.video |
Conclusion
Arlo and Ring → Frigate is a systems integration project: Scrypted supplies the bridge, Frigate supplies local AI and storage. If you want fewer moving parts long-term, compare against native PoE builds in our local NVR content—but when you already own cloud cameras, this path is often the most practical route to local recording.