mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 09:45:22 +03:00
Update docs to be more clear
This commit is contained in:
parent
0a127ef24d
commit
3c04d0825c
@ -15,19 +15,19 @@ Live view options can be selected while viewing the live stream. The options are
|
|||||||
| mp4 | high | native | native | not yet | yes | none |
|
| mp4 | high | native | native | not yet | yes | none |
|
||||||
| webrtc | low | native | native | yes (depends on browser) | yes | requires extra config |
|
| webrtc | low | native | native | yes (depends on browser) | yes | requires extra config |
|
||||||
|
|
||||||
### webRTC extra configuration
|
### webRTC extra configuration:
|
||||||
|
|
||||||
webRTC works by creating a websocket connection on extra ports. Requirements for webRTC to work:
|
webRTC works by creating a websocket connection on extra ports. One of the following is requried for webRTC to work:
|
||||||
* Frigate is run with `network_mode: host` to support automatic UDP port pass through locally and remotely. See https://github.com/AlexxIT/go2rtc#module-webrtc for more details
|
* Frigate is run with `network_mode: host` to support automatic UDP port pass through locally and remotely. See https://github.com/AlexxIT/go2rtc#module-webrtc for more details
|
||||||
* Frigate is run with `network_mode: bridge` and has:
|
* Frigate is run with `network_mode: bridge` and has:
|
||||||
* Port `8555` is port forwarded to port `8555` on the frigate device.
|
* Router setup to forward port `8555` to port `8555` on the frigate device.
|
||||||
* For local webRTC, you will need to create your own go2rtc config:
|
* For local webRTC, you will need to create your own go2rtc config:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
webrtc:
|
webrtc:
|
||||||
listen: ":8555"
|
listen: ":8555"
|
||||||
candidates:
|
candidates:
|
||||||
- ip.ad.dr.ess:8555
|
- <frigate host ip address>:8555 # <--- enter frigate host IP here
|
||||||
- stun:8555
|
- stun:8555
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user