mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 01:35:22 +03:00
Add live view docs and show different options
This commit is contained in:
parent
948598767d
commit
3c2dbdc05b
16
docs/docs/configuration/live.md
Normal file
16
docs/docs/configuration/live.md
Normal 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 |
|
||||||
@ -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",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user