mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-07 11:45:24 +03:00
update to complet
This commit is contained in:
parent
0539b0efc5
commit
ed113e3ab8
@ -47,6 +47,13 @@ onvif:
|
|||||||
password: "{FRIGATE_RTSP_PASSWORD}"
|
password: "{FRIGATE_RTSP_PASSWORD}"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
go2rtc:
|
||||||
|
rtsp:
|
||||||
|
username: "{FRIGATE_GO2RTC_RTSP_USERNAME}"
|
||||||
|
password: "{FRIGATE_GO2RTC_RTSP_PASSWORD}"
|
||||||
|
```
|
||||||
|
|
||||||
### Full configuration reference:
|
### Full configuration reference:
|
||||||
|
|
||||||
:::caution
|
:::caution
|
||||||
@ -436,14 +443,7 @@ rtmp:
|
|||||||
# Uses https://github.com/AlexxIT/go2rtc (v1.8.3)
|
# Uses https://github.com/AlexxIT/go2rtc (v1.8.3)
|
||||||
go2rtc:
|
go2rtc:
|
||||||
|
|
||||||
rtsp:
|
|
||||||
# username can be specified with an environment variables or docker secrets that must begin with 'FRIGATE_'.
|
|
||||||
# e.g. user: '{FRIGATE_GO2RTC_RTSP_USERNAME}'
|
|
||||||
username: go2rtc_rtsp_username
|
|
||||||
# password can be specified with an environment variables or docker secrets that must begin with 'FRIGATE_'.
|
|
||||||
# e.g. user: '{FRIGATE_GO2RTC_RTSP_PASSWORD}'
|
|
||||||
password: go2rtc_rtsp_password
|
|
||||||
stream: ...
|
|
||||||
|
|
||||||
# Optional: jsmpeg stream configuration for WebUI
|
# Optional: jsmpeg stream configuration for WebUI
|
||||||
live:
|
live:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user