src.nth.io/

summaryrefslogtreecommitdiff
path: root/doorbell-viewport/templates
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2026-04-13 07:37:42 -0500
committerLuke Hoersten <[email protected]>2026-04-13 07:37:42 -0500
commit8a14be01daaa8c77733e53ed1da2a6914aaac407 (patch)
treed07f9f687d978d2ae9133fed247dee26f979a46f /doorbell-viewport/templates
parent63bc6c512cd64dac27a4f34b6c1342bee39c00d5 (diff)
Remove warm prebuffer mode from doorbell-viewport
Always start mpv on demand (cold start). The warm path was fragile on the RPi4 with fkms and added complexity without reliable benefit.
Diffstat (limited to 'doorbell-viewport/templates')
-rw-r--r--doorbell-viewport/templates/doorbell-viewport.env.j21
1 files changed, 0 insertions, 1 deletions
diff --git a/doorbell-viewport/templates/doorbell-viewport.env.j2 b/doorbell-viewport/templates/doorbell-viewport.env.j2
index 3863dbc..13f3849 100644
--- a/doorbell-viewport/templates/doorbell-viewport.env.j2
+++ b/doorbell-viewport/templates/doorbell-viewport.env.j2
@@ -4,7 +4,6 @@ DOORBELL_VIEWPORT_PROTECT_PASSWORD={{vault_doorbell_viewport_protect_password}}
DOORBELL_VIEWPORT_CAMERA_ID={{doorbell_viewport_camera_id}}
DOORBELL_VIEWPORT_TIMEOUT={{doorbell_viewport_timeout}}
DOORBELL_VIEWPORT_TOUCH_MATCH={{doorbell_viewport_touch_match}}
-DOORBELL_VIEWPORT_PREBUFFER_MODE={{doorbell_viewport_prebuffer_mode}}
DOORBELL_VIEWPORT_DISPLAY_BACKEND={{doorbell_viewport_display_backend}}
DOORBELL_VIEWPORT_ORIENTATION={{doorbell_viewport_orientation}}
DOORBELL_VIEWPORT_DRM_DEVICE={{doorbell_viewport_drm_device}}