From d218b27d3a740c5c62f49ffc4260a3a3a57f0f1a Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Sun, 16 Oct 2022 16:52:23 -0600 Subject: [PATCH] Small docs tweak --- docs/docs/configuration/live.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/configuration/live.md b/docs/docs/configuration/live.md index 6287bc697..efca9e769 100644 --- a/docs/docs/configuration/live.md +++ b/docs/docs/configuration/live.md @@ -12,5 +12,5 @@ Live view options can be specified globally and per-camera using `live -> source | 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 | +| mp4 | high | native | native | not yet | yes | | webrtc | low | native | native | yes (depends on browser) | yes |