Conversation
- Add FPS parameter through the signaling chain - Use correct field name video.maxFPS (uppercase) per official client - Add vqos.maxStreamFpsEstimate for high FPS modes (120+) - Add high FPS optimizations from official GFN client - Calculate minTargetFrameTimeUs dynamically based on requested FPS - Change nvstSdp line endings from \r\n to \n (matching official client) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add NVIDIA Reflex low-latency mode with UI toggle (auto-enabled for 120+ FPS) - Use pointerrawupdate events for lower-latency mouse input in streaming - Fix session payload to match browser client format (app_id as string, audio_mode 2) - Switch to DFC (Dynamic Frame Control) for high FPS modes instead of fixed frame timing - Add 4K, 5K, ultrawide, and super-ultrawide resolution options 🤖 Generated with [Claude Code](https://claude.com/claude-code)
Add NVIDIA Reflex, improve input latency, and expand resolution options
zortos293
added a commit
that referenced
this pull request
Feb 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces significant improvements to the application's streaming configuration, especially around display resolution options and support for NVIDIA Reflex (Low Latency Mode). It also brings the backend streaming protocol in line with the official browser client, ensuring better compatibility and performance. The most notable changes are grouped below.
User Interface and Settings Enhancements:
main.tsand theSettingsinterface to persist and load the NVIDIA Reflex setting, ensuring user preference is respected across sessions. [1] [2] [3] [4] [5] [6]Streaming Protocol and Backend Improvements:
src-tauri/src/streaming.rs) to:src-tauri/src/config.rs) to include thereflexoption, defaulting to enabled, and ensured it is serialized/deserialized correctly. [1] [2]Streaming Client Enhancements: