You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: restore 4K integer mode; drop 3.6K preset; clarify bitrate
Keep fractional NTSC out of 4K launch mode to avoid C5 black screen,
remove the 3.6K resolution preset now that native 4K is the path, and
document that bitrates above 250 Mbps rarely help and can increase loss.
Co-authored-by: Cursor <cursoragent@cursor.com>
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,9 @@ Unofficial fork of [Moonlight TV](https://github.com/mariotaku/moonlight-tv) for
7
7
## Highlights
8
8
9
9
-**AMOLED layout** — pure black background, dark surfaces, violet accent.
10
-
-**3.6K (3584×2016)**— between 2K and 4K; strong quality with less decoder load than native 4K.
10
+
-**Native 4K (3840×2160)**streaming with HDR10 when supported.
11
11
-**HDR10 (PQ)** over HEVC Main10 (when supported).
12
-
-Up to **300 Mbps** bitrate; **~270 Mbps** is a practical ceiling on stable 5 GHz Wi‑Fi for 3.6K HDR 120 Hz.
12
+
-Bitrate slider up to **300 Mbps**; above **250 Mbps**there is usually no visible gain and packet loss becomes more likely as the link becomes less stable.
13
13
-**Performance stats overlay**, **full on-screen keyboard**, and **virtual mouse** during streaming.
14
14
15
15
## Screenshots
@@ -28,10 +28,10 @@ Unofficial fork of [Moonlight TV](https://github.com/mariotaku/moonlight-tv) for
28
28
29
29
| Setting | Suggestion |
30
30
|---------|------------|
31
-
| Resolution |**3.6K** (3584×2016) |
31
+
| Resolution |**4K** (3840×2160) |
32
32
| FPS | 60 or 120 |
33
33
| Codec | HEVC (H.265) |
34
-
| Bitrate | Start at **120–180 Mbps**; raise toward **~270 Mbps**on a stable link |
34
+
| Bitrate | Start at **120–180 Mbps**; stay at or below **250 Mbps**for a stable link. Higher values rarely help and can increase packet loss.|
Copy file name to clipboardExpand all lines: docs/superpowers/specs/2026-07-19-c5-4k-latency-and-v1.1.4-design.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ Limelight → session_video Feed
62
62
5.**SS4S API**`SS4S_PlayerGetVideoRenderQueueLength(player, int *length)` → false if unsupported.
63
63
6.**Overlay**: Starfish `RQ` was prototyped then dropped from the compact overlay (symbol unavailable on device → always `-`). Compact stats show a single FPS plus audio layout (Stereo / 5.1) instead.
64
64
7. Keep Smooth PTS / host PTS mapping as in v1.1.3.
65
-
8.**4K + NTSC:** launch `mode=`may carry fractional NTSC (e.g. `3840x2160x119.88`) when the option is enabled; `clientRefreshRateX100`is also sent for encode pacing.
65
+
8.**4K + NTSC:** launch `mode=`stays integer at 4K (avoids black screen on C5); `clientRefreshRateX100`still carries NTSC for encode pacing.
66
66
67
67
## Phase B — Soft recovery (after C5 RQ validation)
0 commit comments