mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-05 02:35:22 +03:00
Add onvif example to docs
This commit is contained in:
parent
e357b3f74a
commit
ab1b21393f
@ -55,6 +55,14 @@ mqtt:
|
|||||||
- path: rtsp://{FRIGATE_RTSP_USER}:{FRIGATE_RTSP_PASSWORD}@10.0.10.10:8554/unicast
|
- path: rtsp://{FRIGATE_RTSP_USER}:{FRIGATE_RTSP_PASSWORD}@10.0.10.10:8554/unicast
|
||||||
```
|
```
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
onvif:
|
||||||
|
host: 10.0.10.10
|
||||||
|
port: 8000
|
||||||
|
user: "{FRIGATE_RTSP_USER}"
|
||||||
|
password: "{FRIGATE_RTSP_PASSWORD}"
|
||||||
|
```
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
mqtt:
|
mqtt:
|
||||||
# Optional: Enable mqtt server (default: shown below)
|
# Optional: Enable mqtt server (default: shown below)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user