diff --git a/docs/docs/configuration/live.md b/docs/docs/configuration/live.md new file mode 100644 index 000000000..6287bc697 --- /dev/null +++ b/docs/docs/configuration/live.md @@ -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 | diff --git a/docs/sidebars.js b/docs/sidebars.js index cb1ccb9cd..51a157701 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -18,6 +18,7 @@ module.exports = { "configuration/snapshots", "configuration/objects", "configuration/restream", + "configuration/live", "configuration/zones", "configuration/birdseye", "configuration/stationary_objects",