Add live view docs and show different options

This commit is contained in:
Nick Mowen 2022-10-16 16:52:00 -06:00
parent 948598767d
commit 3c2dbdc05b
2 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,16 @@
---
id: live
title: Live View
---
Frigate has different live view options, some of which require [restream](restream.md) to be enabled.
## Live View Options
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 | no | yes |
| webrtc | low | native | native | yes (depends on browser) | yes |

View File

@ -18,6 +18,7 @@ module.exports = {
"configuration/snapshots", "configuration/snapshots",
"configuration/objects", "configuration/objects",
"configuration/restream", "configuration/restream",
"configuration/live",
"configuration/zones", "configuration/zones",
"configuration/birdseye", "configuration/birdseye",
"configuration/stationary_objects", "configuration/stationary_objects",