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
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,12 @@ StreamLight is a fork of [Moonlight](https://github.com/moonlight-stream/moonlig
14
14
15
15
StreamLight is currently available for **Windows only**.
16
16
17
-
## ✨ What's New in Version 2.1.0 — "The Telemetry Update" (27/03/2026)
17
+
## ✨ What's New in Version 2.1.1 — "The Jitter Update" (28/03/2026)
18
+
19
+
### 🔧 Improvements
20
+
***Jitter in session telemetry** — RTT variance (jitter) is now sampled from `LiGetEstimatedRttInfo` and included in every SESSIONDATA batch; StreamTweak stores `jitter_avg` and `jitter_max` per sample alongside the existing RTT metrics
21
+
22
+
### Previously in 2.1.0 — "The Telemetry Update"
18
23
19
24
### 🚀 New Features
20
25
***Session telemetry reporting** — StreamLight streams real-time client-side metrics to StreamTweak during active sessions: FPS, frame drops, RTT, decode latency, and bitrate are sampled every second and transmitted in periodic batches; StreamTweak uses this data to generate a session quality report visible in the Logs tab (requires StreamTweak 5.2.0 or later on the host PC)
Copy file name to clipboardExpand all lines: changelog.txt
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,12 @@ StreamLight - ChangeLog - Developed by FoggyBytes
4
4
5
5
https://github.com/FoggyBytes/StreamLight
6
6
7
+
Version 2.1.1 - The "Jitter Update" (28/03/2026)
8
+
------------------------------------------
9
+
10
+
🔧 IMPROVEMENTS:
11
+
• Session telemetry — jitter reporting: RTT variance (jitter) is now collected from LiGetEstimatedRttInfo and included in every SESSIONDATA batch alongside RTT; StreamTweak stores jitter_avg and jitter_max per sample and can use them in future quality analysis
12
+
7
13
Version 2.1.0 - The "Telemetry Update" (27/03/2026)
0 commit comments