Replace double dashes with single dashes
This commit is contained in:
+2
-2
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
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.
|
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.
|
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
|
## Binary
|
||||||
|
|
||||||
@@ -251,7 +251,7 @@ curl -X POST localhost:4567/api/generate -d '{
|
|||||||
- `config`: complete Frigate YAML
|
- `config`: complete Frigate YAML
|
||||||
- `added`: 1-based line numbers of new lines (for highlighting in UI)
|
- `added`: 1-based line numbers of new lines (for highlighting in UI)
|
||||||
|
|
||||||
**Merge into existing config** -- pass `existingConfig` field:
|
**Merge into existing config** - pass `existingConfig` field:
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ Open `http://YOUR_IP:4567`
|
|||||||
|
|
||||||
<a id="probe"></a>
|
<a id="probe"></a>
|
||||||
|
|
||||||
Enter camera IP. Strix probes the device -- open ports, MAC vendor, mDNS, HTTP server.
|
Enter camera IP. Strix probes the device - open ports, MAC vendor, mDNS, HTTP server.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
@@ -137,15 +137,15 @@ STRIX_LISTEN=:4567 ./strix-linux-amd64
|
|||||||
|
|
||||||
SQLite database with 3,600+ brands and 100,000+ URL patterns. Maintained separately in [StrixCamDB](https://github.com/eduard256/StrixCamDB). Database is embedded in Docker image and bundled with binary releases.
|
SQLite database with 3,600+ brands and 100,000+ URL patterns. Maintained separately in [StrixCamDB](https://github.com/eduard256/StrixCamDB). Database is embedded in Docker image and bundled with binary releases.
|
||||||
|
|
||||||
[Browse supported cameras](https://gostrix.github.io/) -- search by brand or model to check if your camera is in the database.
|
[Browse supported cameras](https://gostrix.github.io/) - search by brand or model to check if your camera is in the database.
|
||||||
|
|
||||||
Three entity types:
|
Three entity types:
|
||||||
- **Presets** -- curated sets of popular URL patterns (e.g. "ONVIF", "Popular RTSP")
|
- **Presets** - curated sets of popular URL patterns (e.g. "ONVIF", "Popular RTSP")
|
||||||
- **Brands** -- all URL patterns for a brand (e.g. "Hikvision", "Dahua")
|
- **Brands** - all URL patterns for a brand (e.g. "Hikvision", "Dahua")
|
||||||
- **Models** -- URL patterns for a specific model within a brand
|
- **Models** - URL patterns for a specific model within a brand
|
||||||
|
|
||||||
Camera not in the database? [Add it here](https://gostrix.github.io/#/contribute).
|
Camera not in the database? [Add it here](https://gostrix.github.io/#/contribute).
|
||||||
|
|
||||||
**Developers:** integrate [Strix HTTP API](DEVELOPERS.md) into your smart home platform.
|
**Developers:** integrate [Strix HTTP API](DEVELOPERS.md) into your smart home platform.
|
||||||
|
|
||||||
**Testing:** [StrixCamFake](https://github.com/eduard256/StrixCamFake) -- IP camera emulator for development and testing.
|
**Testing:** [StrixCamFake](https://github.com/eduard256/StrixCamFake) - IP camera emulator for development and testing.
|
||||||
|
|||||||
Reference in New Issue
Block a user