From 66f9131cffd201fb1f3c44e749c5b2cffd7743fb Mon Sep 17 00:00:00 2001 From: eduard256 Date: Sun, 5 Apr 2026 10:36:10 +0000 Subject: [PATCH] Add StrixCamFake link to DEVELOPERS.md --- DEVELOPERS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DEVELOPERS.md b/DEVELOPERS.md index 73c662a..163a47e 100644 --- a/DEVELOPERS.md +++ b/DEVELOPERS.md @@ -2,6 +2,8 @@ Strix is a single static binary with embedded web UI and SQLite camera database. No config files, no external dependencies (except optional `ffmpeg` for H264/H265 screenshot conversion). Designed to run alongside your project the same way [go2rtc](https://github.com/AlexxIT/go2rtc) does. +For development and testing without real cameras, use [StrixCamFake](https://github.com/eduard256/StrixCamFake) -- IP camera emulator with RTSP, HTTP, RTMP, Bubble and more. + ## Binary Download from [GitHub Releases](https://github.com/eduard256/Strix/releases). Two platforms: `linux/amd64` and `linux/arm64`.