src
.
nth.io
/
index
:
luke/esp32-poe-scrypted-viewport
main
ESP32-POE Scrypted viewport (private)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-15
add X-Frame-Seq monotonic ordering for pipelined /frame POSTs
Luke Hoersten
2
-7
/
+58
2026-06-15
pipeline two /frame POSTs + HTTP keep-alive on the Scrypted side
Luke Hoersten
2
-6
/
+52
2026-06-15
scrypted: distinguish backpressure vs source-limited stream rate
Luke Hoersten
1
-3
/
+12
2026-06-15
scrypted: judge stream health by delivered fps not raw drop count
Luke Hoersten
1
-10
/
+14
2026-06-15
scrypted: only warn about dropped frames when drops exceed 25% of target rate
Luke Hoersten
1
-3
/
+11
2026-06-15
scrypted: cut ~10s glass-to-glass latency by picking the low-latency substrea...
Luke Hoersten
1
-5
/
+25
2026-06-15
scrypted: render wake/sleep as boolean toggles instead of unrendered buttons
Luke Hoersten
1
-4
/
+11
2026-06-15
scrypted: log the exact ffmpeg filter chain on stream start
Luke Hoersten
1
-0
/
+8
2026-06-15
scrypted: rotate-before-scale so portrait JPEGs report 800x480
Luke Hoersten
1
-2
/
+10
2026-06-15
scrypted: manual wake/sleep buttons in the viewport Settings page
Luke Hoersten
1
-4
/
+36
2026-06-15
scrypted: restart live stream when settings change
Luke Hoersten
1
-3
/
+16
2026-06-15
scrypted: 5s HTTP timeout + don't relaunch active stream on every event
Luke Hoersten
1
-2
/
+25
2026-06-15
instrumentation: firmware idle gap between frames + Scrypted per-fetch wall-c...
Luke Hoersten
2
-5
/
+34
2026-06-15
scrypted: debounce onBindingChanged so a multi-field Settings save registers ...
Luke Hoersten
1
-6
/
+17
2026-06-15
scrypted: auto-restart ffmpeg if it exits while the stream timer is alive
Luke Hoersten
1
-58
/
+86
2026-06-15
scrypted: rewrite single-flight drop log — firmware isn't the ceiling anymore
Luke Hoersten
1
-1
/
+1
2026-06-15
sdkconfig: revert TCP window bump — net-negative on /frame path
Luke Hoersten
2
-3
/
+11
2026-06-15
README: refresh per-frame budget with double-buffered measurements; network b...
Luke Hoersten
1
-22
/
+23
2026-06-15
firmware: double-buffer the panel + zero-copy decode → ~22 fps ceiling
Luke Hoersten
5
-35
/
+92
2026-06-15
scrypted: don't reset idle timer on each painted frame + finer timing
Luke Hoersten
3
-28
/
+58
2026-06-15
http_api: log per-frame timing breakdown every 10 frames (recv / decode / paint)
Luke Hoersten
1
-0
/
+21
2026-06-15
firmware: zero-copy JPEG → BGR888 → DSI hot path; Scrypted pre-rotates
Luke Hoersten
6
-22
/
+79
2026-06-15
README: refresh What's next — M1–M8 ✅, list current backlog (DMA-2D fir...
Luke Hoersten
1
-11
/
+11
2026-06-15
scrypted: suppress ffmpeg SIGTERM-flush noise from teardown
Luke Hoersten
1
-1
/
+7
2026-06-15
scrypted: live ffmpeg streaming replaces snapshot polling
Luke Hoersten
1
-89
/
+139
2026-06-15
scrypted: snapshot quality — fetch native res, resize + re-encode via ffmpeg
Luke Hoersten
1
-5
/
+42
2026-06-14
state_machine: wait one panel-refresh after paint before lighting backlight (...
Luke Hoersten
1
-5
/
+9
2026-06-14
state_machine: paint placeholder before wake — no more stale-frame flash
Luke Hoersten
1
-2
/
+4
2026-06-14
scrypted: default frame interval 500 ms (~2 fps) — measured ceiling for sna...
Luke Hoersten
1
-1
/
+1
2026-06-14
scrypted: persist display_name across script reloads + prefer it over v.name
Luke Hoersten
1
-7
/
+13
2026-06-14
scrypted: single-flight pushFrame + better error reporting
Luke Hoersten
1
-3
/
+22
2026-06-14
scrypted: drop stale mDNS UI text from create form + comments
Luke Hoersten
1
-7
/
+8
2026-06-14
scrypted: per-viewport frame interval + trigger picker + live status; drop mD...
Luke Hoersten
2
-84
/
+135
2026-06-14
scrypted: register child viewports as SmartDisplay type
Luke Hoersten
1
-2
/
+2
2026-06-14
scrypted: guard against empty v.name in register + log paths
Luke Hoersten
1
-6
/
+25
2026-06-14
scrypted/diagnostic: probe for mDNS modules ahead of auto-discovery
Luke Hoersten
1
-48
/
+22
2026-06-14
Default name = MAC; brief wake on boot; drop dead touch defences
Luke Hoersten
10
-107
/
+70
2026-06-14
touch: wake on boot — FT5426 only reports while LCD is streaming + lit
Luke Hoersten
2
-32
/
+57
2026-06-14
touch: retry + hard-reset when FT5426 boots into wedged 0xff state
Luke Hoersten
3
-2
/
+48
2026-06-14
scrypted: re-discover children at start so their storage rehydrates on script...
Luke Hoersten
1
-4
/
+16
2026-06-14
scrypted: use nativeId (not numeric id) for endpointManager.getInsecurePublic...
Luke Hoersten
1
-1
/
+5
2026-06-14
scrypted: discover device before writing its storage in createDevice
Luke Hoersten
1
-13
/
+13
2026-06-14
scrypted: revert to declare-const for SDK names — diagnostic confirmed they...
Luke Hoersten
1
-13
/
+10
2026-06-14
scrypted: add diagnostic.ts to probe scriptedEval scope on user's core 0.3.147
Luke Hoersten
1
-0
/
+51
2026-06-14
scrypted: pull SDK classes off the sdk global instead of relying on each bein...
Luke Hoersten
1
-10
/
+13
2026-06-14
scrypted: declare runtime SDK names directly as globals
Luke Hoersten
1
-21
/
+19
2026-06-14
scrypted: rewrite top to use globals — Scripts plugin can't resolve @scrypt...
Luke Hoersten
1
-17
/
+33
2026-06-14
scrypted/README: drop stale BOOT-factory-reset + IP-screen refs
Luke Hoersten
1
-2
/
+2
2026-06-14
Tidy: delete dead code, inline single-use helpers, fix double-lock
Luke Hoersten
12
-215
/
+89
2026-06-14
Drop VIEWPORT_STATE_UNCONFIGURED — state is just awake/asleep
Luke Hoersten
8
-49
/
+25
[prev]
[next]
☐