mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-02 17:25:22 +03:00
Update docs about required host mode
This commit is contained in:
parent
58abdf2a89
commit
71a04ff0d8
@ -9,8 +9,12 @@ Frigate has different live view options, some of which require [restream](restre
|
||||
|
||||
Live view options can be specified globally and per-camera using `live -> source`. The options are:
|
||||
|
||||
| Source | Latency | Frame Rate | Resolution | Audio | Requires Restream |
|
||||
| ------ | ------- | -------------------------------------- | -------------- | --------------------------- | ----------------- |
|
||||
| jsmpeg | low | same as `detect -> fps`, capped at 10 | same as detect | no | no |
|
||||
| mp4 | high | native | native | not yet | yes |
|
||||
| webrtc | low | native | native | yes (depends on browser) | yes |
|
||||
| Source | Latency | Frame Rate | Resolution | Audio | Requires Restream | Other Limitations |
|
||||
| ------ | ------- | -------------------------------------- | -------------- | --------------------------- | ----------------- | ------------------ |
|
||||
| jsmpeg | low | same as `detect -> fps`, capped at 10 | same as detect | no | no | none |
|
||||
| mp4 | high | native | native | not yet | yes | none |
|
||||
| webrtc | low | native | native | yes (depends on browser) | yes | requires host mode |
|
||||
|
||||
### webRTC host mode
|
||||
|
||||
webRTC works by creating a websocket connection on 2 random UDP ports (1 for video, 1 for audio). This means that frigate must be run with `network_mode: host` to support the webRTC live view mode.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user