mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-18 22:28:23 +03:00
Step-by-step setup guide covering: - Protect Integration API key generation (UNVR vs UDM) - Camera ID lookup via API with hasSpeaker compatibility check - Finding camera IPs for RTP talkback target - RTSP stream key location in Protect settings - go2rtc exec backchannel configuration - talkback.sh wrapper script (API activation + keepalive + ffmpeg) - Remote access: port 8555 forwarding, STUN candidates - Cloudflare tunnel limitation (HTTP/WS only, not WebRTC media) - CGNAT/double-NAT alternatives (Tailscale, TURN, WireGuard VPS) - Echo suppression (half-duplex, handled automatically in WebRTCPlayer) - Complete end-to-end configuration example |
||
|---|---|---|
| .. | ||
| docs | ||
| plugins | ||
| src | ||
| static | ||
| .gitignore | ||
| babel.config.js | ||
| docusaurus.config.ts | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| sidebars.ts | ||
Website
This website is built using Docusaurus 3.5, a modern static website generator.
For installation and contributing instructions, please follow the Contributing Docs.
Development
- Run
npm ito install dependencies - Run
npm run startto start the website