Content creators and broadcasters relying on NDI video-over-IP discovered a rude surprise after installing the August 2025 Windows 11 cumulative update: their live production feeds started stuttering, dropping frames, and delivering choppy audio—even on uncongested local networks. The culprit, KB5063878 (OS Build 26100.4946 for Windows 11 24H2) and companion Windows 10 updates, introduced a subtle but devastating regression in how the operating system handles the Reliable UDP (RUDP) transport that NDI uses by default. Almost immediately after Patch Tuesday, forums and social media lit up with reports from OBS Studio users, NDI Tools aficionados, and AV engineers whose multi-PC streaming setups had ground to a halt.
Symptoms, Scope, and Immediate Evidence
The failure profile is unmistakable: rhythmic micro-pauses, severe frame drops, and audio-video drift in NDI feeds, especially when using Display Capture. Cameras fare slightly better but still suffer. These problems arise even on pristine gigabit LANs, pointing to a transport/timing regression rather than bandwidth exhaustion. The issue affects any software that leans on NDI’s default settings—OBS Studio, the free NDI Tools suite, Streamlabs, and many professional video production applications. Single‑PC streamers pumping video straight to Twitch or YouTube are generally in the clear, unless their workflow explicitly routes a feed through NDI.
Microsoft acknowledged the bug on its Windows Release Health dashboard, narrowing the symptoms and directing users to vendor guidance. External testing by the NDI vendor team and community members confirmed that only flows using RUDP were hit; UDP (Legacy) and Single TCP transports remained rock‑solid. This precise diagnosis opened the door to a practical workaround that doesn’t require rolling back critical security patches.
Why RUDP Became the Flashpoint
NDI offers three transport modes to balance latency, reliability, and simplicity:
- RUDP (Reliable UDP): An application‑layer protocol that adds sequencing, retransmits, and pacing on top of raw UDP. It’s the modern default because it preserves low latency while ensuring delivery.
- UDP (Legacy): Bare‑bones datagram transport—fast but offers no delivery guarantees.
- Single TCP: A standard ordered byte stream; it’s robust but can suffer head‑of‑line blocking under packet loss.
RUDP depends on precise socket timing, buffer semantics, and the OS network stack’s reaction to packet acknowledgment patterns. The August updates appear to have altered socket buffering or packet‑queuing behavior just enough to confuse RUDP’s congestion and retransmission heuristics. The protocol misinterprets normal network behavior as loss, triggering retransmission storms, buffer bloat, and the visible stutter. Because UDP and TCP rely on different assumptions, they sailed through untouched.
The Vendor‑Recommended Fix (What to Do Now)
NDI’s creators, along with Microsoft, converged on a low‑impact mitigation that preserves the security fixes while restoring reliable streams:
- Download and install the free NDI Tools pack (if not already present).
- Launch NDI Access Manager on every machine participating in the NDI workflow.
- Open the Advanced tab.
- Change Receive Mode from Auto (RUDP) to Single TCP or UDP (Legacy).
- Click OK and restart your NDI‑aware applications (OBS, NDI Tools, etc.).
Repeat these steps on both sender and receiver machines. In extensive testing, this simple change banishes the stutter and drops without removing a single security patch. For the overwhelming majority of streamers and small production teams, this is the first—and only—step you need.
Why You Should Not Immediately Uninstall KB5063878
Stripping out a cumulative security update is a blunt instrument. The August LCU patched more than 100 vulnerabilities, including a publicly disclosed Kerberos elevation‑of‑privilege flaw. Removing the entire package exposes your system to real threats. Moreover, modern combined SSU+LCU packages can only be partially rolled back via DISM; the Servicing Stack Update itself cannot be uninstalled easily. If you operate in a high‑risk production environment where RUDP is non‑negotiable, plan a controlled rollback only after lab testing, full system backups, and a careful security review—and ideally only as a temporary bridge until Microsoft ships a proper fix.
Some community reports also mention an unrelated NVMe storage regression affecting Phison‑controller drives, which can cause drives to drop under heavy write loads. That compounding issue makes wholesale patch removal even more precarious. In short, uninstalling the LCU is rarely the safest first move.
Step‑by‑Step Quick Fix Checklist
- Verify your build: Settings → System → About. Look for Windows 11 24H2 (Build 26100.4946) or the equivalent Windows 10 KB (KB5063709).
- Install NDI Tools from the official vendor site.
- Open NDI Access Manager → Advanced → Receive Mode. Switch from Auto to Single TCP or UDP.
- Restart OBS, NDI clients, and any related software on both sending and receiving machines. Validate with a Display Capture test.
- If the workaround fails, gather NDI logs, OBS logs, and Windows Event Viewer network entries for escalation. Consider isolating affected devices for further testing.
Broader Context: More Than a One‑Off Bug
This incident lays bare a few uncomfortable truths:
- Transport diplomacy is fragile. Modern media stacks are exquisitely sensitive to OS‑level timing and buffer behavior. A tiny shift in socket semantics can cascade into production‑breaking chaos.
- Security vs. stability trade‑offs are real. August’s patches closed serious vulnerabilities; rolling them back wholesale is a gamble. The Receive Mode workaround is a rare win‑win that maintains both security and functionality.
- Update testing is a must for production workflows. Small studios and solo creators often lack staged rollout rings, so regressions surface the hard way. This episode is a wake‑up call to adopt even basic update deferral and testing.
Critical Appraisal of Microsoft’s Response
What went well:
- Microsoft promptly confirmed the issue on its Release Health dashboard and pointed users toward the vendor’s workaround. This preserved security while offering a functional escape hatch.
- NDI vendors and platforms like Streamlabs rapidly published clear step‑by‑step instructions, making the mitigation accessible to non‑tech‑savvy creators.
What could be better:
- Early messaging was fragmented, leaving streamers scrambling for days. For professionals whose income depends on stable streams, every hour of downtime hurts.
- Unverified “fixes” spread quickly. Some outlets claimed Microsoft shipped a registry edit and driver update as the primary mitigation. That does not align with Microsoft’s official advisory or the NDI vendor’s guidance; treat such claims as unconfirmed until a credible source publishes them.
- Not every user knows how to tweak NDI Receive Mode. Expect a support surge as the workaround percolates through the community.
Recommendations for Different Audiences
Home Streamers and Solo Creators
- Apply the Receive Mode workaround immediately and test scenes privately before going live.
- Keep the August patches installed. Do not uninstall unless you fully understand the security implications and have a bulletproof rollback plan.
- Maintain a fallback: single‑PC streaming or a hardware capture card that bypasses NDI for mission‑critical broadcasts.
Small Production Teams and AV Engineers
- Formalize update testing: deploy Patch Tuesday releases to a dedicated ring first and validate NDI flows before pushing to production machines.
- Instrument NDI nodes with latency, retransmit, and packet‑loss metrics so you can catch regressions early.
Enterprise IT and Broadcast Operations
- Use Windows Update for Business or WSUS ring policies to control update exposure and maintain rollback options.
- If the Receive Mode workaround isn’t sufficient for your use case, open formal support tickets with both Microsoft and the NDI vendor.
- Evaluate network segmentation and VLANs to isolate media flows, and assess whether temporary TCP paths are acceptable for critical feeds.
Long‑Term Lessons
- Expect more subtle regressions as OS internals evolve. Application developers and IT teams must design for this integration risk.
- Rehearse after major platform updates. Live production can’t be an afterthought; build update validation into your show workflow.
- Demand faster, more technical post‑mortems from OS vendors. Clear root‑cause analyses reduce speculation and speed recovery.
- Always prefer mitigations that preserve security. The NDI Receive Mode switch is a model for balancing protection and availability.
Final Assessment
The August 2025 cumulative update turned into a live‑production nightmare for NDI users, but the collaborative response from Microsoft, NDI vendors, and the streaming community delivered a swift, surgical fix. Changing the Receive Mode to TCP or UDP restores reliability without sacrificing the 100+ security fixes in the LCU. Unless your workflow absolutely requires RUDP semantics, this workaround should be your immediate response.
Microsoft is investigating a permanent servicing fix for a future update. Keep an eye on the official Windows Release Health page and vendor advisories for the confirmed root cause and remediation timeline. In the meantime, treat your streaming setup like any other production system: stage updates, monitor critical paths, and have a plan B ready. Your audience—and your blood pressure—will thank you.